/* ==========================================================================
	Roadmap
   ==========================================================================
1- General Theme Settings
2- Desktop Top Bar
3- Mobile Top Bar
4- Footer
5- Off Canvas Menu
6- Hero Full Screen
7- Login / Register
*/
/* ==========================================================================
	1- General Theme Settings
   ========================================================================== */
* {
  margin: 0;
  padding: 0; }

body {
  background-color: #f6f6f6; }

a {
  color: #509b41;
  transition: all .5s ease;
  -webkit-transition: all .5s ease; }
  a:hover,
  a:focus {
    color: #5ab149; }

p {
  color: #333; }

img {
  object-fit: cover;
  -o-object-fit: cover; }

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

h1 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0;
}

.padding-right-remove{
  padding-right: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-style: none !important; }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border-color: transparent transparent transparent #6c6c6c; }

.off-canvas-content {
  background: #fff; }

.object-fit_fill {
  -o-object-fit: fill;
  object-fit: fill; }

.object-fit_contain {
  -o-object-fit: contain;
  object-fit: contain; }

.object-fit_cover {
  -o-object-fit: cover;
  object-fit: cover; }

.object-fit_none {
  -o-object-fit: none;
  object-fit: none; }

.object-fit_scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down; }

.transition,
.secondary-button,
.secondary-button i,
.top-button a,
#navBar a,
.widgetBox a,
#footer-bottom a,
.light-off-menu .off-social a,
.light-off-menu .off-social a i {
  transition: all .5s ease;
  -webkit-transition: all .5s ease; }

.button {
  font-weight: bold;
  border-radius: 5px;
  margin: 0;
  text-transform: uppercase; }

.secondary-button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #f6f6f6;
  display: inline-block;
  color: #8e8e8e;
  text-align: center; }
  .secondary-button i {
    color: #8e8e8e;
    font-size: 16px; }
  .secondary-button:hover {
    background: #59b566;
    color: #fff; }
    .secondary-button:hover i {
      color: #fff; }

.secBg {
  background: #fff;
  border: 1px solid #cecece;
  transition: all .5s ease;
  -webkit-transition: all .5s ease; }

.form-error {
  margin-top: 0 !important;
  color: #e22c17; }

@media screen and (min-width: 40em) {
  .large-12 {
    min-width: 40em;
  }
}

.column,
.columns {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.row .row {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}

@media screen and (min-width: 40em) {
  .column,
  .columns {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .row .row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

@media screen and (max-width: 39em) {
  footer .columns + .columns {
    margin-top: 40px;
  }
}



/* ==========================================================================
	2- Desktop Top Bar
   ========================================================================== */
.topBar {
  border-bottom: 1px solid rgba(228, 226, 226, .5);
  padding: .5rem 0;
  background: rgba(232, 231, 231, .7); }

.top-button .menu li:nth-of-type(2) a {
  background: #59b566; }
  .top-button .menu li:nth-of-type(2) a:hover {
    background: #90d85e; }
.top-button .menu li a.active {
  background: #90d85e; }
.top-button .menu li a {
  display: inline-block;
  margin-left: 5px;
  padding: 9px 15px;
  background: #444;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-transform: capitalize;
  font-size: 12px; }
  .top-button .menu li a:hover {
    background: #59b566; }

/* ==========================================================================
	3- Mobile Top Bar
   ========================================================================== */
#navBar {
  background: rgba(232, 231, 231,.7) ;
  border-bottom: 1px solid rgba(228, 226, 226,.5);
  position: relative;
  z-index: 6; }
  #navBar .title-bar {
    justify-items: center;
    align-items: center;
    display: flex;
    background: none !important;
    height: 45px; }
    #navBar .title-bar .title-bar-title {
      text-align: center;
      flex: 1 1 auto;
      height: 39px; }
      #navBar .title-bar .title-bar-title img {
        width: auto !important;
        height: 100%; }
  #navBar .menu-icon {
    margin: 7px .25rem; }
    #navBar .menu-icon::after {
      background: #000;
      box-shadow: 0 7px 0 #000, 0 14px 0 #000; }

/* ==========================================================================
	4- Footer
   ========================================================================== */
footer {
  background: #444444;
  padding: 80px 0; }
  footer .widgetBox .widgetTitle {
    margin-bottom: 15px; }
    footer .widgetBox .widgetTitle h5 {
      color: #cecece;
      margin: 0; }
  footer .widgetBox .textwidget {
    color: #aaaaaa;
    font-size: 15px; }
  footer .widgetBox .widgetContent h5 {
    color: #cecece;
    margin: 0; }
  footer .widgetBox .widgetContent ul {
    margin: 0;
    list-style: none;
    width: 100%; }
    footer .widgetBox .widgetContent ul li {
      margin: 0; }
      footer .widgetBox .widgetContent ul li a {
        padding: 0;
        color: #aaaaaa;
        font-size: 15px;
        margin-right: 20px; }
        footer .widgetBox .widgetContent ul li a:hover {
          color: #fff; }
  footer #back-to-top {
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #393939;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
    transition: opacity .2s ease-out;
    opacity: 0; }
    footer #back-to-top:hover {
      background: #59b566;
      color: #fff; }
    footer #back-to-top.show {
      opacity: 1; }

#footer-bottom {
  background: #2e2e2e;
  padding: 25px 0; }
  #footer-bottom .logo {
    margin-bottom: 10px; }
  #footer-bottom p {
    font-size: 13px;
    color: #aaa;
    margin: 0;
    line-height: 14px; }
  #footer-bottom a {
    color: #aaa; }
    #footer-bottom a:hover,
    #footer-bottom a:focus {
      color: #fff; }

/* ==========================================================================
	5- Off Canvas Menu
   ========================================================================== */
.light-off-menu {
  background: #fff;
  z-index: 1;
  height: 100%;
  border-right: 1px solid #bbb; }
  .light-off-menu .off-menu-close {
    background: #cecece;
    padding: 10px 20px;
    border-bottom: 1px solid #bbb;
    height: 45px; }
    .light-off-menu .off-menu-close h3 {
      display: inline-block;
      width: 80%;
      margin: 0;
      line-height: 24px;
      color: #222;
      float: left;
      font-weight: 400;
      font-size: 20px;
      text-transform: uppercase; }
    .light-off-menu .off-menu-close span {
      display: inline-block;
      cursor: pointer;
      text-align: right;
      width: 20%;
      font-size: 14px;
      color: #222; }
  .light-off-menu .off-menu {
    padding: 0;
    margin-bottom: 30px; }
    .light-off-menu .off-menu li a {
      border-bottom: 1px solid #e6e6e6;
      padding: 19px 20px 15px;
      color: #666;
      font-size: 14px;
      text-transform: uppercase; }
      .light-off-menu .off-menu li a i {
        color: #666; }
      .light-off-menu .off-menu li a:hover,
      .light-off-menu .off-menu li a:hover i {
        color: #222; }
    .light-off-menu .off-menu li .submenu li {
      background: #f6f6f6; }
      .light-off-menu .off-menu li .submenu li > small {
        text-transform: uppercase;
        padding: 15px 0 0 20px;
        display: block;
        margin-bottom: -10px; }
      .light-off-menu .off-menu li .submenu li a {
        padding: 15px 0 15px 20px; }
  .light-off-menu .off-social {
    padding: 0 0 0 20px;
    margin-bottom: 25px; }
    .light-off-menu .off-social h6 {
      font-weight: 600;
      margin-bottom: 30px; }
    .light-off-menu .off-social a {
      width: 30px;
      height: 30px;
      line-height: 30px;
      background: #222222;
      text-align: center;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      display: inline-block; }
      .light-off-menu .off-social a i {
        color: #aaaaaa; }
      .light-off-menu .off-social a:hover {
        background: #59b566; }
        .light-off-menu .off-social a:hover i {
          color: #fff; }
  .light-off-menu .responsive-search {
    padding: 0 10px; }
    .light-off-menu .responsive-search input {
      color: #333;
      font-size: 13px;
      box-shadow: none;
      border: 1px solid #cecece; }
    .light-off-menu .responsive-search .input-group-button button {
      width: 40px;
      height: 40px;
      background: #303030;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      line-height: 40px;
      text-align: center; }
      .light-off-menu .responsive-search .input-group-button button i {
        display: inline-block;
        color: #fff; }
      .light-off-menu .responsive-search .input-group-button button:hover {
        background: #59b566; }

.is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #aaa; }

.js-drilldown-back > a::before {
  border-color: transparent #aaa transparent transparent; }

/* ==========================================================================
	6- Hero Full Screen
   ========================================================================== */

.hero-full-screen {
  background: url('../images/bg-blue.jpg') center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 40em) {
  .hero-full-screen {
    height: 100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.bg-none .hero-full-screen {
  background-image: none;
}

.bg-default .hero-full-screen {
  background-image: url('../images/bg-default.jpg');
}

.bg-enchufe .hero-full-screen {
  background-image: url('../images/bg-enchufe.svg');
}

.bg-blue .hero-full-screen {
  background-image: url('../images/bg-blue.jpg');
}

.bg-quinoa .hero-full-screen {
  background-image: url('../images/bg-quinoa.jpg');
}

.bg-costa .hero-full-screen {
  background-image: url('../images/bg-costa.jpg');
}

.bg-bosque .hero-full-screen {
  background-image: url('../images/bg-bosque.jpg');
}

.bg-rosas .hero-full-screen {
  background-image: url('../images/bg-rosas.jpg');
}

.bg-cocina1 .hero-full-screen {
  background-image: url('../images/bg-cocina1.jpg');
}

.bg-cocina2 .hero-full-screen {
  background-image: url('../images/bg-cocina2.jpg');
}

.bg-inproel .hero-full-screen {
  background-image: url('../images/bg-inproel.jpg');
}

.hero-full-screen header {
  width: 100%;
}

.hero-full-screen main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.hero-full-screen .secBg {
  background: rgba(232, 231, 231, .85);
  border: 1px solid rgba(228, 226, 226, .5);
}

.hero-full-screen .secBg:hover,
.hero-full-screen .secBg:focus,
.hero-full-screen .secBg:focus-within {
  background: rgba(255, 2555, 255, .92);
}

.bg-none .hero-full-screen .secBg:hover,
.bg-none .hero-full-screen .secBg:focus,
.bg-none .hero-full-screen .secBg:focus-within {
  background: rgba(232, 231, 231, .85);
}

/* ==========================================================================
  7- Login / Register
   ========================================================================== */

.registration {
  background: transparent;
  margin: 60px auto;
  max-width: 45rem; }
  .registration .login-register-content {
    padding: 0; }
  .registration .login-register-content .row {
    padding: 15px 0;
  }
  .registration .login-register-content .row:first-child {
    padding-top: 50px; }
  .registration .login-register-content .row:last-child {
    padding-bottom: 50px; }

  .registration .login-register-content .register-form .row {
    padding: 15px 0;
    display: block; }

  .registration .welcome-message {
    text-align: center; }
    .registration .welcome-message .logo {
      margin-bottom: 1rem;
      display: block;
      text-align: center; }
    .registration .welcome-message p {
      font-size: 14px; }

  .registration .register-form h5 {
    font-weight: 600;
    margin-bottom: 30px; }
  .registration .register-form .input-group {
    margin-bottom: 20px;
    position: relative; }
    .registration .register-form .input-group .input-group-label {
      background: #f6f6f6;
      border-color: #cecece;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      height: 50px !important;
      width: 50px;
      overflow: hidden; }
      .registration .register-form .input-group .input-group-label i {
        color: #6c6c6c;
        font-size: 16px; }
    .registration .register-form .input-group input {
      height: 50px;
      border-color: #cecece;
      box-shadow: none;
      font-size: 16px;
      color: #333;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      margin: 0; }
      .registration .register-form .input-group input.is-invalid-input:not(:focus) {
        background: #ffe4df; }
      .registration .register-form .input-group input.is-invalid-input::placeholder {
        color: #ec5840; }
      .registration .register-form .input-group .is-invalid-input + .form-error {
        display: block; }
    .registration .register-form .input-group .form-error {
      position: absolute;
      top: 0;
      margin: 0;
      right: 0;
      background: #ec5840;
      padding: 0px 6px;
      color: #fff;
      border-radius: 0 4px 0 4px; }
  .registration .register-form .callout.alert,
  .registration .register-form .callout.alert p {
    border: 0;
    color: #ec5840;
    background-color: transparent; }
  .registration .register-form .callout.alert {
    padding: .2rem 1rem;
  }
  .registration .register-form .button {
    margin-bottom: 25px; }
  .registration .register-form .loginclick {
    font-size: 13px;
    text-align: center; }
    .registration .register-form .loginclick + .loginclick {
      margin-top: -6px; }
    .registration .register-form .loginclick a {
      color: #303030; }
      .registration .register-form .loginclick a:hover {
        color: #59b566; }
  .registration h4 {
    margin-bottom: 30px; }
  .registration .map {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 30px; }
  .registration .user-contacts .contact-stats {
    margin-bottom: 40px; }
    .registration .user-contacts .contact-stats i {
      display: inline-block;
      font-size: 14px;
      color: #444444;
      margin-right: 10px; }
    .registration .user-contacts .contact-stats h6 {
      display: inline-block;
      font-size: 14px;
      color: #444444;
      margin-bottom: 20px;
      text-transform: capitalize; }
    .registration .user-contacts .contact-stats p {
      font-size: 13px; }
      .registration .user-contacts .contact-stats p a.secondary-button {
        text-align: center; }
        .registration .user-contacts .contact-stats p a.secondary-button i {
          margin: 0; }
        .registration .user-contacts .contact-stats p a.secondary-button:hover i {
          color: #fff; }
  .registration .register-form textarea {
    width: 100%;
    height: 240px;
    border: 1px solid #cecece;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    font-size: 13px; }

/* ==========================================================================
  8- 404 Error Page
   ========================================================================== */
.error-page {
  background: transparent;
  margin: 60px auto;
  max-width: 45rem;  }
  .error-page-content {
    padding: 30px 0; }
  .error-page h1 {
    font-size: 46px;
    line-height: 1.3em;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .error-page .error-icon {
    margin-bottom: 0;
    position: relative;
    font-size: 100px; }
  .error-page .error-icon.alert {
    color: #e22c17; }
  .error-page .error-icon.warning {
    color: #e3b516; }
  .error-page p {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px; }

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation: flash .3s infinite;
  animation: flash .3s infinite; }
