/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2023 | 19:27:16 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.wide-call-to-action-wrapper {
	width: 100%;
	padding: 100px 20px 120px 20px;
	text-align: center;
	overflow: hidden;
	background: #f8f8f8;
}

.wide-call-to-action-wrapper h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 2rem;
	color: var(--royal-darkgray);
	font-weight: 300;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.wide-call-to-action-buttons {
	display: inline-flex;
	gap: 20px;
	position: relative;
}

.wide-call-to-action-buttons:before,
.wide-call-to-action-buttons:after {
	display: block;
	content: '';
	position: absolute;
	top: 20px;
	width: 100vw;
	height: 1px;
	background: #DDD;
}

.wide-call-to-action-buttons:before {
	right: calc(100% + 20px);
}

.wide-call-to-action-buttons:after {
	left: calc(100% + 20px);
}

/* -------------------------------------------------------------------- */
@media (max-width: 1399px) {

	.wide-call-to-action-wrapper {
	padding: 60px 10px 73px 10px;
	}

}

/* -------------------------------------------------------------------- */
@media (max-width: 980px) {

	.wide-call-to-action-wrapper {
	padding: 45px 10px 57px 10px;
	}

}


/* -------------------------------------------------------------------- */
@media (max-width: 800px) {

	.wide-call-to-action-wrapper {
	padding: 40px 10px 53px 10px;
	}
	
	.wide-call-to-action-wrapper h2 {
	font-size: 1.3rem;
	margin: 0px 0px 20px 0px;
	}

}

/* -------------------------------------------------------------------- */
@media (max-width: 660px) {

	.wide-call-to-action-wrapper {
	padding: 20px;
	}
	
	.wide-call-to-action-buttons:before,
	.wide-call-to-action-buttons:after {
	display: none;
	}
	
	.wide-call-to-action-buttons {
	display: block;
	gap: unset;
	}

	.wide-call-to-action-buttons .royal-btn {
	display: block;
	margin-bottom: 10px
	}
	
	.wide-call-to-action-buttons .royal-btn:last-child {
	margin-bottom: 0px;
	}
	
}









