/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

/* Portfolio */
#portfolio-home .post.last {
    margin-right: 0 !important;
}


/* Slider */
#featured .slide-img a img {
    opacity: 1.0;
}

/* Navigation */
.nav a {
  color: #F3F3F3 !important;
}
.nav a:hover {
  border-bottom: 3px solid #db213b;
}
 

/* Pricing Table */
.rpt_style_basic .rpt_plan .rpt_title {
    background: none repeat scroll 0 0 #222;
    border-bottom: 1px solid #111;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    font-size: 26px;
    line-height: 48px;
    padding: 14px 18px;
	text-align:center;
}