.en__socialShares {
  display : none;
}

.disabled {
  cursor : none;
  pointer-events : none;
  background : rgb(136, 136, 136) !important;
  border : 0px !important;
}

#thankyou_stage1_yesno, #thankyou_stage2_buttons {
  display : none;
  padding : 50px 10% 150px 10%;
  min-height : 100vh;
  text-align : center;
}

.thank-you-scroll h1 {
  line-height : 35px;
}

.thank-you-scroll p {
  font-size : 23px;
}


#thankyou_stage1_yesno button, #thankyou_stage2_buttons button {
  max-width : 250px;
  font-weight : bold;
  font-size : 21px;
  font-family : Montserrat, sans-serif;
  padding : 13px 20px 10px 20px;
  color : rgb(255, 255, 255);
  border : 1px solid rgb(255, 255, 255);
  background : rgb(189, 18, 15);
  cursor : pointer;
  display : inline-block;
  width : 150px;
  margin : 10px;
  border-radius : 6px;
}

#thankyou_stage1_yesno button:hover, #thankyou_stage2_buttons button:hover {
  color : rgb(189, 18, 15);
  background : rgb(255, 255, 255);
  border : 1px solid rgb(189, 18, 15);
}

#thankyou_stage2_buttons button.share_btn {
  font-weight : normal;
  width : 360px;
  max-width : 50%;
  padding : 15px 20px;
  border : 1px solid white;
  border-radius : 6px;
  background : rgb(59, 89, 152);
  color : rgb(255, 255, 255);
}

#thankyou_stage2_buttons button.share_btn.twitter {
  background : rgb(29, 161, 243);
}

#thankyou_stage2_buttons button.share_btn.email {
  background : rgb(255, 165, 0);
}

#thankyou_stage2_buttons button.share_btn.whatsapp {
  background : rgb(37, 211, 102);
}

#thankyou_stage2_buttons button.share_btn.fb_messenger {
  display : none;
}

#thankyou_stage2_buttons button.skip-btn {
  display : block;
  width : auto;
  margin : 0px auto;
}

.facebook_preview {
  max-width : 550px;
  margin : 20px auto 0px auto;
  text-align : left;
  border : 2px solid rgb(59, 89, 152);
  background : rgb(255, 255, 255);
  cursor : pointer;
  color : rgb(0, 0, 0);
}

.facebook_preview .facebook_image {
  padding : 10px;
}

.facebook_preview .facebook_image img {
  width : 100%;
  height : auto;
}

.facebook_preview .facebook_title, .facebook_preview .facebook_desc {
  font-size : 18px;
  font-family : Georgia, "lucida grande", tahoma, verdana, arial, sans-serif;
  padding : 10px 10px 5px 10px;
}

.facebook_preview .facebook_desc {
  padding-bottom : 20px;
  color : rgba(0, 0, 0, 0.8);
  font-size : 12px;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}


.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}


@media (min-width: 992px) {
  #footer .sub-content {
    width : 96% !important;
  }
}
@media (max-width: 992px) {
  
  #thankyou_stage2_buttons button.share_btn {
  font-weight : normal;
  width : 460px;
  max-width : 95%;
  padding : 15px 20px;
  border : 1px solid white;
  border-radius : 3px;
  background : rgb(59, 89, 152);
  color : rgb(255, 255, 255);
}
}