/*
Theme Name: neo
Theme URI: https:/axilus-services.ro
Author: Axilus
Author URI: https:/axilus-services.ro
Description: Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: axilus

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: "Oxygen-Regular";
  src: url(assets/fonts/Oxygen-Regular.ttf);
  font-display: swap;

}
@font-face {
  font-family: "Oxygen-Bold";
  src: url(assets/fonts/Oxygen-Bold.ttf);
  font-display: swap;

}
html {
  font-size:29px !important;
}

body {
  font-family: "Oxygen-Regular", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color:#000;
  touch-action:pan-y;
}


a {
  color: #4fa6d5;
  text-decoration: none;
}

a:hover {

  text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Oxygen-Bold", sans-serif;
font-weight:bold !important;
  font-size:1.32rem !important;

}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #c3c3c3;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #85b6cf;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
  background: #c3c3c3 !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 14rem;
  
  z-index: 997;

 background-color: #fff;
}

#first-header {
  background: #ffcb08;
  height:7.3rem;
  width:100%;
}
#second-header {
  background: #fff;
  height:5.82rem;
  width:100%;
}

#sala {
  padding: 2.1rem 0.5rem 2.4rem 1.9rem;
  font-family: "Oxygen-Bold", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.9rem;
}

#limba {
  padding: 2.3rem 1.9rem;
  text-align: right;
  font-size:1.5rem;
  font-weight: bold;
}
#ro {display:inline-block; padding:0px 15px; border:2px solid #000;color:#000;}
#en {display:inline-block; padding:0px 15px; border:2px solid #000; color:#000;}
#hu {display:inline-block; padding: 0px 15px; border:2px solid #000; color:#000;}

.active {
  border:2px solid #fff !important;
  background-color:#fff;
}

#header .logo img {
  padding: 0;
  margin: 0 auto;
  width:15.25rem ;
 
}
.logo {
  text-align:center;
}

#main {
  margin-top: 15rem;
  width:56rem;
  margin-left: auto;
  margin-right: auto;
}

p {
  font-size:1.2rem;
}

.wp-element-caption {
  font-size:0.7em !important;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.navbar {
  padding: 0;
  max-width:59rem;
  margin-left:auto;
  margin-right:auto;
  padding-top:2rem !important;
  position: relative;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}


.navbar li {
 
  margin-right:20px;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0.75rem 10px 0.75rem;
  font-family: "soleil", sans-serif;
  font-weight: 600;
  font-size: 1.0rem;
  color: #000;
  white-space: nowrap;
  text-decoration: none;
  border: 2px solid #ffcb08;
}

.current_page_item {
  background-color: #ffcb08;
}

.current-menu-ancestor {
  background-color: #ffcb08;
}

.current-page-ancestor .sub-menu {
  display: flex !important;
}

.current-menu-ancestor .sub-menu {
  display: flex !important;
}
.sub-menu a {
  border:2px solid #23328a !important;
}

.sub-menu .current_page_item {
  background-color: #23328a;

}
.sub-menu .current_page_item a{
  
  color:#fff;
}
.navbar .sub-menu {
  display: none;
  position:absolute;
  top:5rem;
  left: 50%;
  transform: translate(-50%, 0);

}

.current-menu-item .sub-menu {
  display: flex;
}
.sub-menu a {
  font-size:0.8rem;
}

#navbar > div {
  margin-left: auto;
  margin-right: auto;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #0d2735;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #a2cce3;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #68A4C4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #468db3;
}

#footer .footer-top {
  background: #0d2735;
  border-top: 1px solid #17455e;
  border-bottom: 1px solid #123649;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #a2cce3;
  font-weight: 600;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1e4356;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #68A4C4;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #a2cce3;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #a2cce3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #a2cce3;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #a2cce3;
}