#social-share,
.thankyou-share {
	margin: 20px 0;
}

.thankyou-share {
	text-align: center;
}

#social-share .share,
.thankyou-share .share {
	display: inline-block;
	margin: 0 4px 12px 4px;
	cursor: pointer;
	height: 48px;
	width: 48px;
    text-align: center;
	background-color: #73000a;
	-webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

#social-share a.share,
.thankyou-share .share {
	text-decoration: none !important;
}

#social-share .share:hover,
.thankyou-share .share:hover {
	background-color: #b59a57;
}

#social-share .share:first-child
.thankyou-share .share:first-child {
  margin-left: 0;
}

#social-share .share:last-child,
.thankyou-share .share:last-child {
  margin-right: 0;
}

#social-share .share i,
.thankyou-share .share i {
	display: block;
	vertical-align: middle;
	line-height: 48px;
	font-size: 28px;
	text-align: center;
	color: #fff;
}

#social-share .share-loader,
.thankyou-share .share-loader {
	display: none;
}

.thankyou { 
	margin-top: 20px; 
	margin: auto; 
	width: 90%; 
	display: none; 
}

.thankyou img { 
	width: 100%; 
	margin: 20px auto 10px auto; 
}

.thankyou-download { 
	width: 100%; 
	text-align: center; 
	margin-top: 6px; 
}

.elonday.button .thankyou-download {
    margin-top: 0;
}

.thankyou-download a { 
	color: #73000a; 
	text-decoration: none; 
	font-weight: bold; 
}

.custom-footer-btn-container {
	margin-bottom: 1rem;
}

.custom-footer-btn-wrap {
	display: inline-block;
}

.jssocials-share-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}