@charset "UTF-8";
/*
Theme Name: NR
Theme URI: https://manifera.com/
Author: Manifera
Author URI: https://manifera.com/
Description:
Tested up to: 6.7
Requires at least: 4.7
Requires PHP: 5.2.4
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Tags:
*/
body,
.x-root {
  font-family: 'Source Sans 3', sans-serif !important;
}

.x-root {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2f2c33;
}

.entry-header,
.entry-content {
  font-size: 20px !important;
}

.background {
  background-color: #daedfb;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.bg-screen {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: normal;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 40%, rgba(234, 91, 19, 0.99)), linear-gradient(rgba(53, 53, 53, 0.28), rgba(53, 53, 53, 0.28)), url(/wp-content/themes/nr/framework/assets/image/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #2f2c33;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1;
}

@media (max-width: 768px) {
  .background {
    top: 0;
  }
}

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 10px;
}

/*LOGIN FORM*/
/*form .form-group input:-webkit-autofill {*/
/*color: #DEFF00 !important;*/
/*-webkit-text-fill-color: #DEFF00 !important;*/
/*-webkit-box-shadow: 0 0 0px 1000px #2F2C33 inset !important;*/
/*}*/
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).error
  + label.error,
form:not(.novalidate)
  input.form-control:not([type='radio']):not([type='checkbox']).error
  + label
  + label.error,
form:not(.novalidate) textarea.form-control.error + label.error,
form:not(.novalidate) textarea.form-control.error + label + label.error {
  opacity: 1;
}

.nr-login-form {
  max-width: 450px;
  margin: auto;
  padding-top: 0px;
  position: relative;
}

.nr-login-form .half-logo {
  position: absolute;
  left: -42px;
  top: -32px;
  z-index: 1;
  height: auto;
  width: 52px;
}

.nr-login-form .lead.centered {
  text-align: center;
}

.nr-login-form .bottom {
  width: 100%;
}

.nr-login-form .bottom a {
  color: white;
}

.nr-login-form .bottom a:hover {
  color: rgb(235, 83, 13, 1);
}

.nr-login-form .bottom * {
  display: inline-block;
}

.nr-login-form .button-container {
  float: right;
}

.nr-login-form .two-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nr-login-form .two-buttons a {
  margin-right: 10px;
}

.nr-login-form .btn-login {
  margin-top: 0;
  padding-left: 35px;
  padding-right: 35px;
}

@media (max-width: 768px) {
  .nr-login-form {
    max-width: none;
  }
}

@media (max-width: 480px) {
  .login_form_section {
    padding-top: 20px !important;
  }

  .nr-login-form .button-container {
    float: none;
    text-align: center;
    width: 100%;
  }
}

label.error {
  -webkit-font-smoothing: antialiased;
}

/*END LOGIN FORM*/

/*PACKAGES LIST*/

.nr-package-list {
  max-width: 600px;
  margin: auto;
  padding-top: 50px;
}

.nr-package-list em {
  font-family: 'Source Sans 3', sans-serif;
}

.package-container ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-container ul li {
  display: block;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.package-container ul li > div.item {
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  display: flex;
  background: black;
  color: white;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.package-container ul li > div.item .name {
  margin-right: 15px;
}

.package-container ul li > div.item .info {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.package-container ul li > div.item span.price {
  margin-right: 10px;
}

.package-container .fa-info-circle {
  color: white;
  margin-right: 10px;
}

.package-container .fa-info-circle:hover {
  color: rgb(16, 121, 211);
}

.package-container ul li > div.item input {
  margin: 0;
  width: 80px;
  height: 40px;
  border-radius: 10px;
  font-size: 20px;
}

.package-container .ui-widget.ui-widget-content {
  border-radius: 10px;
}

.package-container .buttons {
  margin-top: 10px;
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.package-container .buttons button {
  margin-top: 0;
  margin-right: 10px;
}

.package-container .buttons button:last-of-type {
  margin-right: 0;
}

.popover-content {
  color: black;
  font-weight: 600;
}

@media (max-width: 767px) {
  .package-container ul li > div.item {
    /*-webkit-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    display: block;
  }

  .package-container .price-wrapper {
    display: block;
  }

  .package-container .quantity {
    display: block;
  }
}

/*END PACKAGES LIST*/

[type='submit'] {
  text-shadow: none !important;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.error {
  color: #c70000;
}

#btn-info .fa-info-circle {
  color: #00a5ff;
}

.x-masthead {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.e8-1.x-bar {
  background: none !important;
  box-shadow: none !important;
}

/* Clear floats after the columns */
.row:after {
  content: '';
  display: table;
  clear: both;
}

.text-footer {
  font-size: 28px;
  font-weight: 900;
  color: lightgray;
  margin-top: 0px;
}

@media (max-width: 430px) {
  .half-logo {
    bottom: 50%;
  }
}

@media (max-width: 480px) {
  i {
    font-size: 15px;
  }
  body .lead {
    font-size: 15px;
  }
  .nr-login-form .btn-login {
    font-size: 15px;
  }
}

@media (max-width: 963px) {
  .info-example {
    display: none;
  }
  .text-footer {
    font-size: 20px;
  }
}
