/*
 * Theme Styles:
 * Overwrites default color styles to a red and grey color scheme.
*/


/* ----------- Base Color Styles ----------- */
.color-green {
	color: #761e1e;
}
.color-red {
	color: #761e1e;
	font-weight: 600;
}

/* ----------- Typography Styles ----------- */
/*Heading*/
.headline h2,
.headline h3,
.headline h4 {
	border-bottom:2px solid #761e1e;
}
.headline h2.footer-headline {
	border-bottom:2px solid #e4e9f0;
}
/*Blockquote*/
blockquote:hover {
	border-left-color:#761e1e;
}
.hero {
	border-left-color: #761e1e;
}

/*Links*/
a {
	color: #761e1e;
}
a:focus,
a:hover,
a:active {
	color: #9a2626;
}
a.read-more:hover {
	color: #9a2626;
}
.linked:hover {
	color: #9a2626;
}
.privacy a:hover { /* for Privacy page links */
	color:#761e1e;
}


/* ----------- Button Styles ----------- */
.btn-u {
	background: #761e1e;
}
.btn-u:hover {
	background: #c0392b;
}


/* ----------- Slider Styles ----------- */
/*Main Parallax Sldier*/
.da-slide h2 i {
	background:url(../../plugins/parallax-slider/img/bg-heading-red.png) repeat;
}

/*Sequence Parallax Sldier*/
.sequence-inner {
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f9e6e6));
  background: -webkit-linear-gradient(#fff, #f9e6e6);
  background: -moz-linear-gradient(#fff, #f9e6e6);
  background: -ms-linear-gradient(#fff, #f9e6e6);
  background: -o-linear-gradient(#fff, #f9e6e6);
  background: linear-gradient(#fff, #f9e6e6)
}
#sequence-theme h2 {
	background:rgba(231, 76, 60, 0.8);
}
#sequence-theme .info p {
	background:rgba(231, 76, 60, 0.8);
}

/*Carousel*/
.carousel-arrow a.carousel-control:hover {
	color: #761e1e;
}


/* ----------- Layout Styles ----------- */
/*Purchase*/
.purchase a.btn-buy {
	background:#761e1e;
	text-shadow:0 1px 0 #c0392b;
}
.purchase a.btn-buy:hover {
	background:#c0392b;
}

/*Service*/
.service .service-icon {
	color:#761e1e;
}

/*Service Blocks*/
.service-alternative .service:hover {
	background:#761e1e;
}

/*Testimonials*/
.testimonials .testimonial-info {
	color: #761e1e;
}
.testimonials .carousel-arrow i:hover {
	background: #761e1e;
}

/*Info Blocks*/
.info-blocks:hover i.icon-info-blocks {
	color: #761e1e;
}

/*Accordion*/
.acc-home a.active,
.acc-home a.accordion-toggle:hover {
	color:#761e1e;
}
.acc-home .collapse.in {
	border-bottom:solid 1px #761e1e;
}

/*Thumbnail (Recent Work)*/
.thumbnail-style h3 a:hover {
	color:#761e1e;
}
.thumbnail-style a.btn-more {
	background:#761e1e;
}
.thumbnail-style a.btn-more:hover {
	box-shadow:0 0 0 2px #c0392b;
}

	/*Carousel (Recent Work)*/
	.recent-work a:hover span {
		border-bottom:solid 2px #761e1e;
	}
	.bx-wrapper .bx-prev {
		background-image: url(../../plugins/bxslider/images/controls-red.png);
	}
	.bx-wrapper .bx-next {
		background-image: url(../../plugins/bxslider/images/controls-red.png);
	}

/*Right Sidebar*/
.who li i,
.who li:hover i,
.who li:hover a {
	color:#761e1e;
}

/*Breadcrumb*/
.breadcrumb li.active,
.breadcrumb li a:hover {
	color:#761e1e;
}

/*About Page*/
.team .thumbnail-style:hover h3 a {
	color:#761e1e !important;
}
.team ul.team-socail li i:hover {
	background: #761e1e;
}

/*Registration and Login Page v2*/
.reg-block {
	border-top: solid 2px #761e1e;
}


/* ----------- Pricing Page Styles ----------- */
/*Pricing Head*/
.pricing:hover h4 {
	color:#761e1e;
}
.pricing-head h3 {
	background:#761e1e;
	text-shadow:0 1px 0 #d35400;
	border-bottom:solid 1px #d35400;
}
.pricing-head h4 {
	color:#999;
	background:#fcfcfc;
	border-bottom:solid 1px #ffe7d1;
}

/*Pricing Content*/
.pricing-content li {
	border-bottom:solid 1px #ffe7d1;
}
.pricing-content li i {
	color:#761e1e;
}

/*Pricing Footer*/
.pricing-footer a,
.pricing-footer button {
	background:#761e1e;
	text-shadow:0 1px 0 #c0392b;
	border-bottom:solid 2px #c0392b;
}
.pricing-footer a:hover,
.pricing-footer button:hover {
	background:#c0392b;
}

/*Pricing Active*/
.price-active h4 {
	color:#761e1e;
}
.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
	color:#761e1e;
}


/* ----------- Tab Styles ----------- */
/*Tabs v1*/
.tab-v1 .nav-tabs {
	border-bottom: solid 2px #761e1e;
}
.tab-v1 .nav-tabs > .active > a,
.tab-v1 .nav-tabs > .active > a:hover,
.tab-v1 .nav-tabs > .active > a:focus {
	background: #761e1e;
}
.tab-v1 .nav-tabs > li > a:hover {
	background: #761e1e;
}

/*Tabs v2*/
.tab-v2 .nav-tabs li.active a {
	border-top: solid 2px #761e1e;
}

/*Tabs v3*/
.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
	background: #761e1e;
	border: solid 1px #c0392b;
}


