/* --------------------------Header---------------------------- */

.stickynavbar {
z-index: 9999;
padding-top: 0 !important;
}
.header-wrap{
padding: 25px 0 30px;
background-color: #ffffff;
}
#topabr{
padding: 8px 0;
background-color: #F29E4C;
}
#topabr p.center-para {
font-family: Nunito Sans;
color: #272727;
font-size: 16px;
}
#topabr .gtranslate_wrapper option {
background-color: #0E6D96;
}
.admin-bar .sticky.stickynavbar {
margin-top: 32px;
}
#topabr .gtranslate_wrapper .gt_selector {
background: transparent;
border: none;
padding: 0;
color: #ffffff;
font-family: 'Montserrat';
font-size: 13px;
}
.sticky {
position: fixed;
top: 0px;
width: 100%;
padding-bottom: 0 !important;
}
.nav_wrap {
clear:both;
background-color: transparent;
margin-bottom: 0em;
z-index: 99;
}
#header .logo img{
max-height: 123px;
width: auto;
margin-bottom: 10px;
}
.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;
}
.continnerbox {
background-size: 100% 100%;
color: #fff;
border-top: 40px solid #435061;
border-left: 60px solid transparent;
}
#header .logo, #footer .logo{
margin:0; 
text-align: center;
}
.sticky .logo
{
top: -63px !important;
}
#header .logo { 
font-weight:700; 
padding:0; 
font-size:30px; 
font-weight:bold; 
margin-top: 0; 
}
.logo a.custom-logo-link{ 
color:#000000;
}
.logo a {
color: #000;
font-size: 19px;
letter-spacing: 1px;
font-weight: 400;
font-family: "Lobster";
}
.logo p{ 
color: #000;
margin-bottom: 0;
font-size: 14px;
}
.header-wrap .full-cont{
margin: auto;
}
.sticky.stickynavbar .search-head {
background-color: #fff;
}
.search-head div.search-container{
position: absolute;
left: 0;
right: 0;
top: 30%;
}
.search-head div.search-container button.close{
position: absolute;
right: 20px;
bottom: 40px;
transform: translateY(-90px);
border: none;
background-color: transparent;
font-size: 50px;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.search-head div.search-container button[type=submit] {
border: none;
background-color: transparent;
padding-left: 10px;
}
.search-head div.search-container input {
border: none;
border-bottom: 2px solid #F29E4C;
width: 40%;
padding: 10px;
}
.header-wrap .nav_wrap{
display: flex;
justify-content: space-evenly;
align-items: center;
}
div.full-cont .woocommerce-currency-switcher{
border: none;
background: transparent;
font-family: Nunito Sans;
color: #272727;
}
.header-wrap .nav_wrap a.cart-cust{
position: relative;
}
.header-wrap .nav_wrap a.cart-cust span.cart-counter{
position: absolute;
left: 20px;
top: -7px;
}
.scrolled {
position: fixed !important;
top: 0;
width: 100%;
z-index: 9999999;
background:#fff;
}
#masthead.scrolled {
background: #ccc;
}
#site-navigation {
width: 100%;
}
#header input.search-input::placeholder {
color: #151515;
font-size: 14px;
font-family: 'Montserrat';
font-style: normal;
}
div.srch-form {
padding-left: 0;
}
div#qnimate{
padding-left: 0;
position: fixed;
background-color: #fff;
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
z-index: 1000;
opacity: 0.9;
}
div.nav_wrap span.icon {
cursor: pointer;
}
input.search-input::-webkit-search-cancel-button {
display: inline-block;
color: red;
content: 'x';
font-family: 'Font Awesome 5 Brands';
font-weight: 800;
position: absolute;
right: 20px;
}
#header .fa-window-close{
color: #091d3e;
cursor: pointer;
font-size: 26px;
}
.header-wrap .search{
margin: auto;
}

/* --------------- Search -------------- */

.popup-box-on {
  display: block !important;
}
.off {
  display: none;
}
#search.open {
  opacity: 1;
  transform: translate(0px, 0px) scale(1, 1);
}
#search {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 2000;
}
#search .close {
  color: #be5254;
  font-size: 40px;
  opacity: 1;
  padding: 10px 17px;
  position: fixed;
  right: 15px;
  top: 15px;
}

input#term {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 50px;
  font-weight: 300;
  margin: -51px auto 0;
  outline: medium none;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
#search .btn {
  left: 50%;
  margin-top: 60px;
  padding: 10px 50px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
}
.btn-lg , .btn-group-lg > .btn {
  border-radius: 153px !important;
  font-size: 29px;
}
.btn-site {
  background: #be5254 none repeat scroll 0 0;
  color: #fff !important;
}

