/*
// HubSpot Forms
*/

/*
// Forms
*/
/* Variables */
/*

$helvetica-neue-light: 'HelveticaNeueLT-Light', Helvetica, sans-serif;
$light-pink: #F1E9E7;
$light-yellow: #FAF6F0;
$light-blue: #E4EBF0;

$link-blue: #5CAADE;
$link-blue-hover: #3D8FC5;

$form-button-blue: #5CAADE;
$form-button-blue-hover: #55a2d6;

$beige: #FAF6F0;

*/

.session-signup .session-hero .session-content h1 {
    font-family: "Documenta Regular",Georgia,serif;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input.text,
input.email,
input.password,
input.number {
  border: none;
  height: 42px;
  padding: 0 15px;
  font-size: 14px;
  font-family: "HelveticaNeueLT-Light", Helvetica, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input.text:focus,
input.email:focus,
input.password:focus,
input.number:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

input[type=submit],
button {
    line-height: 40px;
    height: 42px;
    padding: 0 15px;
    font-size: 14px;
    font-family: "HelveticaNeueLT-Light", Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}
input[type=submit]:focus,
button:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

form.search-form {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
form.search-form input {
    display: inline-block;
    float: left;
    width: 350px;
    padding-top: 2px;
    border: 1px solid #fff;
    transition: border 200ms ease-in-out;
}
form.search-form input:focus {
    border: 1px solid #5CAADE;
    border-right: none;
}
form.search-form button,
form.search-form input[type=submit] {
    display: inline-block;
    float: left;
    background-color: #5CAADE;
    color: #fff;
    width: 98px;
    border: none;
    transition: background-color 200ms ease-in-out;
}
form.search-form button:hover,
form.search-form input[type=submit]:hover {
    background-color: #55a2d6;
}

.select-wrap {
    height: 38px;
    font-family: "HelveticaNeueLT-Light", Helvetica, sans-serif;
    text-transform: uppercase;
    padding-right: 30px;
    text-align: center;
    position: relative;
    width: 135px;
    border: 1px solid #ddd;
}
.select-wrap img {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 10px;
}
.select-wrap select {
    display: block;
    width: 110%;
    height: 100%;
    padding: 0 15px;
    background: none;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    color: #555;
    font-size: 14px;
    font-family: "HelveticaNeueLT-Light", Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
.select-wrap select:focus {
    outline: none;
    box-shadow: none;
}

.coupon-form-wrap {
    margin-top: 30px;
}
.coupon-form-wrap label {
    display: block;
    margin-bottom: 10px;
    color: #262626;
    font-family: "HelveticaNeueLT-Light", Helvetica, sans-serif;
}
.coupon-form-wrap label span {
  margin-left: 5px;
  display: inline !important;
}
.coupon-form-wrap .required-note {
    display: block;
    text-align: left;
}
.coupon-form-wrap input[type=text],
.coupon-form-wrap input[type=email],
.coupon-form-wrap input[type=zip] {
    display: block;
    margin-bottom: 15px;
    height: 45px;
    width: 100%;
    border: 1px solid #DEDEDE;
    font-size: 16px;
    font-family: "HelveticaNeueLT-Light", Helvetica, sans-serif;
    padding-left: 10px;
}
.coupon-form-wrap input[type=submit] {
    background-color: #5CAADE;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.siggis-form .row {
    margin-bottom: 12px;
}
.siggis-form .row.col-two .col {
    display: inline-block;
    float: left;
    width: 50%;
}
.siggis-form .row.col-three .col {
    display: inline-block;
    float: left;
    width: 33.333333%;
}
.siggis-form .row .col {
    display: block;
    width: 100%;
    padding: 0 10px;
}
.siggis-form .row .col:first-child {
    padding-left: 0;
}
.siggis-form .row .col:last-child {
    padding-right: 0;
}
.siggis-form .tooltip {
        position: relative;
        display: inline-block;
        font-size: 0.8rem;
}
.siggis-form .tooltip .tooltiptext {
    visibility: hidden;
    background-color: #d8d8d8;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    margin-left: 10px;
    position: absolute;
    z-index: 1;
    width: 160px;
}
.siggis-form .tooltip:hover .tooltiptext {
    visibility: visible;
}
.siggis-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #262626;
}
.siggis-form .form-row {
    margin: 10px 0 20px;
}
.siggis-form .form-row .label {
    margin-bottom: 5px;
}
.siggis-form .form-row p {
    margin: 0;
}
.siggis-form input[type=text],
.siggis-form input[type=textarea],
.siggis-form input[type=email],
.siggis-form input[type=date],
.siggis-form input[type=tel] {
        width: 100% !important;
        border: 1px solid #D8D8D8;
}
.siggis-form input[type=text]:focus,
.siggis-form input[type=textarea]:focus,
.siggis-form input[type=email]:focus,
.siggis-form input[type=date]:focus,
.siggis-form input[type=tel]:focus {
    border: 1px solid #D8D8D8;
    outline: unset;
}
.siggis-form input[type=date] {
    height: 42px;
    padding: 0 15px;
    font-size: 14px;
    font-family: "HelveticaNeueLT-Light", Helvetica, sans-serif;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.siggis-form input[type=radio],
.siggis-form input[type=checkbox] {
    height: 20px;
    width: 20px;
    display: inline-block;
}
.siggis-form .radio-wrap span,
.siggis-form .check-row span {
    position: relative;
    top: -3px;
    left: 3px;
}
.siggis-form .check-wrap span {
    position: relative;
    top: -4px;
    left: 8px;
    line-height: 1.4;
}
.siggis-form textarea {
    border: 1px solid #d8d8d8;
    font-size: 14px;
    font-family: "HelveticaNeueLT-Light", Helvetica, sans-serif;
    width: 100%;
    height: 160px;
    resize: none;
    padding: 15px;
}
.siggis-form textarea:focus {
    border: 1px solid #D8D8D8 !important;
    outline: unset !important;
}
.siggis-form .check-row {
    margin-top: 30px;
}
.siggis-form .note {
    font-size: 16px;
    line-height: 24px;
    color: #262626;
}
.siggis-form .select-wrap {
    overflow: hidden;
    border: 1px solid #D8D8D8;
    height: 42px;
    background-color: #fff;
    width: 100%;
    position: relative;
}
.siggis-form .select-wrap select {
    width: 110%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    padding: 0 15px;
    color: #222;
    font-size: 14px;
    font-family: "HelveticaNeueLT-Light", Helvetica, sans-serif;
    font-weight: normal;
    text-transform: lowercase;
}
.siggis-form .select-wrap .arrows {
    position: absolute;
    top: 7px;
    right: 10px;
    display: inline-block;
    background-image: image-url("shared/select_arrows.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 26px;
}
.siggis-form .product-type select {
    text-transform: capitalize !important;
}
.siggis-form .section-label {
    margin: 20px 0;
    font-size: 18px;
}
.siggis-form .info-row {
  margin: 40px 0 30px;
}
.siggis-form .required-note {
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
}
.siggis-form .button-row {
    text-align: center;
    margin-bottom: 40px;
}
.siggis-form .button-row .btn {
    width: auto;
    padding: 0 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    border: 0;
}
.siggis-form .button-row .wpcf7-submit {
    background-color: #5CAADE;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.mc4wp-success,
.wpcf7-mail-sent-ok {
    display: none !important;
}

.wpcf7-validation-errors {
    border: none !important;
    padding: 0 !important;
    margin: 10px 0 !important;
    color: red !important;
    font-size: 16px !important;
}

.wpcf7-not-valid-tip {
    color: red !important;
    font-size: 16px !important;
    padding: 0 !important;
    margin: 10px 0 !important;
}

.sub-menu {
    position: relative;
    left: 48px;
}

.health-form-input-box {
    width: 40% !important;
    position: relative;
    left: 10px;
    bottom: 3px;
}

@media screen and (max-width: 800px) {
    .siggis-form .row {
        margin-bottom: 0;
    }
    .siggis-form .row .col {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }
    .siggis-form .row.col-two .col, .siggis-form .row.col-three .col {
        display: block;
        width: 100%;
    }
    .siggis-form .row.info-row {
        margin: 30px 0;
    }
}

/* HubSpot Specific Styles */
.hbspt-form {
    margin: 0 auto;
    max-width: 90vw;
}
.hs-form label {
    display: block;
    margin-bottom: 10px;
    color: #262626;
    font-family: "HelveticaNeueLT-Light", Helvetica, sans-serif;
    text-transform: capitalize;
}
.hs-form .hs-fieldtype-booleancheckbox label,
.hs-form .hs-fieldtype-checkbox label { 
    text-transform: none;
}
.hs-form .hs-fieldtype-booleancheckbox label { 
    text-transform: none;
}


.hs-form input[type=text],
.hs-form input[type=email],
.hs-form input[type=zip] {
    display: block;
    margin-bottom: 15px;
    height: 45px;
    width: 100%;
    border: 1px solid #DEDEDE;
    font-size: 16px;
    font-family: "HelveticaNeueLT-Light", Helvetica, sans-serif;
    padding-left: 10px;
}
.hs-fieldtype-textarea .input {
    margin-right: 0!important;
}
.hs-fieldtype-textarea .input textarea {
    display: block;
    resize: vertical;
    line-height: 1.2;
    padding: 1rem;
    min-height: 200px;
    width: 100% !important;
    border: 1px solid #ddd;
    font-family: inherit;
}
.hs-form input[type=submit] {
    margin-top: 20px;
    background-color: #216EA1;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.hs-form input[type=submit]:hover {
    background-color: #1D5F8C !important;
}
.hs-fieldtype-select div.input{
    height: 45px;
    font-family: "HelveticaNeueLT-Light", Helvetica, sans-serif;
    text-align: center;
    position: relative;
    width: 50%;
    padding-right: 16px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.hs-fieldtype-select select {
    display: block;
    width: calc(100% + 16px) !important;
    height: 100%;
    padding: 0 16px;
    appearance: none;
    background-image: url(/wp-content/themes/siggis/images/shared/select_arrows.png);
    background-position: calc(100% - 16px) center;
    background-repeat: no-repeat;
    background-size:16px 26px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: "HelveticaNeueLT-Light", Helvetica, sans-serif;
    font-weight: normal;
}
.hs-fieldtype-select select:focus {
    outline: none;
    box-shadow: none;
}

.hs-error-msgs label {
    margin-top: .75rem;
    color: #f00;
    font-size: 16px;
}

ul.hs-error-msgs,
ul.inputs-list {
    padding-left: 0;
    list-style: none;
    list-style-type: none;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

/* Columns */
.hs-form .form-columns-2 .hs-form-field .input,
.hs-form .form-columns-3 .hs-form-field .input {
    margin-right: 0;
    width: 100%;
}
@media screen and (max-width: 480px) {
    .hs-form .form-columns-2 .hs-form-field .input input,
    .hs-form .form-columns-3 .hs-form-field .input input {
        width: 100% !important;
    }
}

@media screen and (min-width: 481px) {
    .hs-form .form-columns-2 .hs-form-field .input,
    .hs-form .form-columns-3 .hs-form-field .input {
        margin-right: 0;
    }
    .hs-form .form-columns-2 .hs-form-field,
    .hs-form .form-columns-3 .hs-form-field {
        width: calc(50% - 1rem) !important;
        margin-right: 2rem;
    } 
    .hs-form .form-columns-2 .hs-form-field + .hs-form-field,
    .hs-form .form-columns-3 .hs-form-field + .hs-form-field {
        margin-right: 0;
    }
}

@media screen and (min-width: 1025px) {
    .hs-form .form-columns-2 .hs-form-field,
    .hs-form .form-columns-3 .hs-form-field {
        width: calc(50% - 2rem) !important;
        margin-right: 4rem;
    }

}
.hs-form .form-columns-1 .hs-form-field:last-of-type .input,
.hs-form .form-columns-2 .hs-form-field:last-of-type .input,
.hs-form .form-columns-3 .hs-form-field:last-of-type .input {
    margin-right: 0;
    width: 100%;
}

/* Widths */
.hs-form form,
.hs-form h1,
.hs-form h2,
.hs-form h3,
.hs-form h4,
.hs-form h5,
.hs-form h6,
.hs-form p {
    width: 100%;
}
.hs-form h1 {
    font-size: 35px;
}
.hs-form h1 .uppercase {
    text-transform: uppercase;
}
.hs-form h2 .uppercase {
    text-transform: uppercase;
}

.hs-form fieldset {
    display: block;
    width: 100%;
    max-width: 100% !important;
}

.hs-form .hs_submit {
    text-align: center;
}
.hs_recaptcha {
    display: none;
}
/* Field help text */
.hs-form .hs-field-desc {
    font-size: .95rem;
    color: gray;
    padding-bottom: .5rem;
}

/* Specific styles for the newsletter sign-up form */
.newsletter-signup .hs-form {
    position: relative;
    padding-bottom: 2rem;
}
.newsletter-signup  .hs-form  input[type="email"]{
    display: inline-block;
    border-right: 0 none;
    padding-top: 2px;
    width: 260px;
    transition: border 200ms ease-in-out;
    vertical-align: top;
}
.newsletter-signup  .hs-form .hs_email>label {
    display: none;
}
.newsletter-signup .hs-form .inputs-list {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.newsletter-signup .hs-form .inputs-list.hs-error-msgs {
    position: absolute;
    bottom: 0;
    left: 0;
}
.newsletter-signup .hs-form input[type=submit] {
    margin-top: 0;
    vertical-align: top;
    width: 98px;
    height: 45px; 
}
/* Hiding overlapping errors */
.newsletter-signup .hs_error_rollup {
    display: none;
}

@media screen and (max-width: 1024px) {
    .newsletter-signup  .hs-form  input[type="email"] {
        width: 75%;
    }
    .newsletter-signup .hs-form input[type=submit] {
        width: 25%;
    }
    .newsletter-signup .hs-form { 
        padding-bottom: 3.25rem;
    }

}

@media screen and (max-width: 375px) {
    .newsletter-signup  .hs-form  input[type="email"] {
        width: 100%;
        border-right: 1px solid #ddd;
    }
    .newsletter-signup .hs-form input[type=submit] {
        width: 100%;
    }
    .newsletter-signup .hs-form { 
        padding-bottom: 3.25rem;
    }

}


/* Specific styles for the product inquiry form */
#inquiry-form .hs_i_had_a_problem_with_my_cup_of_siggi_s{
    position: relative;
    padding-bottom: 2.25rem;
    margin-bottom: 2rem;
}
/* Using help text as "We're sorry..." paragraph  */
#inquiry-form .hs_i_had_a_problem_with_my_cup_of_siggi_s legend {
    display: none;
    position: absolute;
    bottom: 0;
}
#inquiry-form .hs-form .hs_i_had_a_problem_with_my_cup_of_siggi_s legend.hs-field-desc {
    color: #262626;
    font-size: 1rem;
}

#inquiry-form .hs-dependent-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#inquiry-form .hs-dependent-field .hs-form-field {
    width: 47.5%;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column; 
}
#inquiry-form .hs-dependent-field .hs-form-field .input{
    margin-top: auto;
}

#inquiry-form .hs-dependent-field .hs-form-field.hs_product_size option:first-child,
#inquiry-form .hs-dependent-field .hs-form-field.hs_product_flavor option:first-child{
    display: none;
}
#inquiry-form .hs-dependent-field .hs-form-field:nth-child(odd) {
    width: 47.5%;
}#inquiry-form .hs-dependent-field .hs-form-field:nth-child(odd) {
    width: 47.5%;
}
#inquiry-form .hs-dependent-field .hs-form-field.hs_product_type,
#inquiry-form .hs-dependent-field .hs-form-field.hs_product_size,
#inquiry-form .hs-dependent-field .hs-form-field.hs_product_flavor,
#inquiry-form .hs-dependent-field .hs-form-field.hs-store_name,
#inquiry-form .hs-dependent-field .hs-form-field.hs-store_city,
#inquiry-form .hs-dependent-field .hs-form-field:last-child {
    width: 31%;
}
#inquiry-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}
/* The controlling checkbox for the dependent fields */
#inquiry-form .hs-dependent-field .hs-form-field:first-child {
    width: 100%;
}
#inquiry-form .hs-dependent-field .hs-form-field:first-child .input .hs-input {
    width: auto;
    margin-right: .5rem;
}
/* Dependent fields going full width */
#inquiry-form .hs-dependent-field .hs-form-field .input {
    margin-right: 0;
}
#inquiry-form .hs-fieldtype-select div.input {
    width: 100%;
}