/* ----------- Footer Styles ----------- */
.footer a,
.copyright a,
.footer a:hover,
.copyright a:hover {
	color: #fff;
}

/*Footer Blog*/
.footer .dl-horizontal a:hover {
	color:#fff !important;
}


/* ----------- Navigation Styles ----------- */
/*Pagination*/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
   background-color: #761e1e;
   border-color: #761e1e;
}
.pagination li a:hover {
   background: #c0392b;
   border-color: #c0392b;
}

/*Pager*/
.pager li > a:hover,
.pager li > a:focus {
   background: #c0392b;
   border-color: #c0392b;
}




/* ----------- NOT IN USE ----------- */
/* ----------- Search Page ----------- */
.booking-blocks p a {
	color: #761e1e;
}


/* ----------- Coming Soon Page ----------- */
.coming-soon-border {
	border-top: solid 3px #761e1e;
}


/* ----------- Icons Page ----------- */
.icon-page li:hover {
	color:#761e1e;
}

/*Glyphicons*/
.glyphicons-demo a:hover {
	color: #761e1e;
	text-decoration: none;
}


/* ----------- Blog Styles ----------- */
/*Blog Posts*/
.posts .dl-horizontal a:hover {
	color:#761e1e;
}
.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
	color: #761e1e;
	border-color: #761e1e !important;
}

/*Post Comment*/
.post-comment h3,
.blog-item .media h3,
.blog-item .media h4.media-heading span a {
	color: #761e1e;
}

/*Blog Page*/
.blog h3 {
	color:#761e1e;
}
.blog li a:hover {
	color:#761e1e;
}
ul.blog-tags a:hover { /* Blog Tags */
	background: #761e1e;
}
.blog-post-tags ul.blog-tags a:hover { /* Blog Tags */
    background: none repeat scroll 0 0 #761e1e;
}
.blog-photos li img:hover { /* Blog Photos */
	box-shadow: 0 0 0 2px #761e1e;
}
.blog-twitter .blog-twitter-inner:hover { /* Blog Latest Tweets */
	border-color: #761e1e;
	border-top-color: #761e1e;
}
.blog-twitter .blog-twitter-inner:hover:after { /* Blog Latest Tweets */
	border-top-color: #761e1e;
}
.blog-twitter .blog-twitter-inner a { /* Blog Latest Tweets */
	color: #761e1e;
}

/*Blog Item Page*/
.blog-item h4.media-heading span a {
	color:#761e1e;
}


/* ----------- Magazine Page Styles ----------- */
/*Magazine News*/
.magazine-news .by-author strong {
	color: #761e1e;
}
.magazine-news a.read-more {
	color: #761e1e;
}

/*Magazine Mini News*/
.magazine-mini-news .post-author strong {
	color: #761e1e;
}
.news-read-more i {
	background: #761e1e;
}

/*Sidebar Features*/
.magazine-page h3 a:hover {
	color: #761e1e;
}


/* ----------- Portfolio Page Styles ----------- */
/*Portfolio v1*/
.view a.info:hover {
	background: #761e1e;
}

/*Portfolio v2*/
.sorting-block .sorting-nav li.active {
	color: #761e1e;
	border-bottom: solid 1px #761e1e;
}
.sorting-block .sorting-grid li a:hover span.sorting-cover {
	background: #761e1e;
}


/* ----------- Page Features Styles ----------- */
/*Tag Boxes v1*/
.tag-box-v1 {
	border-top: solid 2px #761e1e;
}

/*Tag Boxes v2*/
.tag-box-v2 {
	border-left: solid 2px #761e1e;
}

/*Tag Boxes v7*/
.tag-box-v7 {
	border-bottom: solid 2px #761e1e;
}

/*Font Awesome Icon Page Style*/
.fa-icons li:hover {
   color: #761e1e;
}
.fa-icons li:hover i {
   background: #761e1e;
}

/*GLYPHICONS Icons Page Style*/
.bs-glyphicons li:hover {
   color: #761e1e;
}