/*----------------Menu bar-----------*/

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
margin: 0 auto;
text-align: center;
display: block;
text-align: right;
}
.main-navigation ul{
list-style: none;
margin: 0;
padding-left: 0;
position: relative;
}
.main-navigation ul#menu-primary-menu::before {
content: '';
background-color: #47454545;
position: absolute;
width: 81%;
height: 3px;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
bottom: 0;
}
.main-navigation li{
position: relative;
padding: 10px 15px;
display: inline-block;
}
.main-navigation li.menu-item-has-children {
padding: 10px 15px;
}
nav.main-navigation li a:not([href]) {
color: #151515;
}
nav.main-navigation li a:not([href])::after {
content: '\f0d7';
position: absolute;
padding-left: 5px;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}
#header .row.bg-media{
justify-content: center;
}
.main-navigation li:last-child{
  border-right: none;
}
.main-navigation a{
display: block;
text-decoration: none;
text-transform: none;
padding: 0;
font-size: 16px;
letter-spacing: 0px;
color: #151515;
font-weight: 500;
font-family: Nunito Sans;
}
.main-navigation a:hover, nav.main-navigation li a:not([href]):hover, nav.main-navigation li > ul a:hover {
color: #5A2A27;
}

.main-navigation ul ul{
  display: none;
  position: absolute;
  left: 0;
  top: 100% ;
  background: #F6F6F6;
  min-width: 215px;
  z-index: 9999;
}
.main-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.main-navigation ul ul a{
  text-transform: none;
  font-weight: 400;
  color: #1e1d1c;
  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;
  border-bottom: 1px solid #cccccc;
}
.main-navigation ul li:hover > ul{
display: block;
padding-left: 0;  
}
.main-navigation ul li:hover ul{
transition: all 0.5s;
animation: fadeInUp .5s ease-in-out;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a{
color: #5A2A27 !important;
position: relative;
}
.main-navigation li.current-menu-item a::after {
content: '';
background-color: #5A2A27;
position: absolute;
width: 100%;
height: 3px;
bottom: -10px;
left: 0;
}
.menubar ul li.category > a {
background-color: #ffffff;
padding: 5px 12px;
border-radius: 4px;
color: #9bb935;
}

.menubar ul li.category > a::after {
content: '\f078';
font-family: 'Font Awesome 5 Free';
font-weight: 600;
padding-left: 10px;
font-size: 12px;
}
.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, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}
.top_bar_btn a.theme_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header-social-icon
{
  padding-top: 15px;
}
.header-social-icon .socialbox i
{
  color: #b2b2b2;
  font-size: 13px;
  padding-right:15px;
}
.sticky.stickynavbar .full-cont {
padding-top: 0 !important;
}
.sticky.stickynavbar .nav_wrap{
margin-top: 0 !important;
}
.sticky.stickynavbar #topabr{
display: none;
}
.sticky.stickynavbar .header-wrap{
padding: 10px 0 10px;
}

/*---------------- Footer Section ----------------------*/
#footer ul.foot-flex{
display: flex;
align-items: center;
}
#footer ul.foot-flex p{
  margin: 0;
}
#footer{
background-repeat: no-repeat;
background-size: cover;
}
.outer-footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.footer-social .socialbox a {
  border-right: none;
}
#footer ul {
padding-left: 0;
}
.footer-social .socialbox a i {
  color: #ffffff;
}
.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 #fff;
  margin: 8px 0px;
}

