/*
 Theme Name:   GP Lander 2 - GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      1.0
*/

a {
	text-decoration: none;
}
/* Hide Header Footer */
.site-header,
.site-footer {
	display:none;
}

/* TOP Header */
.wp-block-social-links {
	margin-bottom:0!important;
}

/* Custi List */
ul.steps {
	margin: 0 0 0 -10px;
	counter-reset: li;
}
ul.steps > li {
	position: relative;
	display: block;
	list-style: none;
	border-left: 1px dashed var(--accent);
	margin-left: 31px;
	font-size: 16px;
	color: #4A4A4A;
	padding-left: 39px;
	padding-bottom: 26px;
}
ul.steps > li::before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: -7px;
	left: -31px;
	box-sizing: border-box;
	margin-right: 8px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding: 7px;
	width: 60px;
	border: 10px solid #fff;
	height: 60px;
	text-align: center;
	font-weight: 500;
	background: var(--accent);
	color: #fff;
	border-radius: 999em;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.steps > li:last-child {
	border-left: 0;
}
ul.steps > li strong {
	font-size: 18px;
}

/* Table */
.pricing table,
.pricing .wp-block-table thead,
.pricing .wp-block-table td, 
.pricing .wp-block-table th {
	border:none;
	font-size:14px;
	font-size: 14px;
	padding-left:0;
  	text-align: left;
}
.pricing .wp-block-table th {
	border-bottom:2px solid #f1f1f1;
}
.pricing .wp-block-table td {
	border-bottom:1px solid #f1f1f1;
}

/* Splide */
.splide__list {
	display: flex!Important;
	row-gap: 0!Important;
	column-gap: 0!Important;
}

.arrow_nav .splide__arrow {
	top: -40px;
	opacity:1;
	background: none!important;
	border: 1px solid #e5e7eb;
}

.arrow_nav .splide__arrow svg {
	fill: #000;
	height: 13px;
	width: 13px;
}
.arrow_nav .splide__arrow svg {
	fill: #000;
}

.arrow_nav .splide__arrow--prev {
	left: auto;
	right: 44px;
}
.arrow_nav .splide__arrow--next {
	right: 0;
}

.arrow_nav .splide__arrow:disabled {
	opacity: .3;
}

/* Pagination Static Position */
.dotbottom .splide__pagination {
	position:static;
	margin:10px 0;
}
.dotbottom .splide__pagination__page.is-active {
	background: #ccc;
}

@media only screen and (max-width: 767px) {
	.splide__track {
		overflow:visible;
	}
}
