/*
	Theme Name: Knocked Up Fitness
	Description: Optimized to sell DVD videos. based on Genesis Framework.
	Author: Comal Productions, LLC
	Author URI: http://comalproductions.com/

	Version: 1.1
	
	Template: genesis
	Template Version: 1.7.1
	
	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Body
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Unordered / Ordered Lists
* Post Info
* After Post Ad
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Social Media Icons
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Footer Top
* Comments
* Gravity Forms
* Pretty Pink
* Pretty Yellow

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Dancing+Script);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #666;
	font-family: "Century Gothic", AppleGothic, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #666;
	font-family: "Century Gothic", AppleGothic, Arial, sans-serif;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f7f7f7;
	border: 1px solid #d2eeea;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
        background-image: url('/wp-content/themes/knockedup/images/header-bg-slice.png'), url('/wp-content/themes/knockedup/images/footer-bg-slice.png');
        background-repeat: repeat-x;
        background-position: left top, left bottom;
}

body.home {
	background-color: #fff;
        background-image: url('/wp-content/themes/knockedup/images/header-bg-slice.png'), url('/wp-content/themes/knockedup/images/footer-bg-slice.png'), url('/wp-content/themes/knockedup/images/pink-texture-slice.png');
        background-repeat: repeat-x;
        background-position: left top, left bottom, left 509px;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: transparent;
	margin: 0 auto;
	width: 100%;
}


/* Header
------------------------------------------------------------ */

#header {
	height: 214px;
	width: 960px;
	padding: 10px 0px;
        position: relative;
        margin: 0 auto;
}
#header #press-header {
	margin-left: 0;
	float: none;
	margin-right: 0px;
        position: absolute;
        top:74px;
        right: 0px;
}
#header #press-header img {
	width: 640px;
}

#header #brand {
	margin-left: 0px;
        margin-top: -15px;
	/*float: left;*/
	width: 260px;
}
#header #brand img{
	width: 200px;
	margin: 10px 50px 10px 0px;
}
#header #social {
	text-align: right;
	margin-right: 120px;
	float: right;
	margin-top: 25px;
        display: none;
}
#header #social img {
	margin-left: 20px;
}
#header .header-pinterest img {
	width: 30px;
	height: 30px;
}
#header #nav{
	float: none;
	width: 960px;
	margin-top: 10px;
        top: 0px;
}
#header #title {
	padding: 0;
	}

#header #header-search {
	padding-right: 98px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 330px;
}
	
#title {
	background: none;
	font-family: 'Dancing Script', cursive, Arial, sans-serif;
	font-size: 48px;
	line-height: 60px;
	margin: 70px 0 10px;
	text-transform: lowercase;
}

.full-width-header #title {
	text-align: center;
}

#title a,
#title a:hover {
	color: #666666;
	text-decoration: none;
}

#description {
	color: #fdbc88;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

.full-width-header #description {
	text-align: center;
}

#header .widget-area {
	float: right;
	width: 630px;
        padding-right: 22px;
        margin-top: 22px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 300px;
	height: 180px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area {
	width: 960px;
}

.header-full-width #description,
.header-full-width #title,
.header-full-width #title a {
	text-align: center;
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;

}

li:hover,
li.sfHover { 
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: none;
        margin-left: 194px;
}

#header ul.nav ul,
#header ul.menu ul {
	float: none;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
}

#header ul.nav li a,
#header ul.menu li a {
	display: block;
	font-size: 15px;
	margin: 0 10px 0 0;
	padding: 7px 4px 7px;
	position: relative;
	text-decoration: none;
	color: #fff;
        font-family: 'Montserrat', sans-serif;
        margin-right: 6px;
}
#header ul.sub-menu li a,
#header ul.sub-menu li a:hover,
#header ul.sub-menu li a:active {
	color: #666666 !important;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #fff;
	/*background: url(images/heart.png) no-repeat left;*/
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul {
	padding-right: 25px;
        margin-right: 0px;
}	

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	text-indent: -9999px;
	top: 14px;
	width: 10px;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background: none;
	background-color: #fff;
	border-top: 1px solid #666666;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	width: 170px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background: none;
	background-color: #fff;
	text-decoration: underline;
}