#footer textarea{
  height: 100px;
}
#footer p.post-date {
    color: #ffffff;
    font-size: 11px !important;
}
.main_sociobox {
    padding: 20px 0;
}
#footer{ 
  color:#fff;
  text-align:left;
}
.footer_hide{
  display:none;
}
#footer h3 {
font-size: 30px;
letter-spacing: 0px;
color: #fff;
font-family: 'Cormorant Garamond';
font-weight: 700;
padding: 0px 0 10px 0;
position: relative;
}
#footer .copyright p{
font-size: 16px;
text-align: left;
color: #272727;
font-family: Nunito Sans;
font-weight: 500;
letter-spacing: 1px;
padding: 15px 0;
margin-bottom: 0;
}
#footer .copyright a {
color: #F29E4C;
cursor: pointer;
}
.payment-methods {
display: flex;
justify-content: end;
align-items: center;
}
.payment-methods .cash-link img {
margin-left: 15px;
}
#footer ul li{
list-style:none;
text-align:left;
padding: 5px;
}
ul.product_list_widget img, ul.product_list_widget del, ul.product_list_widget ins{
display: none;
}
#footer ul li a{
  font-size: 15px;
  letter-spacing: 0px;
  color: #ffffff99;
  font-family: 'Open Sans';
  font-weight: 500;
}
#footer ul li a:hover {
  color: #F29E4C;
}
.footer4 a i {
font-weight: 900;
font-family: 'Font Awesome 5 Brands';
font-style: normal;
margin-right: 10px;
color: #fff;
font-size: 15px;
}
div.footer4 form input[type=email]{
width: 75%;
border: 1px solid #fff;
border-radius: 30px;
padding-left: 50px;
}
div.footer4 form input[type=email]::placeholder {
font-family: 'Nunito Sans';
color: #fff;
}
.footer4 form p span:nth-child(1):before{
content: '\f0e0';
font-family: 'Font Awesome 5 Free';
position: absolute;
left: 18px;
top: 0;
}
div.footer1 ul{
margin-top: 20px;
}
div.footer1 ul li {
list-style: unset !important;
font-family: Nunito Sans;
font-size: 16px;
color: #ffffff99;
}
div.footer4 p.para-foot {
color: #ffffff99; 
}
div.footer1 ul li strong{
color: #fff;
}
.footer4 a span {
font-family: 'Open Sans';
color: #fff;
}
.footer4 .textwidget p{
margin-top: 15px;
margin-bottom: 0;
}
#footer #gallery-1 .gallery-item {
  width: 30%;
  margin: 4px;
}
.widget_recent_entries img {
  width: 100px; 
}
#footer .textwidget input[type="submit"]{
padding: 7px 30px;
border: 1px solid #9b9b9b;
display: inline-block;
font-family: 'Font Awesome 5 Free';
width: auto;
position: absolute;
margin-left: 10px;
border-radius: 20px;
background-color: #fff;
color: #000;
font-weight: 900;
}
#footer .textwidget input[type="submit"]:hover{
background-color: #5A2A27;
color: #fff;
}
#footer .contact-widget i {
color:  #9bb935;
margin-right: 10px;
font-size: 16px;
}
#footer .footer-logo {
margin-top: 30%;
}
#footer .social {
margin-top: 25px;
}
#footer #site-navigation ul li a{
font-size: 15px;
letter-spacing: 1px;
color: #919191;
font-family: "Roboto";
font-weight: 500;
}
#footer #site-navigation ul li{
margin-right: 20px; 
}
#footer #site-navigation{
text-align: center;
border-bottom: 1px solid #292929;
margin-bottom: 20px;
padding-bottom: 20px;
padding-top: 65px;
}
#footer .main-navigation li.current_page_item{
background-color: transparent;
}
#footer .footer-logo-box
{
  margin: 0 auto;
  display: block;
  position:absolute;
  top: -154px;
  left: 0;
  right: 0;
  background-color: #111111;
  padding: 20px 15px;
  max-width:180px;
  max-height: 180px;
  border-radius: 50%;
}
.footer1 .media-body{
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  margin-top: 10px;
  padding-left: 10px;
}
#footer div.footer-2, #footer div.footer5{
padding: 0;
}
#footer .media-body h5{
padding-top: 0;
}
#footer .media-body p {
color: #000;
}
#footer .media {
  margin: 30px 0;
}
.footer1 .media i{
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-size: 50px;
color: #22c7b8;

}
.footer1 .media-body h5{
font-size: 16px;
margin: 0;
padding: 0;
font-family: 'Poppins';
}
.footer1 .media-body a{
font-size: 32px;
font-family: 'Poppins';
font-weight: 500;
color: #22c7b8;
}

.footer1 .main-para{
font-size: 14px;
font-family: 'Poppins';
color: #000;
}
.footer1 .social_widget{
margin-top: 10%;
}
.footer-2 .media-body h6 {
margin: 0;
}
.footer-2 .media-body {
padding-left: 10px;
}
.footer-2 .media-body a{
color: #ffffff;
}
.footer-2 .media.phone {
border-top: 1px solid #687589;
padding-top: 12px;
}
.footer3 table td {
border: 1px solid #fff;
}
/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
  border: 1px solid #fff;
  color: #000000;
}
#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
    color: #ffffff;
    padding: 2px;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 1.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 0em;
  color: #fff;
  padding-left: 15px;
  caption-side: top;
}
.widget_calendar tbody a {
  background-color: #bbb;
  color: #fff;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #fff;
}
.widget th,
.widget td {
  padding: 0.5384615385em;
}

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

#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background-color: #5A2A27;
  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: absolute;
top: 13px;
right: 0;
font-size: 19px;
-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 18px;
}
#return-to-top:hover {
background-color: #272727;
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
#footer div.star-rating {
  display: none;
}
.main-navigation ul ul li:hover {
border-color: #5A2A27;
transition: 0.3s ease-in;
background-color: #F29E4C;
}
nav.main-navigation li > ul a:hover{
padding-left: 10px;
transition: 0.2s ease-in;
}
div.copyright {
  padding: 14px 0;
}
div.language select {
font-family: 'Nunito Sans';
background-color: transparent;
border: none;
width: 55%;
text-transform: uppercase;
cursor: pointer;
}
div.language .gtranslate_wrapper {
text-align: end;
margin-right: 20px;
}

