/*---------------------------------------------------
Pink stylesheet will overwrite the default stylesheet
-----------------------------------------------------
*/
a { color: #D65679}
/*h1, h2, h3, h4, h5, h6 {*/
	/*color: #D65679;*/
/*}*/
/*.banner-logo {*/
	/*background: url(../../../images/pink/pink_main_logo.png) no-repeat center center;*/
/*}*/
.banner-logo .main-logo,
.footer-logo .main-logo {
	fill: #D65679 !important;
}
.timing .time_circles > div > span {
	color: #D65679;
}
.timing .time_circles > div > div {
	color: #ffffff;
}
.countdown .countdown-wrapper {
	border-color: #D65679;
}
.load_more {
	border-color: #D65679;
}
.load_more:active, .load_more:focus, .load_more:hover {
	color: #fff;
	background: #D65679;
}
.nav-block,
.nav-block .navbar-default {
    background: #D65679;
}
/*.heading h3 {*/
    /*color: #D65679;*/
/*}*/
/*.heading h3::before {*/
    /*content: url(../../../images/pink/pink_heading_left.png);*/
/*}*/
/*.heading h3::after {*/
    /*content: url(../../../images/pink/pink_heading_right.png);*/
/*}*/
.heading-wrapper .heading-left,
.heading-wrapper .heading-right {
	fill: #D65679 !important;
}
.thumb-img {
	border-color: #D65679;
}
.couple {
	/*background: url(../../../images/pink/pink_love_twist.png) no-repeat 50% 65%;*/
}
.love-twist-wrapper .love-twist {
	fill: #D65679 !important;
}
#story .fa {
	color: #e1704b;
}
/*.love-sign {*/
	/*background: url(../../../images/pink/pink_love.png) no-repeat center center;*/
/*}*/
.love-sign .love {
	fill: #D65679 !important;
}
.timeline-head {
	background: #D65679;
}
.timeline-block-right:before {
	border-color: transparent #D65679 transparent transparent;
}
.reverse .timeline-block-right:after {
	border-color: transparent transparent transparent #D65679;
}
.timeline:before {
	background: #D65679;
}
.contact .default-btn:hover {
	background: #D65679;
	color: #fff;
}
.default-btn:hover {
	background: #D65679;
}
h4 {
	color: #D65679 !important;
}
.profile h5 {
    color: #D65679;
}
.people .social-icon li .fa {
	color: #D65679;
}
.people-section .row div img.cover {
	border-color: #D65679;
}
.event-body h5 a {
	color:#D65679;
}
.event-date {
	background: #D65679;
}
.event-year {
	color: #f6f6f6;
}
.events {
	border-color: #D65679;
}
.events .date {
	color: #D65679;
}
/*.events .heart {*/
	/*color: #D65679;*/
/*}*/
#places h5 {
	color: #D65679;
}
.gift-block:hover {
	border-color: #D65679;
}
.blog-head h5 {
	color: #f64b74;
}
.blog-link {
	color: #D65679;
}
/*blockquote:before {*/
    /*background: url(../../../images/pink/pink_block_quote_left.png) no-repeat;*/
/*}*/
/*blockquote:after {*/
    /*background: url(../../../images/pink/pink_block_quote_right.png) no-repeat;*/
/*}*/
.block-quote-left,
.block-quote-right {
	fill: #D65679 !important;
}

.contact h5 {
	color: #D65679;
}
.contact-address ul li .fa {
    color: #D65679;
}
.contact .form-control, .contact textarea {
    border:1px solid #D65679;
}
.sbHolder {
	border:1px solid #D65679;
}
/*.footer-logo {*/
    /*background: url(../../../images/pink/pink_footer_logo.png) no-repeat center center;*/
/*}*/
footer a .fa:hover {
	background-color: #D65679;
	border: 1px solid #D65679;
}
.nav-pills > li.current > a {
	color: #D65679;
}
.sbToggle {
	color: #D65679;
}
.contact .default-btn {
   border: 1px solid #D65679;
   color: #D65679
}
.next-arrow a {
   color: #D65679
}

/** Blog Signle Page**/
.single-blog-upper h3 {
    color: #D65679;
}
.sidebar-single-post h5 {
    color: #D65679;
}
.popular-post h5:before, .wedding-video h5:before {
   background: #D65679;
}

.single-blog-detail blockquote {
	background: #FE89C5;
}
/*.single-blog-detail blockquote:before {*/
	/*background: url(../../../images/pink/pink_quote_left.png) no-repeat center center;*/
/*}*/
/*.single-blog-detail blockquote:after {*/
	/*background: url(../../../images/pink/pink_quote_right.png) no-repeat center center;*/
/*}*/
.single-post-item li .fa {
	background: #D65679;
}
.single-blog-lower h4 {
    color: #D65679;
}
.single-blog-lower, .comment-block, .reply-block {
	border-color: #D65679;
}
.comment-block > h5, .reply-block h5 {
    color: #D65679;
}
.comment-block .default-btn {
	background: #FE89C5;
	border: 1px solid #FE89C5;
}
.comment-block .default-btn:hover {
	color: #D65679;
}

/** Media Query **/

@media screen and (max-width: 480px) {
	.banner-logo {
		width: 260px;
		height: 305px;
		padding: 110px 0;
		margin: 40px 0 32px;
	}
	.banner-logo h2 {
		font-size: 32px;
	}
	/*.heading h3::after {*/
		/*!*content: url(../../../images/pink/pink_heading_right_responsive.png);*!*/
		/*width: 50px;*/
		/*height: 23px;*/
		/*right: -60px;*/
	/*}*/
	/*.heading h3::before {*/
		/*!*content: url(../../../images/pink/pink_heading_left_responsive.png);*!*/
		/*width: 50px;*/
		/*height: 23px;*/
		/*left: -60px;*/
	/*}*/

}




