/*
---------------------------
FOOTER
---------------------------
*/


.button.going-back-up {
	margin-top: 17px;
	margin-right: 10px;
	z-index: 999 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 11px !important;
}
.button.going-back-up i {
	color: #EB4B8C;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.button.going-back-up:hover i {
	transform: translateY(-2px);
}
	@media (max-width: 1023px) {
		.button.going-back-up {
			display: none !important;
		}
	}

footer {
	z-index: 99;
	
}
.footer-wrapper .is-relative {
	z-index: 9;
}

.footer-wrapper .bg-section-image {
	border-radius: 0 120px 0 0 !important;
}
.footer-content {
	padding: 25px 40px 25px;
}
.order-1 .footer-content {
	background: #fff;
	border-radius: 0 60px 60px 60px;
	margin-bottom: 40px;
}
.footer-content img {
	max-width: 240px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 0px;
}
.follow-title {
	display: block;
}
	@media  (max-width: 1280px) {
		.footer-content {
			
		}
.footer-content img {
	max-width: 170px;
}
	}
	@media  (max-width: 1023px) {


		.footer-logo {

		}
		.footer-content {
			
		}
		.footer-wrapper .columns:last-child {
			float: left;
		}
	}
	@media  (max-width: 767px) {
		.footer-wrapper {
			padding-top: 50px !important;
		}
		.footer-wrapper .bg-section-image {
			border-radius: 0px 70px 0 0 !important;
		}
		.footer-content {
			padding: 0rem 0rem 2rem 10px;
		}
		.order-1 .footer-content {
			background: #fff;
			border-radius: 0 30px 30px 30px;
			margin-bottom: 40px;
			padding: 20px;
			max-width: 94%;
		}
		.footer-content img {
			margin-top: 10px;
			margin-bottom: 0;
			margin-left: 5px;
			max-width: 180px;
		}


	}

.footer-content .footer-title {
	font-size: 1.25rem;
	letter-spacing: 0px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #fff;
}
.footer-wrapper.bg-primary .footer-content .footer-title,
.footer-wrapper.bg-secondary .footer-content .footer-title,
.footer-wrapper.bg-dark .footer-content .footer-title {
	color: rgba(255, 255, 255, 0.8)
}
.first .footer-content .footer-title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
}
/* .order-1 .footer-content-text {
	column-count: 2;
} */
.footer-content p {
	font-size: 1rem;
	line-height: 1.8;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8)
}
.footer-content p strong {
	font-weight: 700;
	margin-right: 5px;
}
.footer-content p small {
	display: block;
	line-height: 1.2;
}
.order-1 .footer-content p {
	color: #212121;
}

.footer-wrapper.bg-primary .footer-content p,
.footer-wrapper.bg-secondary .footer-content p,
.footer-wrapper.bg-dark .footer-content p {
	color: rgba(255, 255, 255, 0.8)
}
.footer-wrapper.bg-primary .footer-content p a,
.footer-wrapper.bg-secondary .footer-content p a,
.footer-wrapper.bg-dark .footer-content p a{
	color: rgba(255, 255, 255, 0.8)
}
.footer-wrapper.bg-primary .footer-content p a:hover,
.footer-wrapper.bg-secondary .footer-content p a:hover,
.footer-wrapper.bg-dark .footer-content p a:hover {
	color: rgba(255, 255, 255, 1)
}

/* Table */
.footer-content table tbody,
.footer-content table tfoot,
.footer-content table thead,
.footer-content table,
.footer-content table tr,
.footer-content table tr td {
	font-size: 1rem;
	background: transparent !important;
}
.footer-content table tbody tr:nth-child(even) {
	background: transparent !important;
}
.footer-content table tr td {
	padding: .2rem .625rem .2rem 0;
	color: rgba(255, 255, 255, 0.8)
}


/* List items */
.footer-list {
	padding-top: 1px;
}
.footer-list ul {
	list-style: none;
	padding:0 0 0 2px;
	margin:0px 0 0;
}
.footer-list ul li {
	padding:0;
	font-size: 1rem;
}
.footer-list ul li a {
	position: relative;
	padding: 3px 0;
	padding-left: 15px;
	display: inline-block;
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8) !important
}
.footer-list ul li a:before {
	position: absolute;
	top: 8px;
	left: 0rem;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-size: 0.75rem;
	line-height: 1;
	content: "\f054";
	color: #fff;
}
.footer-list ul li a {

	-webkit-transition: color 0.3s ease-in-out 0s;
  	transition: color 0.3s ease-in-out 0s;
}
.footer-list ul li a:hover {
	color: #fff !important;
}

.footer-wrapper.bg-primary .footer-list ul li a,
.footer-wrapper.bg-secondary .footer-list ul li a,
.footer-wrapper.bg-dark .footer-list ul li a {
	color: rgba(255, 255, 255, 0.7) !important;
}
.footer-wrapper.bg-primary .footer-list ul li a:hover,
.footer-wrapper.bg-secondary .footer-list ul li a:hover,
.footer-wrapper.bg-dark .footer-list ul li a:hover {
	color: rgba(255, 255, 255, 1) !important;
}

@media (max-width: 1130px) {
	.footer-content p {
		font-size: 0.96rem;
		line-height: 1.8;
		font-weight: 500;
	}
	.footer-list ul li a { 
		font-size: 0.96rem;
	}
}

