/*
 *
 * GENERAL STYLES, NEW DEVELOPMENT @IKER.MEDINA, ARNOLD PALMER FOR SUBSCRIBE.
 *
 *
 */
/*
 * Custom Variables
 */
/*
 *
 * CUSTOM VARIABLES
 *
 */
/*
 * GENERAL VARIABLES BELOW.
 *
 */
/*
 *
 * ALL COMPONENTS SHOULD BE DECLARED HERE.
 *
 */
/*
 *
 * CUSTOM BREAKPOINTS
 *
 */
/*
 *
 * FORMS STYLES.
 *
 */
div legend,
div label {
  color: #000;
  font-size: 2.6rem;
  font-family: "futura-pt-bold", sans-serif;
}

input,
select {
  padding: 0 2rem;
  width: 100%;
  border: 0.2rem solid #999;
  border-radius: 0;
  font-family: "ZurichW01-ExtraCondense" sans-serif;
  font-size: 2.2rem;
}

/* MULTIFORMS */
.mc-multiform-block {
  max-width: 95vw;
  margin: auto;
}

.custom-bg {
  background-image: url("/themes/custom/arnoldpalmer/img/background-subscribe.png");
  background-size: cover;
  background-position: center center;
}
.custom-bg .content-wrapper {
  padding: 3rem 0;
}
.custom-bg .container {
  background: #FFF;
}

.mc_multiform_form_container fieldset {
  margin-bottom: 0 !important;
}
.mc_multiform_form_container .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 1rem;
}
.mc_multiform_form_container .fieldset-wrapper > .form-item {
  flex: 1 1 calc(33.33% - 2rem);
  padding: 0 !important;
  width: auto !important;
  margin-bottom: 0 !important;
}

#age-verification-form #edit-birthmonth::-webkit-input-placeholder {
  width: 30px;
  text-align: left;
}
#age-verification-form #edit-birthmonth::-moz-placeholder {
  width: 30px;
  text-align: left;
}
#age-verification-form #edit-birthmonth:-ms-input-placeholder {
  width: 30px;
  text-align: left;
}
#age-verification-form #edit-birthmonth:-moz-placeholder {
  width: 30px;
  text-align: left;
}

/*
 *
 * Subscribe MC-PAGE
 *
 */
.page-node-title-subscribe .custom-bg {
  margin: 0 3rem;
  padding: 1rem;
  background-image: url("/themes/custom/arnoldpalmer/img/background-subscribe.png");
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .page-node-title-subscribe .custom-bg {
    padding: 3rem;
  }
}
.page-node-title-subscribe .custom-bg > div {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1600px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page-node-title-subscribe .custom-bg > div {
    width: 90%;
    padding: 3rem;
  }
}
.page-node-title-subscribe .custom-bg > div > div {
  max-width: 100%;
}

/*
 *
 * SUBSCRIBE COMPONENT
 *
 */
