/* 1. Theme default css */

@font-face{
	font-family: 'ethnocentric';
	src: url('./../fonts/ethnocentric.ttf') format('ttf'), url('./../fonts/ethnocentric.woff') format('woff');
}
@font-face{
	font-family: 'nimbus-sans';
	src: url('./../fonts/nimbus-sans.otf') format('otf'), url('./../fonts/nimbus-sans.ttf') format('ttf'), url('./../fonts/nimbus-sans.woff') format('woff');
}
@font-face{
	font-family: 'nimbus-sans-bold';
	src: url('./../fonts/NimbusSanL-Bol.otf') format('otf'), url('./../fonts/NimbusSanL-Bol.ttf') format('ttf'), url('./../fonts/NimbusSanL-Bol.woff') format('woff');
}


body {
	font-family: 'nimbus-sans';
	font-weight: normal;
	font-style: normal;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'ethnocentric';
	margin-bottom: 15px;
	font-weight: 800;
}

p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 15px;
}

img {
	max-width: 100%;
	transition: .3s;
}

a,
.button {
	transition: .3s;
	color: inherit;
	outline: medium none;
	text-decoration: none;
}

a:focus,
a:hover {
	color: inherit;
	text-decoration: none;
}

button:focus,
input:focus,
textarea:focus {
	outline: 0;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
hr {
	border-bottom: 1px solid #ddd;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
*::-moz-selection {
	background: #007ACC;
	color: var(--white);
	text-shadow: none;
}
*::selection {
	background: #007ACC;
	color: var(--white);
	text-shadow: none;
}
/* Input Placeholder */
*::-moz-placeholder {
	color: #000;
	font-size: 16px;
	opacity: 1;
}
*::placeholder {
	color: #000;
	font-size: 16px;
	opacity: 1;
}


/* ====================================================== */
.all-copy {  
  -webkit-user-select: all;  /* Chrome all / Safari all */
  -moz-user-select: all;     /* Firefox all */
  -ms-user-select: all;      /* IE 10+ */
  user-select: all;          /* Likely future */   
}

/* Cash-dash */
.cash-dash-from-wrap  {
	background-color: #000;
	padding: 70px 0;
	display: flex;
	align-items: center;
}
.cash-dash-from-wrap .page-container {
	max-width: 1100px;
	margin: auto;
}
.cash-dash-form .logo {
	position: absolute;
	top: 12%;
	left: 0;
	right: 0;
	text-align: center;
	max-width: 75%;
	margin: auto;
}
 .boohoo-img {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
 }
 .submit-score {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	text-align: center;
}
 .cash-dash-form {
	position: relative;
 }
 .submit-score-box h4 {
	font-size: 35px;
	color: #fff;
}
 .submit-score-box h3 {
	font-size: 60px;
	color: #fff;
 }
 .submit-score-box form input {
	height: 90px;
	width: 600px;
	font-size: 40px;
	color: #06BBE9;
	text-align: center;
	padding: 0 30px;
	margin-bottom: 20px;
	font-family: 'nimbus-sans';
	box-sizing: border-box;
 }
 .submit-score-box form input::placeholder {
	font-size: 40px;
	font-family: 'nimbus-sans';
 }
 .submit-checkbox label {
	display: flex;
	align-items: center;
	text-align: left;
	flex-wrap: wrap;
}
 .submit-checkbox label p{
	font-size: 30px;
	color: #fff;
	line-height: 1;
	letter-spacing: -.03em;
	font-family: 'nimbus-sans';
	flex: 1;
	margin-bottom: 0;
}
.submit-checkbox label span {
	height: 50px;
	width: 50px;
	border: 3px solid #fff;
	display: inline-block;
	margin-right: 25px;
	text-align: center;
	line-height: 50px;
}
.submit-checkbox label span i {
	font-size: 25px;
	color: #fff;
	opacity: 1;
	transition: .3s all ease;
}
.submit-checkbox input{
	display: none;
}
.submit-checkbox input:checked ~ label span i {
	opacity: 1;
}
 .submit-score-links a {
	font-size: 30px;
	color: #fff;
	margin-right: 30px;
	position: relative;
	padding: 3px 0;
	margin-bottom: 30px;
	display: inline-block;
 }
 .submit-score-links a:hover {
	color: #06BBE9;
 }
 .submit-score-links a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background: #fff;
	width: 100%;
	font-family: 'nimbus-sans';
	transition: .3s;
 }
 .submit-score-links a:hover:after {
	background: #06BBE9;
 }
 .submit-score-links {
	text-align: left;
 }
 .bordered-btn {
	font-size: 38px;
	font-family: 'ethnocentric';
	width: 500px;
	height: 120px;
	margin-bottom: 10px;
	border: none;
	color: #fff;
	transition: .3s all;
	position: relative;
	background: transparent;
}
.bordered-btn.black-btn {
	color: #000;
}
.bordered-btn .btn-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.bordered-btn .btn-shape img{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.bordered-btn span {
	position: relative;
	z-index: 2;
}
.bordered-btn .btn-shape img:last-child {
	opacity: 0;
 }
.bordered-btn:hover .btn-shape img:last-child {
	opacity: 1;
 }
 .submit-score-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	width: 70%;
	margin: auto;
	padding-top: 90px;
}
.submit-checkbox,
.submit-score-links {
	padding-left: 75px;
}
.submit-score-box h3 {
	font-size: 55px;
	color: #fff;
	margin-bottom: 60px;
}

/* rate-cash */
.rate-cash .submit-score-box h3,
.rate-cash .submit-score-box h4,
.offers-page .submit-score-box h4 {
	font-size: 63px;
}
.submit-score-box p {
	font-size: 40px;
	color: #fff;
	font-family: 'nimbus-sans';
	margin-bottom: 45px;
}
.rate-cash .submit-score-box h3 {
	margin-bottom: 40px;
}
.rate-cash .submit-checkbox{
	margin-bottom: 55px;
}
.submit-score-box {
	top: 45%;
	transform: translateY(-50%);
}
/* offers */
.offers-page .submit-score-box p span {
	font-family: 'nimbus-sans-bold';
	display: block;
}
.offers-page .submit-score-box form input {
	border: 1px solid #fff;
	background: transparent;
	height: 40px;
}

/* social-page */
.social-page h4{
	margin-top: 12px;
}

/* price */
.price-icons {
	display: flex;
	align-items: flex-end;
	margin-top: 10px;
	justify-content: center;
}
 .price-icons a {
	color: #fff;
	font-size: 16px;
	font-family: 'nimbus-sans';
 }
 .price-icons a img {
	padding: 0 30px;
 }
 .price-page h6 {
	color: #fff;
	font-size: 16px;
	line-height: 2;
 }
 .price-page h6 span {
	display: block;
 }
 .price-page.offers-page .submit-score-box {
	top: 42%;
}
.price-page-btn {
	display: flex;
	justify-content: center;
}
.submit-score.disable h6,
.submit-score.disable form {
	opacity: .25;
	pointer-events: none;
}
.social-page form textarea {
	width: 100%;
	padding: 20px 10px;
}
.price-icons a span {
	display: block;
}
.offers-page .submit-score-box form input {
	height: 90px;
}
.rate-cash-3 .submit-score-box h4 {
	font-size: 25px;
}