#header ul.nav li li a .sf-sub-indicator,
#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	right: 7px;
	top: 10px;
}

#header ul.nav li ul,
#header ul.menu li ul {
	border: 1px solid #666666;
	border-top-width: 0;
	height: auto;
	left: -9999px;
	position: absolute;
	width: 190px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a { 
	width: 170px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 190px;
}

#header ul.nav li:hover ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover ul,
#header ul.menu li.sfHover ul {
	left: auto;
}

/* Rows
------------------------------------------------------------ */

.row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Primary Navigation
------------------------------------------------------------ */

#nav {
	margin: 26px 10px 10px 0;
	color: #fff;
	overflow: hidden;
}
#nav .wrap { position:absolute; top: 10px; left: -18px; }
#nav ul {
	float: left;
	padding: 5px 0 0 18px;
}

#nav ul ul {
	padding: 0
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	display: block;
	font-size: 14px;
	margin: 0 5px 0 0;
	padding: 7px 13px 7px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	/*background: url(images/heart.png) no-repeat left;*/
}

#nav li a.sf-with-ul {
	padding-right: 25px;
}

#nav li a .sf-sub-indicator {
	background: url(images/grey-down-arrow.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	text-indent: -9999px;
	top: 14px;
	width: 10px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: none;
	background-color: #fff;
	border-top: 1px solid #666666;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 150px;
}

#nav li li a:hover,
#nav li li a:active {
	background: none;
	background-color: #fff;
	text-decoration: underline;
}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	right: 7px;
	top: 10px;
}

#nav li ul {
	border: 1px solid #666666;
	border-top-width: 0;
	height: auto;
	left: -9999px;
	position: absolute;
	width: 170px;
	z-index: 9999;
}

#nav li ul a { 
	width: 150px;
}

#nav li ul ul {
	margin: -33px 0 0 170px;
}

#nav li:hover ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 14px;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	display: inline;
}

#nav li.right a:hover {
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 6px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 6px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	clear: both;
	color: #666666;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

#subnav ul {
	float: left;
	padding: 5px 0 0 10px;
	width: 950px;
}

#subnav ul ul {
	padding: 0
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	display: block;
	font-size: 14px;
	margin: 0 5px 0 0;
	padding: 7px 12px 7px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background: url(images/nav-hover.png) no-repeat left;
}

#subnav li a.sf-with-ul {
	padding-right: 25px;
}

#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	text-indent: -9999px;
	top: 14px;
	width: 10px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background: none;
	background-color: #fff;
	border-top: 1px solid #666666;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 150px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background: none;
	background-color: #fff;
	text-decoration: underline;
}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	right: 7px;
	top: 10px;
}

#subnav li ul {
	border: 1px solid #666666;
	border-top-width: 0;
	height: auto;
	left: -9999px;
	position: absolute;
	width: 170px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 150px;
}

#subnav li ul ul {
	margin: -33px 0 0 170px;
}

#subnav li:hover ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	padding: 0px;
	overflow: hidden;
	width: 960px;
        margin: 0 auto;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px ;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 960px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 470px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 600px;
}

.content-sidebar.single-product #content {
    width: 100%;
}
.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

blockquote {
	margin: 5px 15px 15px;
	padding: 10px 20px 0 15px;
}

