/*

Theme Name: Style Sense
Theme URI: http://www.stylesense.net
Description: Built by Ellio7
Author: Ellio7
Author URI: http://www.ellio7.com
Version: 0.1 - Starter 1.2 / Bones 1.3

*/

@import url(assets/css/theme.css);

/* ----- Shame ----- */

.home .latest-post img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	background: white;
	border: 1px solid #eee;
}

@media (min-width: 980px) {
    .home .hero-unit img {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}
.service-actions .btn{
	color: #444444;
}
.btn.btn-primary {
	color:#fff;
    background-color: #e07e90;
    background-image: none;
    border-color: transparent;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #cc6173;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.service .service-price-line {
    color: #e07e90;
}

.header nav ul.nav li:hover > .sub-menu {
	z-index: 20
}

/* Footer Links Fix for Mobile */
#inner-footer .responsive-menu__toggle{
    display:none !important;
}
@media (max-width: 767px) {
    .footer nav ul.nav{
        text-align:center;
    }
}

/*Footer Services*/
#footer-services ul{
    text-align: center;
  }
#footer-services nav ul li {
  display: block;
  margin: .5em 0;
}
@media (min-width: 768px) {
  #footer-services nav ul li {
    display: inline-block;
    margin: 0 .5em 0 0;
  }
}
#footer-services button{
    display:none !important;
}

#site-navigation-v1,
#inner-footer{
	font-size:14px;
}

h2{
	font-size: 28px;
}
h3{
	font-size: 24px;
}