.theme-kure .header-section .bottom-section .header-actions-wrapper .action.social button { background-color: #54984E; }
.theme-carolina .header-section .bottom-section .header-actions-wrapper .action.social button { background-color: #007DC6; }
.theme-wrightsville .header-section .bottom-section .header-actions-wrapper .action.social button { background-color: #14587F; }


/* Social Nav */

.action.social{
	position: relative;
	margin-top: 25px;
	text-align: right;
}
.action.social button.social-toggle{
	background-color: #1f6db6;
	padding: 10px;
	letter-spacing: 0.5px;
}
.action.social button.social-toggle .fa {
	margin-left: 8px;
}
.action.social .social-wrapper{
	display: none;
	right: 0px;
	top: 40px;
	position: absolute;
	max-width: 200px;
	min-height: 122px;
	background-color: rgba(255,255,255,0.75);
	padding: 5px 10px 10px;
	text-align: center;
	z-index: 4;
	min-height: 110px;
}
.action.social .social-wrapper.open{
	display: block;
}

.action.social .social-wrapper .social-items{
	margin: 0;
}
.action.social .social-wrapper .social-items .item{
	list-style: none;
	display: inline-block;
}
.action.social .social-wrapper .social-items .item a{
	height: 30px;
	width: 30px;
    margin: 10px 10px 0px;
	display: inline-block;
}
/*.action.social .social-wrapper .social-items .item .facebook{
	background-image: url("/includes/public/assets/images/social/facebook.png");
}
.action.social .social-wrapper .social-items .item .twitter{
	background-image: url("/includes/public/assets/images/social/twitter.png");
}
.action.social .social-wrapper .social-items .item .google{
	background-image: url("/includes/public/assets/images/social/google.png");
}
.action.social .social-wrapper .social-items .item .instagram{
	background-image: url("/includes/public/assets/images/social/instagram.png");
}
.action.social .social-wrapper .social-items .item .pintrest{
	background-image: url("/includes/public/assets/images/social/pintrest.png");
}
.action.social .social-wrapper .social-items .item .youtube{
	background-image: url("/includes/public/assets/images/social/youtube.png");
}*/