/* ==========================================================================
   Login/ Register
   ========================================================================== */

/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   VARIABLES - 4 - VELTHUIS SCHOENEN
   ##################################################################################################### */
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
#passwordRecovery {
  margin: 20px 0 0;
}
.facebookConnect {
  margin-top: 20px;
}
#content .formBottom .bttn.alt {
  margin-top: 5px;
}
#content .divideTabs.tabsResponsive > ul {
  display: block !important;
}
#content .divideTabs.tabsResponsive .tabTitle {
  display: none;
}
@media only screen and (max-width: 767px) {
  .siteForm .row input[type="text"],
  .generatedForm .row input[type="text"],
  .siteForm .row input[type="email"],
  .generatedForm .row input[type="email"],
  .siteForm .row input[type="password"],
  .generatedForm .row input[type="password"],
  .siteForm .row input[type="search"],
  .generatedForm .row input[type="search"],
  .siteForm .row input[type="tel"],
  .generatedForm .row input[type="tel"],
  .siteForm .row input[type="number"],
  .generatedForm .row input[type="number"] {
    width: 100%;
  }
  .facebookBlock {
    border-top: 1px solid #ebebeb;
    margin-top: 40px;
    padding-top: 40px;
  }
  .divideTabs.tabsResponsive .tabContent {
    display: none !important;
  }
  .divideTabs.tabsResponsive .tabContent.tabActive {
    display: block !important;
  }
  .divideTabs.tabsResponsive .tabContent.tabActive .tabContentWrapper {
    display: block !important;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  #content .facebookBlock {
    margin-top: 35px;
  }
}
