﻿/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/* ==========================================================================
Base Mixins
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Mixins
   ========================================================================== */
/*when used ALLWAYS use in this order 
       @include phones {
                bottom: 117px;
            }

            @include tablets {
                bottom: 190px;
            }

            @include desktops {
                bottom: 300px;
            }
*/
/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/* ==========================================================================
Base utility
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for font-family 
 *  2. Other variables
 *  3. Animations
 *  4. Shadows
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for font-family
   ========================================================================== */
/* 2. Other variables
   ========================================================================== */
/*sizes*/
/*input, select*/
/*Buttons*/
/*$button-min-width: 50px;*/
/*$button-max-width: 130px;*/
/*$button-min-width-small: $input-select-height;*/ /*same as $button-min-height*/
/*$button-background-color: $blue;*/
/* 3. animations
   ========================================================================== */
/*Buttons*/
/* ==========================================================================
Base forms
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. searchform mobile header
 *  2. Sign form
 *  3. Newsletter signup block
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. searchform mobile header
   ========================================================================== */
.mobile-menu-wrapper .mobile-search {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  text-align: center;
}
.mobile-menu-wrapper .mobile-search-action {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mobile-menu-wrapper .mobile-search-action input {
  color: black;
  border: none;
  padding: 2px 50px 2px 50px;
  font-weight: normal;
  width: 100%;
  height: 42px;
}
.mobile-menu-wrapper .mobile-search-action .close-search {
  position: absolute;
  right: 30px;
  height: 40px;
  width: 50px;
  color: #000000;
  top: 0px;
  text-align: center;
  font-size: 20px;
}
.mobile-menu-wrapper .mobile-search-action-visible {
  display: block;
}

/* 2. Signin form
   ========================================================================== */
.form-signin-wrapper {
  max-width: 580px;
  margin: 0 auto;
  background-color: #fff;
}
.form-signin-wrapper label, .form-signin-wrapper input {
  display: inline-block;
  width: 100%;
}
.form-signin-wrapper input {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #cccccc;
  transition: all 0.3s ease;
}
.form-signin-wrapper button {
  float: right;
}
.form-signin-wrapper #loginboxerrorbox {
  padding-bottom: 15px;
}
.form-signin-wrapper form {
  padding: 15px;
}
.form-signin-wrapper form .checkbox-remember {
  display: block;
  float: left;
}
.form-signin-wrapper form .forgot-password {
  display: inline-block;
  width: 100%;
}
.form-signin-wrapper #login-modal-forgot-password {
  padding: 15px;
  padding-bottom: 50px;
}
.form-signin-wrapper #login-modal-enter-one-time-password {
  padding: 15px;
}
.form-signin-wrapper .active {
  display: block !important;
}

.panel-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 580px;
  margin: 0 auto;
  background-color: #edf2f3;
  text-align: center;
}
/* 3. Newsletter signup block
   ========================================================================== */
.news-letter-signup-block {
  padding: 40px 0 20px 0;
  margin-bottom: 20px;
  min-height: 65px;
  border-top: 1px solid #cccccc;
}
.news-letter-signup-block h4 {
  text-transform: uppercase;
  margin: 5px 0 0 0;
  display: inline-block;
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .news-letter-signup-block h4 {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
}
.news-letter-signup-block p {
  margin: 0;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .news-letter-signup-block p {
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
}
