@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
h1 {
  font-size: 35px;
  color: #F88710;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 75px;
  }
}

a {
  color: #F88710;
}

.communicate {
  padding: 16px 0;
  font-size: 80%;
}
.communicate.success {
  color: green;
}
.communicate.warning {
  color: #dc3545;
}

.already-logged {
  text-align: center;
  padding-top: 40px;
}
.already-logged h2 {
  color: #F88710;
  margin-bottom: 20px;
}
.already-logged a, .already-logged :focus, .already-logged :hover {
  color: #F88710;
}

#wrapper-navbar {
  background-color: #f88710;
}
#wrapper-navbar .navbar-nav .nav-link {
  color: #FFFFFF;
  fill: #FFFFFF;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 400;
}
#wrapper-navbar .create-acc {
  padding: 12px 26px 12px 26px;
  font-size: 8px;
  color: #F88710;
  border-radius: 9px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  #wrapper-navbar .create-acc {
    padding: 15px 46px 15px 46px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper-navbar .navbar-brand img {
    width: 81px;
  }
}
#wrapper-navbar .dropdown-item:focus {
  background-color: #F88710;
}

/* Icon 1 */
.animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background: #e3f2fd;
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

/* Icon 3*/
.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */
.animated-icon3 span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

#hero-baner {
  margin-top: 100px;
}

.loading {
  display: flex;
  justify-content: center;
  color: #F88710;
  padding: 50px;
}

.elementor-location-footer .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
  font-size: 14px;
}

.tooltiptext {
  width: 250px;
  background-color: #f88710;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 12px;
  left: 50%;
  margin-left: -120px;
  opacity: 0;
  transition: opacity 0.5s;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.tooltiptext:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #f88710 transparent transparent;
}

.tooltip-atom:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#user > a {
  font-weight: 600 !important;
}

#nav-tab {
  border: 0;
}
#nav-tab .nav-link {
  border: 0;
  color: #000;
  font-weight: 500;
  padding: 20px 25px;
}
@media (max-width: 992px) {
  #nav-tab .nav-link {
    padding-top: 0px;
  }
}
#nav-tab .nav-link.active {
  color: #f88710;
}

.tab-content {
  padding: 20px 25px;
}

.select_gender .vs__dropdown-toggle {
  border: 1px solid #a5a5a5 !important;
  border-radius: 10px !important;
  border-radius: 0px;
  margin-bottom: 20px;
  padding: 0;
  color: black !important;
  outline: none !important;
  box-shadow: none !important;
}
.select_gender .vs__dropdown-toggle input {
  padding: 10px 15px;
  margin: 0;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5;
}

.phone-wrap .md-layout {
  display: flex;
  border-radius: 10px !important;
  margin-bottom: 50px;
  position: relative;
}
.phone-wrap .md-layout .form-control-tip {
  position: absolute;
  left: 0;
  padding-top: 10px;
}
.phone-wrap #phone-code {
  padding: 0;
}
.phone-wrap #phone-code .vs__dropdown-toggle {
  border: 1px solid #a5a5a5;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  padding: 0;
  height: 38px;
}
.phone-wrap #phone-code .vs__dropdown-toggle span {
  margin: 0;
  padding: 6px 0;
  padding-left: 15px;
}
.phone-wrap #phone-code input {
  border: 1px solid #a5a5a5 !important;
  margin: 0;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5;
  width: 30px;
  display: none;
}
.phone-wrap #phone {
  border: 1px solid #a5a5a5;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  margin-bottom: 20px;
  padding: 10px 15px 10px 0;
  margin: 0;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5;
  color: black !important;
  outline: none !important;
  box-shadow: none !important;
}
.phone-wrap .form-control-exclamation {
  display: none;
}
.phone-wrap .form-control-tip--error {
  color: #dc3545;
  font-size: 80%;
}

.vs__actions {
  display: none !important;
}

.select_gender span {
  padding-left: 10px;
}

.category-inputs {
  padding-left: 0;
}

.forms_global {
  max-width: 306px;
}

#zgodacheck {
  margin-top: 0;
}

.orange-link {
  color: #F88710;
}
.orange-link:hover {
  color: #F88710;
  text-decoration: none;
}

.form-login, .form-register {
  margin: 0 auto;
  padding-top: 40px;
}

.already-acc {
  text-align: center;
  padding-top: 40px;
  font-weight: 600;
}

.social-login {
  text-align: center;
  padding-top: 40px;
}
.social-login .choice-social {
  justify-content: center;
}
.social-login .choice-social div {
  padding: 5px 20px;
  color: #F88710;
}

.form-category-pr {
  padding: 40px 15px 0 15px;
}

.page-404 {
  text-align: center;
}

.type-post {
  padding-top: 100px;
}
.type-post .elementor-widget-theme-post-featured-image {
  padding-top: 50px;
}

/*# sourceMappingURL=main.css.map*/