.post {
	background: url(/wp-content/uploads/2011/12/pink-post.png) repeat-x left bottom;
	margin: 0 0 30px;
	padding: 0 0 5px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

.clear {
	clear: both;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	padding: 0 0 15px;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px ;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited {
	color: #666666;
	font-size: 24px;
	line-height: 30px;
}

/*
h1,
h2 {
	background: url(images/headline.png) no-repeat top left;
	padding: 0 0 0 50px;
}
*/
.page h1 {
	margin: 0 0 10px;
}

.genesis-grid-left h2,
.genesis-grid-left h2 a,
.genesis-grid-left h2 a:visited,
.genesis-grid-right h2,
.genesis-grid-right h2 a,
.genesis-grid-right h2 a:visited  {
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 8px 50px;
}
	
.genesis-grid-left h2 a,
.genesis-grid-left h2 a:visited,
.genesis-grid-right h2 a,
.genesis-grid-right h2 a:visited  {
	padding: 0;
}

h2 a:hover {
	color: #fdd0ac;
	text-decoration: none;
}

.widget-area h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

.widget-area h4 {
	background: url(images/pink-bg.png) left;
	color: #666666;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 8px 0 8px 8px;
	text-transform: uppercase;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol {
	margin: 0 0 15px 30px;
}

.entry-content ul {
	margin: 0 0 15px 10px;
}

.entry-content ul ul {
	margin: 0;
}

.entry-content ul li,
.widget-area li {
	/*background: url(images/heart.png) no-repeat top left;*/
	list-style-type: none;
	padding: 0 0 2px 15px;
 	word-wrap: break-word;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0 10px;
	text-transform: uppercase;
}

/* After Post Ad
------------------------------------------------------------ */	

.after-post-ad {
	background: url(/wp-content/uploads/2011/12/pink-post.png) repeat-x top;
	padding: 12px 0 10px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	clear: both;
	font-size: 11px;
	padding: 0 0 10px;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.tags,
.time {
	background: url(images/heart.png) no-repeat left;
	padding: 0 0 2px 12px;
}

.tags {
	padding: 0 0 2px 14px;
}

.post-comments {
	background: url(images/comments.png) no-repeat left;
	margin: 0 0 0 7px;
	padding: 0 0 2px 10px;
}


/* Images
------------------------------------------------------------ */

.post img,
.sidebar-content img {
	max-width: 640px;
}

.content-sidebar-sidebar img,
.sidebar-content-sidebar img,
.sidebar-sidebar-content img {
	max-width: 470px;
}

.avatar,
.featuredpage img,
.featuredpost img {	
	background-color: #f7f7f7;
	border: 1px solid #d2eeea;
	padding: 4px;
}

.widget-area .avatar {
	margin: 5px 0 0;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

.home img.alignleft {
	margin: 5px 10px 0 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.home img.alignright {
	margin: 5px 0 0 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px 0 0 1px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #666666;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #666666;
	color: #fff;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

#sidebar {
	display: inline;
	float: right;
	width: 300px;
        margin-top: 62px;
}

#sidebar-alt {
	display: inline;
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

#sidebar .widget,
#sidebar-alt .widget {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

img.ad-left {
	float: left;
	margin: 0 10px 10px 0;
}

img.ad-right {
	float: left;
	margin: 0 0 10px;
}


/* Social Media Icons
------------------------------------------------------------ */

.widget-area .social {
	float: left;
	margin: 0 0 10px;
	width: 88px;
}

.widget-area .subscribe {
	background: url(images/icon-subscribe.png) no-repeat left center;
	padding: 4px 5px 4px 37px;
}
	
.widget-area .twitter {
	background: url(images/icon-twitter.png) no-repeat left center;
	padding: 4px 5px 4px 37px;
}

.widget-area .facebook {
	background: url(images/icon-facebook.png) no-repeat left center;
	padding: 4px 5px 4px 37px;
}

.widget-area .contact {
	background: url(/wp-content/uploads/2011/12/pink-contact.png) no-repeat left center;
	padding: 4px 5px 4px 37px;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 5px 0 0;
	padding: 3px;
}

#sidebar #cat,
#sidebar .widget_archive select {
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	overflow: hidden;
	padding: 5px 10px 5px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #beb9b6;
	border: 1px solid #beb9b6;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	border: 1px solid #666666;
	background-color: #666666;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 12px;
	margin: 0 4px 0 0;
	padding: 4px 0 4px 5px;
	width: 175px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 10px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	width: 230px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f7f7f7;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f7f7f7;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */
	
#footer-widgets {
	clear: both;
	font-size: 13px;
	overflow: hidden;
	padding: 0px;
	width: 100%;
        margin: 0 auto;
        background-color: #fdfdfd;
        border-top: 1px solid #eaeaea;
        margin-top: 60px;
        margin-bottom: 40px;
}

#footer-widgets .wrap {
	margin: 0 auto;
	width: 960px;
}

#footer-widgets p {
	padding: 0 0 15px;
}

#footer-widgets a, #footer-widgets a:visited {
	text-decoration: underline;
}

#footer-widgets a:hover {
	text-decoration: none;
}

.footer-widgets-1, .footer-widgets-3 {
	float: left;
	width: 290px;
}

.footer-widgets-1 {
	padding: 0 20px 0 0;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
        width: 240px;
}

#footer-widgets .widget-area h4 { background-image: none; color: #4e98d1; font-weight: bold; font-size: 13px; font-family: 'Montserrat', sans-serif !important; }
#footer-widgets .widget-area ul li { background-image: url('/wp-content/themes/knockedup/images/purple-bullet.png'); border-bottom: 1px solid; background-repeat: no-repeat; }
#footer-widgets .widget-area a { text-decoration: none; font-family: arial, helvetica, sans-serif; font-size: 11px; color: #7d7d7d; }
#footer-widgets .footer-widgets-1 { width: 700px; }
#footer-widgets .footer-widgets-1 ul li { float: left; width: 44%; margin-right: 20px; }
#footer-widgets .footer-widgets-3 ul li { float: left; width: 39%; margin-right: 11px; }
.footer-widgets-2 { display: none; }

/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	height: 55px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 0px;
	color: #666666;
	margin: 0px;
	width: 960px;
        margin: 0 auto;
        position: relative;
}

