footer {
 
}

/** sitemap section **/
footer .sitemap-section {
	background-color: #e0e0e1;
	padding: 45px 0 35px;
}

footer .sitemap-section .__custom_row {
    max-width: 76.042vw;
    /*max-width: 73rem;*/
}

footer .sitemap-section .footer-menu-details-container {
    display: flex;
    display: -webkit-flex;
    align-items: normal;
    justify-content: normal;
}

footer .sitemap-section .footer-menu {
	width: 50%;
	border-right: 1px solid #841c1c;
}

footer .sitemap-section .footer-menu .menu-footer-menu-container {
	width: 80%;
}

footer .sitemap-section .footer-menu ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}

footer .sitemap-section .footer-menu ul li {
	list-style: none;
    display: block;
    padding-bottom: 7px;
}

footer .sitemap-section .footer-menu ul li a {
    text-decoration: none;
    display: inline-block;
    font-family: 'SourceSansProRegular';
    font-size: 16px;
    color: #841c1c;
    text-transform: none;
    letter-spacing: 0;
    padding: 0 !important;
}

footer .sitemap-section .footer-info-details {
	display: flex;
	width: 50%;
}

footer .sitemap-section .info-details {
	width: 52%;
    padding-left: 65px;
}

footer .sitemap-section .info-detail-item {
	display: flex;
	margin-bottom: 15px;
}

footer .sitemap-section .info-detail-item span {
    display: inline-block;
    width: 20px;
    text-align: left;
    font-size: 15px;
    color: #841c1c;
    margin-right: 3px;
    position: relative;
    top: -0.5px;
}

footer .sitemap-section .info-detail-item p {
    text-align: left;
    font-size: 16px;
    font-family: 'SourceSansProRegular';
    color: #841c1c;
    letter-spacing: 0;
    line-height: 1.2;
}

footer .sitemap-section .info-detail-item p a {
	text-decoration: none;
    color: #841c1c;
    letter-spacing: 0;	
}

footer .sitemap-section .social-media {
	display: flex;
	margin-top: 20px;
}

footer .sitemap-section .social-media span {
	display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid #841c1c;
    border-radius: 50%;
    margin-right: 6px;
}

footer .sitemap-section .social-media span:last-of-type {
	margin-right: 0;
}

footer .sitemap-section .social-media span a {
	text-decoration: none;
	color: #841c1c;
	display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

footer .sitemap-section .social-media span i {
    font-size: 10px;
    position: relative;
    top: 1px;
}

footer .sitemap-section .social-media span i.fa-instagram {
	left: 0.2px;
}

footer .sitemap-section .responsible-gaming {
	width: 48%;
}

footer .sitemap-section .responsible-gaming h4 {
	text-align: left;
    font-size: 16px;
    font-family: 'SourceSansProSemiBold';
    color: #841c1c;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 7px;
}

footer .sitemap-section .responsible-gaming p {
    text-align: left;
    font-size: 16px;
    font-family: 'SourceSansProRegular';
    color: #841c1c;
    letter-spacing: 0;
    line-height: 1.15;	
}

/** copyright section **/
footer .copyright-section {
	background-color: #841c1c;
	padding: 12px 0;
}

footer .copyright-section .__custom_row {
    max-width: 76.042vw;
    /*max-width: 73rem;*/
}

footer .copyright-section .copyright-content {
	text-align: left;
}

footer .copyright-section .copyright-content p {
    font-size: 13.5px;
    font-family: 'SourceSansProRegular';
    color: #ffffff;
    letter-spacing: 0;
}

footer .copyright-section .copyright-content p a {
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 0;
}