.mc-multiform-block,
.multiform-content {
  text-align: center;
}
.mc-multiform-block h2 + *,
.multiform-content h2 + * {
  text-align: left;
}
.mc-multiform-block legend,
.mc-multiform-block label,
.multiform-content legend,
.multiform-content label {
  font-size: 2rem;
}
.mc-multiform-block input,
.mc-multiform-block select,
.multiform-content input,
.multiform-content select {
  height: 4rem;
  padding: 0.4rem 1.2rem;
  margin-top: 1.5rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  border: 0.2rem solid #999;
  border-radius: 0;
}
.mc-multiform-block textarea,
.multiform-content textarea {
  margin-top: 1.5rem;
}
.mc-multiform-block input,
.multiform-content input {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
}
.mc-multiform-block input:focus, .mc-multiform-block select:focus, .mc-multiform-block textarea:focus,
.multiform-content input:focus,
.multiform-content select:focus,
.multiform-content textarea:focus {
  border-color: #d67d07;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(214, 125, 7, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(214, 125, 7, 0.6);
}
.mc-multiform-block .fieldset:focus,
.multiform-content .fieldset:focus {
  outline: 0;
}
.mc-multiform-block h2,
.multiform-content h2 {
  min-width: 20rem;
  display: inline-block;
  margin: 2rem auto 1.5rem auto;
}
.mc-multiform-block h2:before,
.multiform-content h2:before {
  content: url("/themes/custom/arnoldpalmer/img/AP_title_glass_50.png");
  display: block;
  position: relative;
  padding: 0 0 1rem 2rem;
  margin: 0 auto;
  width: 7rem;
  background-color: #fff;
  z-index: 2;
}
.mc-multiform-block h2:after,
.multiform-content h2:after {
  content: "";
  position: absolute;
  top: 3.9rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  border-bottom: 0.3rem solid #000;
  z-index: 1;
}
.mc-multiform-block textarea,
.multiform-content textarea {
  width: 100%;
}
.mc-multiform-block .fieldset-wrapper label,
.multiform-content .fieldset-wrapper label {
  font-size: 2rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
}
.mc-multiform-block .fieldset-wrapper > .form-item,
.multiform-content .fieldset-wrapper > .form-item {
  min-width: 8rem;
  padding: 0;
}
.mc-multiform-block .fieldset-wrapper > .form-item:after,
.multiform-content .fieldset-wrapper > .form-item:after {
  display: none;
}
.mc-multiform-block .fieldset-wrapper > .form-item input,
.multiform-content .fieldset-wrapper > .form-item input {
  padding-left: 1.9rem;
  padding-right: 1.9rem;
}
@media screen and (max-width: 767px) {
  .mc-multiform-block .fieldset-wrapper > .form-item,
  .multiform-content .fieldset-wrapper > .form-item {
    min-width: auto;
    width: 32.3333%;
    float: left;
    margin: 0;
  }
  .mc-multiform-block .fieldset-wrapper > .form-item:nth-child(2),
  .multiform-content .fieldset-wrapper > .form-item:nth-child(2) {
    margin: 0 1.5%;
  }
}
.mc-multiform-block .js-form-type-checkbox > *,
.multiform-content .js-form-type-checkbox > * {
  display: inline-block !important;
  vertical-align: text-top;
}
.mc-multiform-block .js-form-type-checkbox input,
.multiform-content .js-form-type-checkbox input {
  vertical-align: top;
  margin: 0;
  margin-right: 2rem;
  width: 1.5rem;
}
.mc-multiform-block .js-form-type-checkbox label,
.multiform-content .js-form-type-checkbox label {
  width: calc(100% - 6rem);
  font-size: 2rem;
}
.mc-multiform-block .form-item-gender,
.multiform-content .form-item-gender {
  width: 50%;
  float: left;
  margin: 0;
}
.mc-multiform-block .form-radio,
.multiform-content .form-radio {
  height: 1.5rem;
  width: 1.5rem;
}
.mc-multiform-block .js-form-type-radio,
.multiform-content .js-form-type-radio {
  display: inline-block;
  margin-right: 15px;
  width: auto;
}
.mc-multiform-block .js-form-type-radio > *,
.multiform-content .js-form-type-radio > * {
  float: left;
}
.mc-multiform-block .js-form-type-radio > input,
.multiform-content .js-form-type-radio > input {
  margin: 0.5rem 0.8rem 0 0;
}
.mc-multiform-block .form-item,
.multiform-content .form-item {
  margin-bottom: 2.5rem;
}
.mc-multiform-block .form-item .form-item,
.multiform-content .form-item .form-item {
  margin-bottom: 0;
}
.mc-multiform-block .form-item .form-item label,
.multiform-content .form-item .form-item label {
  margin: 0;
}
.mc-multiform-block .button,
.multiform-content .button {
  display: block;
  margin: 0 auto 2.5rem;
  padding: 0.4rem 2.5rem 0 2.5rem;
  width: auto;
  height: auto;
  font-family: "futura-pt-bold", sans-serif;
  color: #000;
  font-size: 2.2rem;
  border-radius: none;
  border: solid #000000 0.3rem;
  text-transform: uppercase;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  background-size: 100% 100%;
  background-position: 0 0;
}
.mc-multiform-block .button:hover,
.multiform-content .button:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.mc-multiform-block .mc-multifom-optin-copy,
.multiform-content .mc-multifom-optin-copy {
  margin-bottom: 2.5rem;
}
.mc-multiform-block .mc_multiform_form_container fieldset.form-item legend,
.multiform-content .mc_multiform_form_container fieldset.form-item legend {
  font-size: 2rem;
}
.mc-multiform-block .mc_multiform_form_container #edit-phone-number .fieldset-wrapper > .form-item,
.multiform-content .mc_multiform_form_container #edit-phone-number .fieldset-wrapper > .form-item {
  padding: 0;
}
.mc-multiform-block .mc_multiform_form_container #edit-phone-number .fieldset-wrapper > .form-item::after,
.multiform-content .mc_multiform_form_container #edit-phone-number .fieldset-wrapper > .form-item::after {
  display: none;
}
.mc-multiform-block .mc_multiform_form_container fieldset.form-item .fieldset-wrapper #edit-gender .form-item,
.multiform-content .mc_multiform_form_container fieldset.form-item .fieldset-wrapper #edit-gender .form-item {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .mc-multiform-block #edit-birthdate,
  .multiform-content #edit-birthdate {
    margin: 0 auto 2.5rem;
  }
}