#footerSocialIcons { position: absolute; right: 0px; top: 15px; }
#footerSocialIcons img { margin-left: 10px; }

#footer .wrap {
	padding: 19px 0 0;
        text-align: left;
        color: #fff;
        font-size: 12px;
        font-family: arial, helvetica, sans-serif;
}

#footer p {
	color: #fff;
	font-size: 14px;
}

#footer a,
#footer a:visited {
	color: #fff;
}

/* Footer Top
------------------------------------------------------------ */

.footer-top {
	font-size: 14px;
	padding: 15px 0 20px;
	text-align: center;
	text-transform: uppercase;
	width: 960px;
}
	
.footer-top a,
.footer-top a:visited {
	text-decoration: underline;
}
	
.footer-top a:hover {
	text-decoration: none;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #f7f7f7;
}

.alt,
.depth-1,
.even {
	border: 1px solid #d2eeea;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #666;
	font-family: "Century Gothic", AppleGothic, Arial, sans-serif !important;
	font-size: 12px;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none;
	margin: 0 0 10px;
	padding: 0;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

.testimonials {
	margin: 50px 0;
}
.testimonial1 {
	width: 290px;
	padding-right: 20px;
	float: left;
}
.testimonial2 {
	width: 270px;
	float: left;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	padding: 0 15px;
}
.testimonial3 {
	float: right;
	width: 290px;

}

@font-face {
    font-family: 'ComfortaaRegular';
    src: url('fonts/Comfortaa_Regular-webfont.eot');
    src: url('fonts/Comfortaa_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Comfortaa_Regular-webfont.woff') format('woff'),
         url('fonts/Comfortaa_Regular-webfont.ttf') format('truetype'),
         url('fonts/Comfortaa_Regular-webfont.svg#ComfortaaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6, .testimonial p {
	font-family: "ComfortaaRegular", "Century Gothic", AppleGothic, Arial, sans-serif !important;
}

/* Homepage
-------------------------------------------*/

.homepage-page .printadv {
	float: left;
}
.homepage-page .erica-pic {
	float: right;
	margin-right: 60px;
	margin-top: 40px;
}
.homepage-page .video {
	float: left;
	text-align: center;
	padding-left: 20px;
	margin-top: 50px;
}
.homepage-page .about-erica {
	float: right;
	width: 260px;
	margin-top: 50px;
}
.video-js {
	margin-bottom: 20px !important;
}

.home .entry-content { overflow: visible; }
.home #inner { margin-top: -90px; }


/* Press
-------------------------------------------*/

ul.press {
	list-style-type: none;
}
ul.press li {
	float: none;
	background: none;
	width: 40%;
	height: 300px;
	text-align: center;
	margin-top: 10px;
}

#foxyshop_breadcrumbs {
	width: 900px;
}

/*--------------------------CUSTOM CSS-------------------------------------------------*/
#viewCart { position: absolute; top: 16px; right: 34px; }
#viewCart img { height: 32px; }
.home #homeWebinars { background-image: url('/wp-content/uploads/2014/10/home-page-all-new.jpg'); width: 620px; height: 242px; position: relative; }
.home #homeWebinars p { font-family: arial, helvetica, sans-serif; font-size: 12px; line-height: 18px; padding-bottom: 5px;}
.home #homeWebinars h3 { color: #4e98d1; font-size: 15px; }
.home #homeWebinars .webinarsDate { color: #a1a1a1; font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 11px; }
.home #homeWebinars h2 { color: #6d5f4f; border-bottom: 1px solid #6d5f4f; width: 590px; margin-left: 14px; padding-top: 4px; font-size: 18px; letter-spacing: 2px; font-family: 'Montserrat', sans-serif !important; }
.home #homeWebinars #homeWebinarsText { position: absolute; top: 40px; left: 220px; }
#reserveButton { width: 108px; height: 39px; background-image: url('/wp-content/themes/knockedup/images/buy-now-dvd.png'); display: inline-block; }
#reserveButton:hover { background-image: url('/wp-content/themes/knockedup/images/buy-now-dvd-hover.png'); }

#pinkBanner { width: 100%; 
height: 175px;
/*background-image: url('/wp-content/themes/knockedup/images/pink-texture-slice.png'); */
background-repeat: repeat-x;
margin-bottom: 40px;
}

