/*
	These are the custom css styles for the Clarity Shortcodes plugin.
	If you'd like to customize these css codes, I would recommend copying
	the codes below into your theme's stylesheet and editing the codes
	as you see fit. Need help? email: hi@madebyguerrilla.com
*/

a.btn.wide{
	width: 100%;
	text-align: center;
}

a.btn.alt,
a.btn.alt:visited {
	background: #9DC7F1;
	color: #FFF;
}

a.btn.alt:hover {
	background: #16679E;
	color: #FFF;
}

a.btn.alt2,
a.btn.alt2:visited {
	background: #1e1916;
	color: #FFF;
}

a.btn.alt2:hover {
	background: #29211e;
	color: #FFF;
}

a.btn.alt3,
a.btn.alt3:visited {
	padding: 8px;
	background: #FFF;
	color: #16679E;
	border: 2px solid #16679E;
}

a.btn.alt3:hover {
	background: #16679E;
	border: 2px solid #16679E;
	color: #FFF;
}

a.btn.alt4,
a.btn.alt4:visited {
	padding: 8px;
	background: #FFF;
	color: #9DC7F1;
	border: 2px solid #9DC7F1;
}

a.btn.alt4:hover {
	background: #9DC7F1;
	border: 2px solid #9DC7F1;
	color: #FFF;
}

a.btn.alt5,
a.btn.alt5:visited {
	padding: 8px;
	background: #FFF;
	color: #1e1916;
	border: 2px solid #1e1916;
}

a.btn.alt5:hover {
	background: #1e1916;
	border: 2px solid #1e1916;
	color: #FFF;
}

a.btn.amazon {
	background: #ff9900;
	position: relative;
	padding-left: 34px;
}

a.btn.amazon:before {
    content: "\f07a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #FFF;
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: 10px;
}

a.btn.amazon:hover {
	background: #ffa620;
}

a.btn.shop {
	background: #16679E;
	position: relative;
	padding-left: 34px;
}

a.btn.shop:before {
    content: "\f07a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFF;
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: 10px;
}

a.btn.shop:hover {
	background: #666;
}

.col1.center,
.col2.center,
.col3.center,
.col4.center,
.col5.center,
.col6.center,
.col7.center,
.col8.center,
.col9.center,
.col10.center,
.col11.center,
.col12.center {
	text-align: center;
}

.clear.hr {
	height: 1px;
	background: #ccc;
	visibility: inherit;
	margin: 12px 0;
	float: left;
	width: 100%;
}