.error {
  color: #a94442;
  display: block;
}

.grecaptcha-badge {
  bottom: 55px !important;
}

#product-locator-page h2.heading {
  text-align: center;
  color: #333333;
  font-size: 28px;
  display: block;
}
@media (min-width: 769px) {
  #product-locator-page h2.heading {
    font-size: 36px;
    margin-bottom: 35px;
  }
}
#product-locator-page #heroheader {
  padding-bottom: 150px;
}
#product-locator-page #heroheader .image {
  background-image: url(../../img/background-subscribe.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding-left: 0;
}
@media (max-width: 768px) {
  #product-locator-page #heroheader .image {
    margin-bottom: 40px;
  }
}
#product-locator-page #heroheader .image img {
  max-width: 60%;
  position: relative;
  bottom: -40px;
}
#product-locator-page #heroheader .content {
  text-align: center;
}
#product-locator-page #heroheader .content > div {
  margin: 10% 0;
}
@media (max-width: 768px) {
  #product-locator-page #heroheader .content h2 {
    font-size: 33px;
  }
}
#product-locator-page #heroheader .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#product-locator-page #heroheader .content ul li {
  display: inline-block;
  width: 48%;
  margin: 0;
  padding: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #product-locator-page #heroheader .content ul li {
    font-size: 25px;
  }
}
#product-locator-page #heroheader .content ul li a {
  text-decoration: none;
  color: #090909;
  letter-spacing: 1px;
}
#product-locator-page #heroheader .content ul li a:hover {
  color: #D48029;
}
#product-locator-page #heroheader .content hr {
  border-color: black;
  border-width: 3px;
  position: relative;
  margin: 40px 60px;
  overflow: visible;
}
@media (max-width: 768px) {
  #product-locator-page #heroheader .content hr {
    margin: 40px 0;
  }
}
#product-locator-page #heroheader .content hr::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../../img/AP_title_glass_50.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  width: 80px;
  height: 60px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

