/*
	Theme Name: Fullcircle Simple
	Theme URI: http://fulcircle.es
	Description: Simple WP template for Fullcircle panel
	Version: 1.0
	Author: Fullcircle
	Author URI: http://fulcircle.es
	Tags: Blank, HTML5, CSS3

	License: MIT
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, input, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
	background-color: #eee;
	color: #666;
	padding: 0 16px;
}
small{
	font-size: 13px;
}
em{
	font-style: italic;
	font-size: 14px;
}

[text-center] {
	text-align: center;
}

[text-right] {
	text-align: right;
}

.row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.row .col-12 {
    width: 100%
}

.row .col-11 {
    width: 91.666666%
}

.row .col-10 {
    width: 83.333333%
}

.row .col-9 {
    width: 74.999999%
}

.row .col-8 {
    width: 66.666666%
}

.row .col-7 {
    width: 58.333333%
}

.row .col-6 {
    width: 50%
}

.row .col-5 {
    width: 41.666666%
}

.row .col-4 {
    width: 33.333333%
}

.row .col-3 {
    width: 24.999999%
}

.row .col-2 {
    width: 16.666666%
}

.row .col-1 {
    width: 8.333333%
}

h1::selection,h2::selection,h3::selection,h4::selection,h5::selection,h6::selection,p::selection,span::selection,strong::selection, input::selection, label::selection {
	background-color: #FF5A5F;
	color: #fff;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	color: #555;
	position: relative;
	margin-bottom: 10px;
}

h2::after, h2::before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: #FF5A5F;
}

h2::before {
	background-color: #eee;
	width: 100%;
}

input[type="password"]{
	border:none;
	background:none;
	outline: none;
	border-bottom: 1px solid #aaa;
}
.main-wrappers {
	background-color: #fff;
	padding: 20px 25px;
	max-width: 1024px;
	margin: 20px auto;
	border-radius: 5px;
}

.invoice-details-wrapper {
	padding-bottom: 25px;
}

.logo-container {
	max-width: 1024px;
	padding: 10px 20px 0;
	margin: 0 auto -10px;
}

.inputs-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	margin: 30px 0 20px;
}

.input-wrapper {
	width: 25%;
	margin-bottom: 14px;
	padding-right: 30px;
	position: relative;
}
.input-wrapper.double-size{
	width: 50%;
}

.input-wrapper label {
	font-size: 12px;
	margin-bottom: 4px;
	opacity: .8;
}

.input-wrapper input {
	display: block;
	width: 100%;
	outline: none;
}

.input-wrapper::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #aaa;
	transition: .3s cubic-bezier(0.82, 0.29, 0.04, 0.82);
}

.input-wrapper.enabled::after {
	width: calc(100% - 30px);
}

.details-btns {
	border: 1px solid #aaa;
	cursor: pointer;
	border-radius: 80px;
	padding: 8px 25px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 12px;
	color: #aaa;
	transition: .1s ease-out;
	background-color: transparent;
}

.details-btns:hover {
	background-color: #aaa;
	color: #fff;
}

.details-btns.save-details-btn {
	display: none;
}

.stripe-button-el { display: none !important; }
.accept-btn[disabled]{
	opacity: 0.1;
}
.table-container {
	padding-top: 20px;
}

.theader {
	background-color: #77818a;
	color: #fff;
	font-size: 14px;
	padding: 8px 14px;
}

.tbody {
	background-color: #fafafa;
	padding: 14px;
}
.tbody:nth-child(odd) {
	background-color: #f1f1f1;
}

.ttl-wrapper {
	margin: 50px 0 20px;
}

.ttl-wrapper .row, .next-charge .row {
	padding: 0 14px;
}

.ttl-wrapper .row.big {
	font-weight: 600;
	font-size: 22px;
}

.next-charge {
	padding: 20px 0 10px;
	font-size: 14px;
}

footer {
	max-width: 1024px;
	margin: 0 auto 80px;
}

.legal-wrapper {
	display: flex;
}

.legal-label {
	width: 30px;
}

span {
	width: calc(100% - 30px);
}

.custom-checkbox {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #00D1C1;
	border-radius: 3px;
	position: relative;
	top: 2px;
	margin-right: 4px;
}

.custom-checkbox::after {
	content: '';
	position: absolute;
	background: #00D1C1 url(img/check.png) no-repeat center / 80%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	transform: scale(0);
	opacity: 0;
	border-radius: 2px;
}

.custom-checkbox.checked::after {
	animation: checkBox .2s linear forwards;
}

@keyframes checkBox {
	30% {
		transform: scale(1.5);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.accept-btn {
	margin-top: 30px;
	background-color: #00D1C1;
	color: #fff;
	letter-spacing: 0.03em;
	border-radius: 80px;
	padding: 12px 35px;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	transition: .3s;
	outline: none;
}
.accept-btn:hover {
	background-color: #02c3b5;
}
.accept-btn:active {
	opacity: .8;
}

.free-container {
	padding: 25px 0;
}

.free-container h3 {
	font-weight: 600;
	font-size: 24px;
}
.free-container h4 {
	font-weight: 600;
	font-size: 22px;
}
.free-container h5 {
	font-weight: 600;
	font-size: 20px;
}
.free-container h6 {
	font-weight: 600;
	font-size: 18px;
}

.free-container p:first-of-type {
	margin-top: 12px;
}

.free-container p {
	margin-top: 8px;
}

.free-container strong {
	font-weight: 600;
}

.free-container ol,
.free-container ul{
	margin: 25px 20px;
}

.free-container img,
.free-container video {
	width: 100%;
	max-width: 600px;
	margin: 55px auto;
	display: block;
}

.result-wrapper {
	padding: 80px 120px;
	max-width: 600px;
	margin-top: 50px;
}

.result-wrapper img{
	max-width: 100px;
}

.result-wrapper h2 {
	font-size: 28px;
	margin-top: 20px;
}
.result-wrapper h2::after, .result-wrapper h2::before {
	display: none;
}

@media only screen and (max-width: 768px) {
	.input-wrapper {
		width: 50%;
	}
	.ttl-wrapper .col-8{
		width: 45%;
	}
	.ttl-wrapper .col-2{
		width: 30%;
	}
	.ttl-wrapper .col-2+.col-2{
		width: 25%;
	}
}

@media only screen and (max-width: 500px) {
	.input-wrapper {
		width: 100%;
	}
	.input-wrapper.enabled::after {
		width: 100%;
	}
	.table-container .col-8 {
		width: 50%;
	}
	.table-container .col-2 {
		width: 15%;
	}
	.table-container .col-2+.col-2 {
		width: 35%;
	}
	.ttl-wrapper .col-8{
		display: none
	}
	.ttl-wrapper .col-2{
		width: 45%;
	}
	.ttl-wrapper .col-2+.col-2{
		width: 55%;
	}
	.result-wrapper {
		padding: 80px 30px;
		margin-top: 30px;
	}
}
