/*---------------------------------------------------
Pink stylesheet will overwrite the default stylesheet
-----------------------------------------------------
*/
a { color: #FF946B}
.pink .banner-logo {
	background: url(../../../images/pink/pink_main_logo.png) no-repeat center center;
}
.pink .timing .time_circles > div > span[style] {
	color: #FF946B;
}
.pink .timing .time_circles > div > h4 {
	color: #ffffff;
}
.pink .nav-block,
.pink .nav-block .navbar-default {
    background: #FF946B;
}
.pink .heading h3 {
    color: #FF946B;
}
.pink .heading h3::before {
    content: url(../../../images/pink/pink_heading_left.png);
}
.pink .heading h3::after {
    content: url(../../../images/pink/pink_heading_right.png);
}
.pink .thumb-img {
	border-color: #FF946B;
}
.pink .couple {
	background: url(../../../images/pink/pink_love_twist.png) no-repeat 50% 65%;
}
.pink #story .fa {
	color: #e1704b;
}
.pink .love-sign {
	background: url(../../../images/pink/pink_love.png) no-repeat center center;
}
.pink .timeline-head {
	background: #FF946B;
}
.pink .timeline-block-right:before {
	border-color: transparent #FF946B transparent transparent;
}
.pink .reverse .timeline-block-right:after {
	border-color: transparent transparent transparent #FF946B;
}
.pink .timeline:before {
	background: #FF946B;
}
.pink .contact .default-btn:hover {
	background: #FF946B;
	color: #fff;
}
.pink .default-btn:hover {
	background: #FF946B;
}
.pink .profile h5 {
    color: #FF946B;
}
.pink .people .social-icon li .fa {
	color: #FF946B;
}
.pink .event-body h5 a {
	color:#FF946B;
}
.pink .event-date {
	background: #FF946B;
}
.pink .event-year {
	color: #f6f6f6;
}
.pink .gift-block:hover {
	border-color: #FF946B; 
}
.pink .blog-head h5 {
	color: #f64b74;
}
.pink .blog-link {
	color: #FF946B;
}
.pink blockquote:before {
    background: url(../../../images/pink/pink_block_qoute_left.png) no-repeat;
}
.pink blockquote:after {
    background: url(../../../images/pink/pink_block_qoute_right.png) no-repeat;
}
.pink .contact h5 {
	color: #FF946B;
}
.pink .contact-address ul li .fa {
    color: #FF946B;
}

.pink .sbHolder {
	border:1px solid #FF946B;
}
.pink .footer-logo {
    background: url(../../../images/pink/pink_footer_logo.png) no-repeat center center;
}
.pink footer a .fa:hover {
	background-color: #FF946B;
	border: 1px solid #FF946B;
}
.pink .nav-pills > li.current > a {
	color: #FF946B;
}
.pink .sbToggle {
	color: #FF946B;
}
.pink .contact .default-btn {
   border: 1px solid #FF946B;
   color: #FF946B
}
.pink .next-arrow a {
   color: #FF946B
}

/** Blog Signle Page**/
.pink .single-blog-upper h3 {
    color: #FF946B;
}
.pink .sidebar-single-post h5 {
    color: #FF946B;
}
.pink .popular-post h5:before, .pink .wedding-video h5:before {
   background: #FF946B;
}

.pink .single-blog-detail blockquote {
	background: #FE89C5;
}
.pink .single-blog-detail blockquote:before {
	background: url("../../../images/pink/pink_qoute_left.png") no-repeat center center;
}
.pink .single-blog-detail blockquote:after {
	background: url("../../../images/pink/pink_qoute_right.png") no-repeat center center;
}
.pink .single-post-item li .fa {
	background: #FF946B;
}
.pink .single-blog-lower h4 {
    color: #FF946B;
}
.pink .single-blog-lower, .pink .comment-block, .pink .reply-block {
	border-color: #FF946B;
}
.pink .comment-block > h5, .pink .reply-block h5 {
    color: #FF946B;
}
.pink .comment-block .default-btn {
	background: #FE89C5;
	border: 1px solid #FE89C5;
}
.pink .comment-block .default-btn:hover {
	color: #FF946B;
}

/** Media Query **/

@media screen and (max-width: 480px) {
	.pink .banner-logo {
		width: 260px;
		height: 305px;
		padding: 110px 0;
		margin: 40px 0 32px;
	}
	.pink .banner-logo h2 {
		font-size: 32px;
	}
	.pink .heading h3::after {
		content: url(../../../images/pink/pink_heading_right_responsive.png);
		width: 50px;
		height: 23px;
		right: -60px;
	}
	.pink .heading h3::before {
		content: url(../../../images/pink/pink_heading_left_responsive.png);
		width: 50px;
		height: 23px;
		left: -60px;
	}

}




