
.content 
{
	background-color: #122d48;
}

.content > *
{
	color:#FFF;
}
a.gift-day-btn
{
	transition: 0.3s;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-transform: uppercase;
	border: 0px;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 0.5rem;
}
a.gsr-share-button
{
	min-height: 36px;
}
a.gift-day-btn.participate-btn
{
	background-color: #F06565;
}
a.gift-day-btn:hover
{
	color:silver;
	text-decoration: none;
}
a.gift-day-btn.download-btn 
{
	background-color: #606FA6;
}

a.download-btn:focus {
	outline: 0;
}

.social_container {
	background-color: white;
	font-size: 1.5rem;
	color: blue;
	border-radius: 0.5rem;
	max-width: 100%;
	line-break: loose;
}

.share-page-block
{
	transition: 0.3s;
	opacity: 1 !important;
}

.footer.row
{
	padding-top: 9rem;
}
.santa-container
{
	margin-bottom: -12rem;
	z-index: 1;
}

@media screen and (max-width: 991px)
{
	.footer.row
	{
		padding-top: 35px;
	}
	.santa-container
	{
		margin-bottom: -50px;
	}
	.content img.top-clouds
	{
		height: 150px;	
	}
}

@media screen and (max-width: 1200px)
{
	.share-on-social-media-buttons-container
	{
		display: flex !important;
	}
}

@media screen and (max-width: 768px)
{
	.share-on-social-media-buttons-container
	{
		display: inline-block !important;
	}
	a.gift-day-btn.participate-btn
	{
		margin-top: 15px;
	}
	.gifts-day-title
	{
		margin-top: 15px;
	}
}

div.category-pages-block h3.category-pages-block-page-title
{
	color:#FFF !important;
}
.social_container .active {
	background-color: #6283FC;
	color: #fff;
}

.social_container .active:first-child {
	border-radius: 0.5rem 0 0 0.5rem;
}

.social_container .active:last-child {
	border-radius: 0 0.5rem 0.5rem 0;
}