#buyonline {
  margin: 90px 0;
}
#buyonline #opf .top.row {
  background-image: url(../../img/background-subscribe.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 180px;
}
@media (min-width: 769px) {
  #buyonline #opf .top.row {
    padding-top: 265px;
  }
}
#buyonline #opf .top.row > .col-6 {
  max-width: 100% !important;
  display: block !important;
  flex: inherit;
  background-color: transparent !important;
}
#buyonline #opf .top.row > .col-6:last-child {
  position: absolute;
  top: -24px;
}
@media (min-width: 769px) {
  #buyonline #opf .top.row > .col-6:last-child {
    top: -30px;
  }
}
#buyonline #opf .top.row > .col-6 .featured-image img {
  max-height: 205px;
}
@media (min-width: 769px) {
  #buyonline #opf .top.row > .col-6 .featured-image img {
    max-height: 300px;
  }
}
#buyonline #opf .top.row #opf-form {
  padding-top: 0;
  padding-bottom: 40px;
}
#buyonline #opf .top.row #opf-form h3 {
  display: none;
}
#buyonline #opf .top.row #opf-form h4 {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 19px;
}
@media (min-width: 769px) {
  #buyonline #opf .top.row #opf-form h4 {
    font-size: 21px;
  }
}
#buyonline #opf .top.row #opf-form input {
  font-family: "futura-pt-bold", sans-serif;
}
#buyonline #opf .top.row #opf-form input:placeholder {
  color: #1d1d1d;
  opacity: 1;
}
#buyonline #opf .top.row #opf-form input::placeholder {
  color: #1d1d1d;
  opacity: 1;
}
#buyonline #opf .top.row #opf-form button {
  outline: none;
  height: 56px;
  top: 4px;
  right: 4px;
}
#buyonline #opf .top.row #opf-form button:focus, #buyonline #opf .top.row #opf-form button:active {
  outline: none;
}
#buyonline #opf .top.row #opf-form .form-input-wrapper {
  margin-bottom: 0;
}
#buyonline #opf .top.row #opf-form .error {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-family: "ZurichW01-ExtraCondense" sans-serif;
  background: red;
  padding: 4px;
  font-size: 15px;
  display: inline-block;
}
#buyonline #opf #opf-results {
  padding-top: 15px;
}
@media (min-width: 769px) {
  #buyonline #opf #opf-results {
    max-width: 700px;
    margin: 0 auto;
  }
}
#buyonline #opf #opf-results .results-wrapper {
  min-height: 400px;
}
#buyonline #opf #opf-results h4 {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  color: #333333 !important;
  font-size: 19px;
}
@media (min-width: 769px) {
  #buyonline #opf #opf-results h4 {
    font-size: 25px;
  }
}
#buyonline #opf #opf-results ul li .retailer-url {
  text-decoration: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 11px;
  border-width: 2px;
  padding: 9px 20px !important;
}
@media (min-width: 769px) {
  #buyonline #opf #opf-results ul li .retailer-url {
    font-size: 13px;
  }
}

/*
 *
 * CUSTOM MODAL
 *
 */
@media (min-width: 768px) {
  .aps_custom_modal .modal-dialog {
    width: 700px;
  }
}
.aps_custom_modal img {
  max-width: 100%;
  height: auto;
}
.aps_custom_modal p.small {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding-bottom: 20px;
}
.aps_custom_modal .disclaimer {
  padding-top: 10px;
}
.aps_custom_modal .close {
  opacity: 1;
}

h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5rem;
  width: auto;
  color: #000;
  font-size: 4rem;
  font-family: "futura-pt-bold", sans-serif;
  text-align: center;
  letter-spacing: 0.2rem;
  line-height: 4.5rem;
}

.show-desk {
  display: block;
}

.show-mobile {
  display: block;
}

@media (max-width: 992px) {
  .show-desk {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .show-mobile {
    display: none !important;
  }
}
.aps_btn {
  display: inline-block;
  color: #000;
  font-family: "futura-pt-bold", sans-serif;
  font-size: 28px;
  padding: 4px 20px 0px 20px;
  background-color: #fff;
  text-decoration: none;
  border: solid #000 3px;
  margin-top: 25px;
}
.aps_btn:hover, .aps_btn:focus {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}