.home .homepage-page { position: relative; }
.home #newsletterButton { position: absolute; right: 33px; top: 0px; display: inline-block; height: 33px; width: 119px; background-image: url('/wp-content/themes/knockedup/images/news-sign-up-button.png'); background-repeat: no-repeat;  }
.home #newsletterButton:hover { background-image: url('/wp-content/themes/knockedup/images/news-sign-up-button-hover.png'); }
.home .preEntryTitle { display: none; }
.home .homeProductDiv { float: left; margin-right: 10px; margin-top: 10px; }
.home .lastProduct { margin-right: 0px; }
/*.home .homeProductDiv img.productImage { width: 160px; }*/
.home .homeProductDiv .productDescription { display: inline-block; vertical-align: top; }
.home .homeProductDiv .productDescription p { color: #776f67; font-family: arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; padding-bottom: 8px; line-height: 20px; }
.home .homeProductDiv .productDescription h3 { border-bottom: dotted 2px #776f67; padding-bottom: 3px; margin-bottom: 6px; font-size: 13px; font-weight: bold; font-family: 'Montserrat', sans-serif !important; }

.home #homeLeftMiddle { float:left; }
.home #homeFeaturedVideos { margin-top: 20px; margin-left: 15px; }
.home #homeFeaturedVideos h2 { color: #6d5f4f; border-bottom: 1px solid #6d5f4f; padding-top: 7px; font-size: 18px; letter-spacing: 2px; margin-bottom: 15px; font-family: 'Montserrat', sans-serif !important; }
.home #homeRightMiddle { float: right; width: 300px; height: 485px; background-image: url('/wp-content/themes/knockedup/images/knockout-moms-club-no-form-new-2.jpg'); position: relative; }

.home #knockedOutForm { position: absolute; bottom: 10px; left: 25px; }
.home #knockedOutForm input[type="email"] { width: 250px; background-color: #fff; height: 30px; margin-bottom: 10px; padding-left: 5px; }
.home #knockedOutForm input[type="submit"] { height: 30px; background-image: url('/wp-content/themes/knockedup/images/submit.png'); cursor: pointer; background-repeat: no-repeat; border:none; background-color: transparent; }
.home #knockedOutForm input[type="submit"]:hover { background-image: url('/wp-content/themes/knockedup/images/submit-hover.png'); }

.home .buyNowButton { background-image: url('/wp-content/themes/knockedup/images/buy-now.png'); width: 77px; height: 29px; display: inline-block; background-repeat: no-repeat; }
.home .buyNowButton:hover { background-image: url('/wp-content/themes/knockedup/images/buy-now-hover.png'); }
.home #video1, .home #video2 { display: inline-block; }
.animationDisplay, .animationDisplay2 { display:none; }
#content a, #content a:visited { color: #4e98d1; font-weight: bold; }
#content p, #content h3, #content h4, #content li, #content { color: #000; }
.animationLink, .animationLink:visited { color: #4e98d1; }
#content a.add_to_cart_button, #content a.add_to_cart_button:visited { color: #fff; }
.dvdProductImage { height: 180px; border: solid 1px; }
.rightDvdImage { margin-left: 70px; }

#content h3, #content h4 { margin-bottom: 10px; color: #6da4aa; }
.home #content h3, .home #content h4, .woocommerce #content h3, .woocommerce #content h4 { margin-bottom: 0px; }
.page-id-2198 h4 { font-size: 18px; }
.page-id-2157 h2 { margin-bottom: 10px; }

#content ol li { padding-bottom: 10px; }
#content ul li { list-style-type: none; padding-left: 15px; background-image: url('/wp-content/themes/knockedup/images/purple-bullet.png'); background-repeat: no-repeat; margin-bottom: 5px; }

body.woocommerce #content ul, body.woocommerce #content ul li { list-style-type: none; padding-left: 0px; background-image: none; }
body.woocommerce #content ul li { margin-bottom: 40px; }

#sidebar #knockedOutDiv { width: 252px; height: 482px; background-image: url('/wp-content/themes/knockedup/images/sidebar-cta.png'); position: relative; background-repeat: no-repeat; }

#sidebar #knockedOutDiv #knockedOutForm { position: absolute; bottom: 10px; left: 25px; }
#sidebar #knockedOutDiv #knockedOutForm input[type="email"] { width: 195px; background-color: #fff; height: 30px; margin-bottom: 10px; padding-left: 5px; }
#sidebar #knockedOutDiv #knockedOutForm input[type="submit"] { width: 79px; height: 30px; background-image: url('/wp-content/themes/knockedup/images/submit.png'); cursor: pointer; background-repeat: no-repeat; border:none; background-color: transparent; }
#sidebar #knockedOutDiv #knockedOutForm input[type="submit"]:hover { background-image: url('/wp-content/themes/knockedup/images/submit-hover.png'); }

#inner { padding-bottom: 10px; margin-top: -60px; }
#content { border-radius: 10px; }
.home #content { box-shadow: none; }
.preEntryTitle { padding: 14px 0px 25px 23px; background-image: url('/wp-content/themes/knockedup/images/entry-title-banner.jpg'); background-repeat: no-repeat; }
.entry-title { padding: 6px 0px; color: #6da4aa; text-transform: capitalize; display: inline-block; margin-bottom: 20px !important; padding-left: 10px; width: 96%; background-image: url('/wp-content/themes/knockedup/images/entry-title-border.png'), url('/wp-content/themes/knockedup/images/entry-title-border.png'); background-repeat: repeat-x, repeat-x; background-position: top left, bottom left; }
.entry-title a { color: #6da4aa !important; }
.content-sidebar .entry-title { width: 94%; }
#youTubeVid { float: right; margin-left: 35px; }
#dvdProductBox { clear: both; padding-top: 20px; }
#testimonialBox { float: left; width: 275px; margin-right: 35px; border-top: 5px solid #8cd2da; border-bottom: 5px solid #8cd2da; padding: 10px 0; color: #4e98d1; font-weight: bold; }
.listFloat { margin-left: 280px; }
#bottomLogo { text-align: center; margin-bottom: 10px; }
.home #bottomLogo { display: none; }
html body .navigation ul li { background-image: none !important; padding-left: 3px !important; }
.tubepress_thumb { width: 192px !important; height: 215px; }
.tubepress_thumb a img { width: 192px; height: 144px; }
.category .entry-title { border-top: none; border-bottom: none;  }
.category .entry-title a { font-size: 20px !important; font-weight: normal !important; }
.page-template-page_blog-php .entry-title { border-top: none; border-bottom: none; margin-bottom: 0px !important; background-image: none; }
.page-template-page_blog-php .blog-title { font-size: 24px !important; margin-bottom: 20px !important; background-image: url('/wp-content/themes/knockedup/images/entry-title-border.png'), url('/wp-content/themes/knockedup/images/entry-title-border.png'); background-repeat: repeat-x, repeat-x; background-position: top left, bottom left; }
.blog-title:nth-child(1) { display: none !important; }
.page-template-page_blog-php .entry-title a { font-weight: normal !important; font-size: 22px; }
html .category .category-title { border-top: solid 1px #6da4aa; border-bottom: solid 1px #6da4aa; font-size: 24px !important; }
.tax-product_cat .term-description, .tax-product_cat .term-description p:nth-child(2) { display:none; }
.single-product #container { position: relative; }
#sidebarDvd { background-image: url('/wp-content/uploads/2014/10/dvd-sidebar-bg-new.jpg'); background-repeat: no-repeat; width: 241px; height: 285px; text-align: center; margin-left: 5px; }
#sidebarDvd h2 { text-align: left; margin: 0px 20px; color: #438dc0; border-bottom: solid 1px; font-size: 18px; padding-top: 6px; }
#sidebarDvd a { display: inline-block; width: 108px; height: 39px; background-image: url('/wp-content/themes/knockedup/images/buy-now-dvd.png'); margin-top: 190px; }
#sidebarDvd a:hover { background-image: url('/wp-content/themes/knockedup/images/buy-now-dvd-hover.png'); }

html .page-id-2303 .products a[href="http://dev9.sunupgroup.com/product/digital-program-ebook-2-dvd-set/"] h3 { width: 187px !important; }
html .tax-product_cat .products a[href="http://dev9.sunupgroup.com/product/digital-program-ebook-2-dvd-set/"] h3, html .tax-product_cat .products a[href="http://dev9.sunupgroup.com/product/prenatal-digital-fitness-program-the-knocked-up-fitness-guide-to-pregnancy-ebook/"] h3 { line-height: 17px; }

.post-type-archive-product .page-description p:nth-child(1), .post-type-archive-product .page-title , .post-type-archive-product .woocommerce-breadcrumb { display: none; }

ul.press li { background-image: none !important; float: none; width: 30%; height: auto; width: auto; }
.page-id-1506 ul.press li img {  }

.page-id-2157 h2 { color: #6da4aa; }
/*
.page-id-2157 #inner { box-shadow: 5px 5px 10px; padding: 10px; background-image: url('/wp-content/themes/knockedup/images/header-bg-slice.png'); background-repeat: repeat-x; }
.page-id-2157 .breadcrumb { display: none; }
.page-id-2157 h1.entry-title { margin-bottom: 35px; margin-top: 5px; color: #fff; font-size: 28px; }
.page-id-2157 #sidebar { margin-top: 69px; }
.page-id-2157 #content h2 { background-color: #8bd3db; color: #fff; border: #FBD4D5 solid 2px; padding: 15px 0px; padding-left: 10px; }
*/

.breadcrumb { background-color: transparent; border: none; }

/*Products Page */
.page-id-2303 .products li { background-image: none; padding-left: 0px !important; height: 295px !important; margin-bottom: 35px !important; margin-left: 42px !important; width: 15% !important; }
.page-id-2303 #content h2 { margin-bottom: 10px; font-weight: normal; }
.page-id-2303 .products h3 { height: 73px; width: 175px !important;  }
.page-id-2303 h2 a { font-size: 22px; font-weight: normal !important; color: #777 !important; }
.page-id-2303 .entry-title {  }
.page-id-2303 .products .amount { font-size: 22px; }
.page-id-2303 .products a {  }
/*Products Page end*/

/* Members Page */
#membersDiv { width: 750px; margin: 0 auto; margin-top: 30px; }
#prenatalMember { float:left; margin-bottom: 35px; text-align: center; }
#afterBabyMember { text-align: center; float: right; }
#prenatalMember img, #afterBabyMember img { border:solid 1px #666; margin-bottom: 25px; -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75); -moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75); box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75); }
.memberButton { background-color: #89d3d9; font-size: 16px; border-radius: 15px; padding: 10px 0px; color: #fff !important; -webkit-box-shadow: 4px 4px 9px rgba(50, 50, 50, 0.75); -moz-box-shadow: 4px 4px 9px rgba(50, 50, 50, 0.75); box-shadow: 4px 4px 9px rgba(50, 50, 50, 0.75); display: inline-block; width: 278px; }
.memberButton:hover { text-decoration: none; }

/* DVD Program Pages */
#inner { position: relative; }
#dvdProgram h2 { margin: 20px 0; font-weight: bold; color: #7d9dad; }
.pdfExtras { float:left; text-align:center; margin-right: 150px; }
.pdfExtras img { margin-bottom: 5px; border: solid 1px #999; box-shadow: 2px 2px 3px #999; }
.pdfExtras a { font-family: "ComfortaaRegular", "Century Gothic", AppleGothic, Arial, sans-serif !important; font-size: 16px; color: #7d9dad !important; }
.videoThumb { float:left; margin-right: 135px; margin-bottom: 25px; }
#content .videoThumb a { color: #33456b; }
.videoThumb img { width: 230px; margin-bottom: 5px; }
.last { margin-right: 0px; }

.woocommerce-cart #content #shipping_method li, .woocommerce-checkout #content .payment_methods li { background-image: none; }
.woocommerce-checkout .woocommerce-info { padding-left: 45px !important; }

.blog .searchform { display: none; margin-bottom: 10px; }
.blog .entry-title { background-image: none !important; margin-bottom: 0px !important; }
.blog .entry-title a { font-weight: normal !important; font-size: 22px; }
.blog .blog-title { background-image: url('/wp-content/themes/knockedup/images/entry-title-border.png'), url('/wp-content/themes/knockedup/images/entry-title-border.png') !important; margin-bottom: 20px !important;  }
/*.blog #sidebar, .single-post #sidebar { display: none; }
.blog #content, .single-post #content { width: 960px; }*/

#menu-item-1523 { margin-left: 3px; }

/* Member Login Form */
#memberLogin h4 { text-align: center; }

/*
body.woocommerce #inner { background-image: none; box-shadow: none; }
body.woocommerce h1.entry-title { color: #4e98d1; }
body.woocommerce #content h2 { background-color: #fff; }
*/


.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .single_add_to_cart_button{
width: 174px;
}




/*Pregnancy Workouts Page*/


.pw-small-btn{
	background-repeat:none;
	width:395px;
	height:69px;
}

.pw-small-btn p{
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	font-size:39px;
	margin:auto;
	width:395px;
}

.pw-long-btn{
	background-repeat:none;
	max-width:846px;
	height:65px;
	text-align:center;
}

.pw-long-btn p{
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	font-size:39px;
	margin:auto;
	width:846px;
	background-repeat:none;
}

.pw-right{
	text-align:right;
}

.pw-quote-banner{
	width:859px;
	height:210px;
	background-repeat:none;
	background-position:center;
}

.pw-quote-banner p{
	width:700px;
	text-align:center;
	margin:auto;
	color:#ffffff;
	font-size:23px;
}

.preg-workouts a{
	color:#ffffff;
	text-decoration:none;
}

.preg-workouts h3{
	font-weight:bold;
	font-size:24px;
	color:#474747;
}

.preg-workoutsp{
	font-size:17px;
	color:#474747;
}

.preg-workouts b{
	color:#d52d69;
}
	 
input.search-submit{
     
        color: transparent !important;
  
}


p.check-mark {
	width: 17px;
	height: 17px;
	background-image: url(http://knocked-upfitness.com/wp-content/uploads/2015/03/check-mark.png);
	background-repeat: no-repeat;
}
p.check-mark span {
	display: none;
}
.learn-more-program-button {
	display: inline-block;
	width: 196px;
	height: 28px;
	background-image: url(http://knocked-upfitness.com/wp-content/uploads/2015/03/learn-more-button.png);
	background-repeat: no-repeat;
}
.learn-more-program-button span {
	display: none;
}
.learn-more-program-button-mini {
	display: inline-block;
	width: 104px;
	height: 28px;
	background-image: url(http://knocked-upfitness.com/wp-content/uploads/2015/03/learn-more-mini.jpg);
	background-repeat: no-repeat;
}
.learn-more-program-button-mini span {
	display: none;
}
.tiny-type {
	font-size: 10px;
}
h4 {
	color: #acd279 !important;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif !important;
}
h5 {
 color: #acd279 !important;
 font-weight:bold;
 font-family:Verdana, Geneva, sans-serif !important;
 font-size: 12px;
 line-height: 14px;
}
.shop-quotes {
	font-size: 12pt;
	width: 800px;
}


