/*
Theme Name: Very Pink Child Theme
Description: Jumpstart Child theme for VeryPink.com
Author: Mark Wiard
Template: jumpstart
*
* #e96289 - pink
* #FFBFCB - light pink - CSS standard
* #373737 - dark gray - footer
* #717171 - medium gray - text color
*
*/

/* Your custom CSS here */
html, body {
    color: #717171;
	background-color: white;
	font-size:20px;
}

/* START regular menu stuff */
.header-nav .tb-primary-menu > li > .menu-btn {
    color: #ffffff;
    font-size: 18px;
	margin: 0px 1px 2px 3px; /* controls how far down links are */
    font-style: normal;
	text-transform: uppercase;
    font-weight: 700;
}

.header-content .header-logo {
    padding: 0px 0px 0px 5px;
}
.header-content .header-logo img {
    height: 150px;
	position: absolute;
}

.header-nav .tb-primary-menu > li > .menu-btn::before {
    background-color: white !important;
}

.cart-menu {
    float: right;
    font-size: 20px;
    margin: 22px 5px 1px 5px;
}
.cart-menu a {
	color: white;
}

/* END regular menu stuff */

/* START mobile menu stuff */

.header-content > .wrap {
    padding: 0;
}

.btn-navbar {
    background-color: black;
    color: #333333;
}

/* make the View Cart show properly in mobile */
@media (max-width: 991px) {
	.header-nav {
	display: block;
}
	.tb-primary-menu {
	display: none;
}
.cart-menu {
    margin: 10px 80px 1px 5px;
}
.header-content {
    height: 60px;
	width: auto;
}
.header-content .header-logo img {
    height: 80px !important;
	width: auto;
	position: absolute;
}
}
 
 @media (max-width: 767px) {
	.cart-menu {
    margin: 12px 60px 15px 19px;
	font-size: 16px;
	clear: both;
}
	.header-content .header-logo img {
    height: 80px !important;
	width: auto;
	position: absolute;
}
}

 /* make the view cart show properly in mobile */

/* END mobile menu stuff */

/* START sticky menu stuff */
.tb-sticky-menu {
    background: rgba(238, 134, 165, 0.9) none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #333;
    position: fixed;
    top: 0;
    transition: top 0.25s ease-in-out 0s;
    width: 100%;
    z-index: 1000;
}
.tb-sticky-menu .header-logo img {
    height: 47px;
}
.tb-sticky-menu .tb-primary-menu > li > .menu-btn {
    color: rgba(0, 0, 0, 0.7);
    font-size: 21px;
    padding: 0 12px;
}

.tb-sticky-menu .tb-primary-menu > li > .menu-btn:hover {
	font-size: 21px;
    padding: 0 12px;
}

.has-sticky.visible .tb-sticky-menu {
    top: -60px;
}
.tb-sticky-menu .header-logo {
    margin: 0;
}
/* END sticky menu stuff */

h1, h2, h3, h4, h5, h6 {
	color: #717171;
}
.pink-brick > h2  { /* just for FAQ page */
    color: #e96289;
	background-color: white;
    font-size: 28px;
    line-height: 27px;
    padding-left: 0;
    padding-right: 8px;
	display: inline;
}
.pink-pink {
	background-color: #e96289;
	}
.pink-brick {
    background: rgba(0, 0, 0, 0) url("images/pink-brick.png") repeat scroll 0 0;
    height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
}
.weekly-video {
   
}

.copyright-inner {
    color: #e96289 !important;
}
strong {
	color: black;
}
hr { /* makes nice dashed line */
	background-color: #fff;
	border-top: 2px dashed #e96289;
}

/* FOOTER START the social stuff */
.social-foot{
	background:#cecece;
	text-align: center;
	padding: 40px 0;
	color: #27282d;
	font-size: 18px;
}
.social-foot h1{
    margin-top: 0;
    color: #27282d;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}

.social-foot .social-icons{
    margin-top: 15px;
}

.social-foot .social-icons a{
    margin: 0px 5px;
}
/* FOOTER END the social stuff*/

/* FOOTER START Mail Chimp  the newsletter signup */

.page-id-3346 #mc_embed_signup { /* hide on blog page, unexplained lack of css */
	display: none;
} 