/* Social */
.social-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
	padding:0;
	margin:0;
}
.social-list {
	padding: 0;
}
.social-list a {
	position: relative;
	width: 50px;
	height: 50px;
	font-size: 1.4rem;
	text-align: center;
	border-radius:  100px;
	background-color: rgba(255, 255, 255, 0.2);
	margin-right: 10px;
	-webkit-transition: background 0.1s ease-in-out 0s;
  	transition: background 0.1s ease-in-out 0s
}
.social-list a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 1.125rem;
	-webkit-transition: color 0.1s ease-in-out 0s;
  	transition: color 0.1s ease-in-out 0s
}
.social-list a:hover {
	background: #fff;	
}
.social-list a:hover i {
	color: #000AB4;	
}

.footer-wrapper.bg-primary .social-list a,
.footer-wrapper.bg-secondary .social-list a,
.footer-wrapper.bg-dark .social-list a {
	background: rgba(255, 255, 255, 0.1) !important;
}
.footer-wrapper.bg-primary .social-list a i,
.footer-wrapper.bg-secondary .social-list a i,
.footer-wrapper.bg-dark .social-list a i {
	color: rgba(255, 255, 255, 1) !important;
}
.footer-wrapper.bg-primary .social-list a:hover i,
.footer-wrapper.bg-secondary .social-list a:hover i,
.footer-wrapper.bg-dark .social-list a:hover i {
	color:#EB4B8C !important;
}
.social-list.large a {
	width: 48px;
	height: 48px;
}
.social-list.large a i {
	font-size: 1.25rem;
}
	


/* Bottom */
.copyright-wrapper {
	position: relative;
	padding: 0px 0;
	z-index: 99 !important;
}
.copyright-content {
	border-top: 2px solid rgba(21, 18, 21, 0.1);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.25rem 40px;
}
.footer-wrapper.bg-primary .copyright-content,
.footer-wrapper.bg-secondary .copyright-content,
.footer-wrapper.bg-dark .copyright-content,
.footer-wrapper.inversed .copyright-content {
	border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.copyright-text {
	font-size: 0.875rem;
	color: #ffffff;
}
.copyright-content .menu {
	margin-top: 0px;
}
.copyright-content .menu > li > a {
	color:#ffffff;
	font-size: 0.875rem;
	font-weight: 400;
	padding: 0;
	margin: 0 10px;
}
.copyright-content .menu > li > a:hover{
	color:#fff;
	text-decoration: underline;
}

.footer-wrapper.bg-primary .copyright-text,
.footer-wrapper.bg-secondary .copyright-text,
.footer-wrapper.bg-dark .copyright-text,
.footer-wrapper.inversed .copyright-text {
	color: rgba(255, 255, 255, 0.8);
}

.footer-wrapper.bg-primary .copyright-content .menu > li > a,
.footer-wrapper.bg-secondary .copyright-content .menu > li > a,
.footer-wrapper.bg-dark .copyright-content .menu > li > a,
.footer-wrapper.inversed .copyright-content .menu > li > a{
	color: #fff;
}
.footer-wrapper.bg-primary .copyright-content .menu > li > a:hover,
.footer-wrapper.bg-secondary .copyright-content .menu > li > a:hover,
.footer-wrapper.bg-dark .copyright-content .menu > li > a:hover,
.footer-wrapper.inversed .copyright-content .menu > li > a:hover {
	color: #EB4B8C;
}

/* Payments */
.payment-methods {
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.payment-methods > div > img {
	height: 34px;
	margin: 0 0px;
}
.payment-methods > div.payment-ideal > img {
	height: 42px;
}
.payment-methods > div.payment-mastercard > img {
	height: 34px;
}
.payment-methods > div.payment-visa > img {
	height: 22px;
}
.payment-methods > div.payment-paypal > img {
	height: 26px;
}


@media (max-width: 767px) {
	.copyright-content {
		padding: 1.25rem 0px 1.25rem 0px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.copyright-text {
		padding-bottom: 10px;
	}
}
@media (max-width: 400px) {
	.copyright-text {
		font-size: 0.66rem;
	}
}
/* Site Label */
.copyright-label {
	float: right;
	margin-top: 5px;
	width: 120px;
	height: 60px;
	background:  url('../images/addnoise-inverted.svg') no-repeat center center;
	background-size: contain;
	opacity: 0.3;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
 	transition: opacity 0.3s ease-in-out 0s;
}
.footer-wrapper.bg-primary .copyright-label,
.footer-wrapper.bg-secondary .copyright-label,
.footer-wrapper.bg-dark .copyright-label,
.footer-wrapper.inversed .copyright-label {
	background-image:  url('../images/addnoise-inverted.svg');
}
.copyright-label:hover {
	opacity: 1;
}
	@media (max-width: 970px) {
		.copyright-label {
			
		}
	}
	@media (max-width: 640px) {
		.copyright-label {
		
		}
	}

.twitter-x-icon {
	display:block;
	width:18px;
	height:18px;
	background:  url('../images/x.png') no-repeat center center;
	background-size:contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.social-list a:hover .twitter-x-icon {
	background:  url('../images/x-hover.png') no-repeat center center;
	background-size:contain;
}