.cc_wrapper {
	position: fixed;
	padding: 15px 30px;
	overflow: hidden;
	color: #FFF;
	z-index: 9999999;
	bottom: -120px;
	border-top: thick solid #FFF;
	transition: .3s;
}

.cc_wrapper.smedia { background-color: #ef9c36; }
.cc_wrapper.smedia_ecommerce { background-color: #0065bd; }
.cc_wrapper.smedia_freelancerplus { background-color: #0b033e; }

.cc_wrapper .cc_message {
	margin-bottom: 0;
	margin-top: 7.5px;
	color: #FFF;
}

.cc_wrapper p { padding-top: 15px; }
@media (min-width: 576px) { .cc_wrapper p { padding-bottom: 15px; } }

@media (min-width: 768px) {
	.cc_wrapper .cc_message {
		text-align: right;
	}

	.cc_btn .cc_customflex_2 {
		flex: .15;
		max-width: unset;
	}

}

.cc_wrapper .cc_btn { text-align: center; }
@media (max-width: 575px) { .cc_wrapper .cc_btn button { max-width: 100% !important; } }

.cc_wrapper .cc_btn button.cc_mainBtn {
	transition: .3s;
	width: 100%;
	max-width: 200px;
	max-height: 40px;
	padding: 7.5px 15px 15px;
	border: unset;
	outline: unset;
	cursor: pointer;
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: bold;
}

.cc_wrapper .cc_btn button.cc_mainBtn:hover { transition: .3s; background-color: #FFF !important; }
.cc_wrapper .cc_btn button.cc_mainBtn:hover:active { transition: .3s; color: #FFF !important; }

.cc_wrapper .cc_btn button.cc_mainBtn.smedia { background-color: #ef9c36; }
.cc_wrapper .cc_btn button.cc_mainBtn.smedia:hover { color: #ef9c36; }
.cc_wrapper .cc_btn button.cc_mainBtn.smedia:hover:active { background-color: #d88724 !important; }

.cc_wrapper .cc_btn button.cc_mainBtn.smedia_ecommerce { background-color: #0065bd; }
.cc_wrapper .cc_btn button.cc_mainBtn.smedia_ecommerce:hover { color: #0065bd; }
.cc_wrapper .cc_btn button.cc_mainBtn.smedia_ecommerce:hover:active { background-color: #00559e !important; }

.cc_wrapper .cc_btn button.cc_mainBtn.smedia_freelancerplus { background-color: #0b033e; }
.cc_wrapper .cc_btn button.cc_mainBtn.smedia_freelancerplus:hover { color: #0b033e; }
.cc_wrapper .cc_btn button.cc_mainBtn.smedia_freelancerplus:hover:active { background-color: #0b033e !important; }

@media (max-width: 575px) { .cc_wrapper .cc_btn .cc_customflex_2 button.cc_mainBtn { max-width: unset; } }
