/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.09
*/

/*************** ADD CUSTOM CSS HERE.   ***************/




/* page-customisex.php */
.pgrid {
  padding: 20px 0;
}

/* clear fix */
.pgrid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.pgrid-sizer,
.pgrid-item {
	width: 30%;
	margin-right: 20px;
	margin-bottom: 20px;
}

.pgrid-item {
	  display: inline-block;
	border: 1px solid #d9d6d6;
	text-align: center;
	background: #f7f7f7;
}
.pgrid-item p {
		margin: 10px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
}
.pgrid-item img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 600px) {
	.pgrid-sizer,
	.pgrid-item {
		width: 100%;
		margin-bottom: 20px;
	}
	.mobiletwocolumn .col {
		max-width: 50%;
	}
}

.page-numbers {
	max-width: 300px;
	display: block;
	margin: 20px auto;
}
ul.page-numbers li {
	display: inline-block;
	list-style: none;
}
ul.page-numbers li a {
}
.border-list li {
	margin: 4px;
}
select option {
	background: #fff;
}
/* END page-customisex.php */



/* badge */
.guarantee-banner {
	position: relative;
	max-width: 1400px;
	margin: auto;
	margin: 0 auto;
	background-color: #f9f7f4;
	border: 2px solid #2c2c2c;
	padding: 60px 80px;
	text-align: center;
	
}

.badge-icon {
	position: absolute;
	top: -20px;
	right: 20px;
	width: 100px;
	height: 100px;
	background-color: #f4e8a8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #2c2c2c;
	transform: rotate(-15deg);
}

.badge-text {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.3;
	text-align: center;
}

.promise-label {
	font-size: 14px;
	text-transform: lowercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
	color: #2c2c2c;
}

.guarantee-text {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.4;
	color: #2c2c2c;
	max-width: 1100px;
	margin: 0 auto;
}
@media (max-width: 1366px) {
	.guarantee-banner {
		margin: 10px;
	}
}
@media (max-width: 768px) {
	.guarantee-banner {
		padding: 40px 30px;
		margin: 10px;
	}

	.guarantee-text {
		font-size: 28px;
	}

	.badge {
		width: 80px;
		height: 80px;
		right: 20px;
		top: -15px;
	}

	.badge-text {
		font-size: 9px;
	}
}
/* end badge */