/*
 * Theme Name:  Authentic Child
 * Theme URI:   https://codesupply.co/themes/authentic/
 * Description: Authentic Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    authentic
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

.cta {
	border: beige;
	border-block: inherit;
	padding: 40px 20px;
	border-radius: 5px;
	background: #F7F7F7;
	box-shadow: box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.cta .btn-wrap {
	text-align:center;
}
.cta .btn-wrap .btn1 {
	margin: 0; border-radius: 5px; background: chocolate; color: white;
	padding: 6px 10px;
    margin-bottom: 10px;
	display:inline-block;
}
.cta .btn-wrap .btn2 {
	margin: 0; border-radius: 5px; background: white; color: orange; border: 2px orange solid;
	padding: 6px 10px;
	display:inline-block;
}