#hsForm_dac51838-4d35-426c-900e-a99fb6525eac > fieldset.form-columns-3 {
    display: flex;
}
#hsForm_dac51838-4d35-426c-900e-a99fb6525eac > fieldset.form-columns-3 .hs_city {
    margin: 0;
    padding-right:15px;
}
#hsForm_dac51838-4d35-426c-900e-a99fb6525eac > fieldset.form-columns-3 .hs_state {
    padding-left: 15px;
    padding-right: 15px;
}
#hsForm_dac51838-4d35-426c-900e-a99fb6525eac > fieldset.form-columns-3 .hs_zip {
    padding-left: 15px;
}
#hsForm_dac51838-4d35-426c-900e-a99fb6525eac .hs-error-msgs label {
    text-transform: none;
    margin-top: -12px;
    font-size: 13px;
}
fieldset.form-columns-0 p {
    text-align: left !important;
}    

@media screen and (max-width: 900px) and (min-width: 481px) {
    .hs-form .form-columns-2 .hs-form-field, 
    .hs-form .form-columns-3 .hs-form-field {
        width: 100% !important;
    }
    #hsForm_dac51838-4d35-426c-900e-a99fb6525eac > fieldset.form-columns-3 {
        display: block !important;
    }
    #hsForm_dac51838-4d35-426c-900e-a99fb6525eac > fieldset.form-columns-3 .hs_state,
    #hsForm_dac51838-4d35-426c-900e-a99fb6525eac > fieldset.form-columns-3 .hs_city,
    #hsForm_dac51838-4d35-426c-900e-a99fb6525eac > fieldset.form-columns-3 .hs_zip{
        padding: 0 !important
    }
    .hs_phone.hs-phone.hs-fieldtype-text.field.hs-form-field input[type=tel] {
        margin-bottom: 15px !important;
    }
}
.health-form-wrap .content-container {
    position: relative;
}
.health-form-wrap .submitted-message {
    position: absolute;
    background-color: white;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10%;
    color: #7f7f7f;
    font-size: 20px;
    font-family: "Documenta Regular",Georgia,serif;
    font-weight: normal;
    letter-spacing: 0.016em;
    text-transform: lowercase;
}
.health-form-wrap input[type=submit] {
    padding: 0 30px;
}

@media screen and (max-width: 749px) and (min-width: 672px){
    .health-form-wrap .submitted-message {
        padding: 16% 0;
    }
}
@media screen and (max-width: 671px) {
    .health-form-wrap .submitted-message {
        padding: 20% 0;
        height: 100%;
    }
}