#mc_embed_signup {
	background:url(images/Banner-Footer.jpg) !important;
	background-size:cover !important;
	text-align: center !important;
	padding-top: 20px !important;
	padding-bottom: 55px !important;
	color:#eee !important;
}

#mc_embed_signup h2{
	color:#eee !important;
	font-size:28px !important;
	margin-top: 0 !important;
}

#mc_embed_signup h2 a {
	color:#e7658b !important;
}

#mc_embed_signup form{
    margin-top: 28px !important;
}

#mc_embed_signup .mc-field-group {
	max-width: 290px !important;
	float: left !important;
	padding: 1px 5px 0px 3px !important;
	/*border: 1px solid white;*/
	margin-right: 14px !important;
}

#mc_embed_signup form input[type="text"]{
    background: none !important;
    border: none !important;
/*    padding-left: 10px;*/
	border: 1px solid #666 !important;
	border-bottom: solid 1px #e7648a !important;
    margin: 0px 10px !important;
    min-width: 240px !important;
    color: #fff !important;

}

#mc_embed_signup form input[type="email"]{
    background: none !important;
    border: none !important;
/*    padding-left: 10px;*/
	border: 1px solid #666 !important;
	border-bottom: solid 1px #e7648a !important;
    margin: 0px 10px !important;
    min-width: 240px !important;
    color: #fff !important;

}

#mc_embed_signup form input[type="submit"] {
    display: block !important;
    border: solid 1px black !important;
    background: #EB6088 !important;
    color: white !important;
    letter-spacing: 3px !important;
    padding: 6px !important;
	margin: 35px 0px 0px 3px !important;
	text-align: center !important;
}
/* FOOTER END the Mail Chimp newsletter signup */

/* START sidebar styles*/
.right-sidebar {
	background-color: #e96289;
	margin: 0px;
	padding: 20px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #373737;
	/*margin-top: -20px;*/
	
}
.fixed-sidebar .widget-title {
    color: #333333;
    font-size: 26px;
	font-weight: bold;
}
.fixed-sidebar .widget {
    background: #fff none repeat scroll 0 0;
    padding: 10px;
}
/* END sidebar styles*/

.knitball { /* knitball image on about page */
	background: url(images/knitball.jpg) no-repeat left bottom ;
}
.list-wrap .entry-title {
    font-size: 26px;
	line-height: 28px;
}
.homesearch {
	max-width: 300px;
}
.btn-default, input[type="submit"], input[type="reset"], input[type="button"], .button, button {
    background-color: #e96289;
    border-color: #000000;
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	font-size: 18px;
	padding: 6px;
    color: white;
}

.box-title::before, .box-title::after, .fixed-sidebar .widget-title::before, #comments-title::before, .info-box-title::before, .tb-related-posts .related-posts-title::before {
	
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 75px;
    z-index: 2;
}
.aligncenter { /* add space to exsiting images */
    padding: 2px;
}

.page-id-7725 #featured-banner {
	display: none;
}
.flexslider .slides img {
    border: 1px solid #ccc;
}

.featured-image.placeholder-wrap { /* hide the pencil icon */
    display: none;
    height: 100%;
    position: relative;
    width: 100%;
}
.alignright {
    border: 1px solid #ccc;
}

.tb-mini-post-list .entry-title { /* the mini list pages  */
    font-size: 16px;
    line-height: 1.2;
	color: #e96289;
}

.tb-mini-post-grid img, .tb-mini-post-grid .placeholder, .tb-mini-post-list img, .tb-mini-post-list .placeholder, .product_list_widget li > a > img {
    border-radius: 0%; /* remove the rounded thumbnail feature */
	border: 1px solid #ddd;
}