/*!
Theme Name:   	Storefront Child
Theme URI:    	https://woocommerce.com/storefront
Author:         WooThemes
Author URI:     https://woocommerce.com/
Template:       storefront

*/
/* Optic Cut Library splash page */

body.optic-cut-library div#content.site-content {
  margin: 0;
}

body.optic-cut-library div#content.site-content > .col-full {
  max-width: 100% !important;
  width: 100%;
}

body.optic-cut-library .gg3s-faq-group {
  margin: 0 !important;
}

#gg3s {
  padding: 30px 0;
}

.gg3s-mb-30 {
  margin-bottom: 30px !important;
}

#gg3s iframe {
  border-radius: 5px;
}

.gg3s-section-title {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ff0a00;
  text-align: center;
  line-height: 1.2;
}
.gg3s-section-subtitle {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}
.gg3s-section-subtitle-bottom {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
}
.gg3s-section-subtitle-small {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}

#gg3s-new-features {
  margin-top: 20px;
}

.gg3s-feature {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
}

.gg3s-feature i {
  color: #ff0a00;
  margin-right: 5px;
}

#gg3s-new-features p:nth-of-type(4) {
  font-weight: bold;
}

.gg3s-available {
  width: 100%;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  padding: 25px 25px 30px 25px;
}

.gg3s-available-btn {
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  color: white !important;
  font-size: 18px;
  margin-top: 5px;
  padding: 20px 20px;
  background: #ff0a00;
  text-align: center;
}

.gg3s-available-btn:hover {
  background: #e60900;
}

.gg3s-available img {
  width: 65%;
  margin: 0px auto;
}

.gg3s-available-new {
  background: #000;
}

.gg3s-available-existing {
  background: #000;
}

.gg3s-available-title-container {
  position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.gg3s-available-title {
  color: white;
  font-size: 26px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.gg3s-available-img-container {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.gg3s-available-img-container img {
  width: 75%;
}

#gg3s-buyers-guide {
  margin-top: 50px;
  text-align: center;
}

.gg3s-rmr-step {
  width: 100%;
  height: 240px;
  background: #999;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.gg3s-rmr-step-number {
  background: #ff0a00;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: white;
  border-bottom-left-radius: 5px;
  display: inline-block;
  padding: 6px 13px;
  margin-right: 10px;
}

.gg3s-rmr-step-description {
  font-size: 16px;
  background: black;
  margin: 0;
  color: white;
  padding: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.gg3s-rmr-step-1 {
  background-image: url("/wp-content/themes/storefront-child/assets/images/rmr-step-1-min.jpeg");
}

.gg3s-rmr-step-2 {
  background-image: url("/wp-content/themes/storefront-child/assets/images/rmr-step-2-min.jpg");
}

.gg3s-rmr-step-3 {
  background-image: url("/wp-content/themes/storefront-child/assets/images/rmr-step-3-min.jpg");
}

#choose-your-adventure {
  margin-top: 50px;
}

#choose-your-adventure img {
  max-width: 200px;
}

.gg3s-faq-title {
  font-size: 20px;
  background: #222 !important;
  border: 1px solid #222;
  color: white !important;
  position: relative;
  display: block;
  padding: 20px;
  border-radius: 5px;
}

.gg3s-faq-title:hover {
  background: #000 !important;
}

.gg3s-faq-title::after {
  content: "";
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  right: 20px;
  top: 25px;
  transform: rotate(45deg);
}

.gg3s-faq-title[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  top: 30px;
}

.cya-collapse {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: -5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cya-collapse p {
  padding: 25px 20px 20px 20px;
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin: 0;
}

.cya-collapse .cya-collapse-inner {
  padding: 20px 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.cya-collapse .cya-collapse-inner img {
  margin: 10px;
  border: 1px solid #ccc;
  padding: 5px;
  cursor: pointer;
}

#gg3s-rmr-cta {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

#gg3s-rmr-cta a:first-child {
  margin-right: 20px;
}

.gg3s-divider {
  height: 1px;
  width: 100%;
  background: #eee;
  margin: 70px 0 60px 0;
}

#gg3s-features .row:first-of-type {
  margin-bottom: 50px;
}

.gg3s-feature-title {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 15px;
}

.gg3s-feature-description {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 0;
}

.gg3s-feature-description a {
  color: #ff0a00 !important;
}

.gg3s-feature-description a:hover {
  color: #e60900 !important;
}

.gg3s-feature-img {
  width: 100%;
  border-radius: 5px;
}

.gg3s-cta-btn {
  border-radius: 5px;
  display: inline-block;
  color: white !important;
  font-size: 18px;
  margin-top: 0px;
  padding: 20px 20px;
  background: #ff0a00;
  text-align: center;
  width: 250px;
}

.gg3s-cta-btn:hover {
  background: #e60900;
}

.gg3s-cta-btn-secondary {
  border-radius: 5px;
  display: inline-block;
  color: white !important;
  font-size: 18px;
  margin-top: 0px;
  padding: 20px 20px;
  background: #222;
  text-align: center;
  width: 250px;
}

.gg3s-cta-btn-secondary:hover {
  background: #000;
}

.gg3s-make-img {
  width: 100%;
  border-radius: 5px;
}

#gg3s-make .row div:nth-child(1) img,
#gg3s-make .row div:nth-child(2) img {
  margin-bottom: 30px;
}

#gg3s-make .gg3s-cta-btn {
  margin-top: 30px;
}

#mce-responses {
  text-align: center;
  width: 100% !important;
}

#mce-responses > div {
  display: block;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  color: #fff !important;
}

@media (max-width: 1199.98px) {
  .gg3s-rmr-step {
    height: 197px;
  }
}
@media (max-width: 991.98px) {
  .gg3s-rmr-step {
    height: 147px;
  }

  .gg3s-divider {
    height: 1px;
    width: 100%;
    background: #eee;
    margin: 50px 0 40px 0;
  }

  .gg3s-feature-title {
    margin-top: 20px;
  }

  .gg3s-section-title {
    font-size: 36px;
  }

  .gg3s-section-subtitle {
    font-size: 24px;
  }
  .gg3s-section-subtitle-bottom {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  #gg3s-new-features .row div:last-child .gg3s-feature {
    margin-bottom: 0;
  }
  .gg3s-section-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .gg3s-section-subtitle {
    font-size: 18px;
    line-height: 1.3;
  }
  .gg3s-section-subtitle-bottom {
    font-size: 18px;
  }

  .gg3s-section-subtitle-bottom span {
    display: block;
  }

  #gg3s-rmr-cta {
    flex-direction: column;
    align-items: center;
  }

  #gg3s-rmr-cta a:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  #gg3s-available-for div:first-child .gg3s-available-btn {
    margin-bottom: 35px;
  }

  .gg3s-rmr-step {
    height: 241px;
  }

  #gg3s-rmr-cuts #gg3s-rmr-steps div:nth-child(2) {
    margin: 20px 0;
  }

  #choose-your-adventure {
    margin-top: 20px;
  }

  .gg3s-feature-title {
    font-size: 18px;
  }

  .gg3s-feature-description {
    font-size: 14px;
  }

  #gg3s-features div:nth-child(2) {
    margin: 20px 0;
  }

  #gg3s-features .row:first-of-type {
    margin-bottom: 0px;
  }
}
