/*
Theme Name:    Connect - Freesia Empire
Description:    
Author:        Connect MST
Template:      freesia-empire

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

ul li a:hover,
ol li a:hover {
	color: #e90000;
}

/* Webkit */
::selection {
	background: #e90000;
	color: #fff;
}
/* Gecko/Mozilla */
::-moz-selection {
	background: #e90000;
	color: #fff;
}

a {
	color: #e90000;
	text-decoration: none;
	cursor:pointer;
  }
  
  .btn-default:hover {
	background-color: #e90000;
	border: 1px solid #e90000; 
	color: #fff;
  }

.vivid {
	background-color: #e90000;
	border: 1px solid #e90000;
	color: #fff;
}

.go-to-top a:hover {
	opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	background-color: #e90000;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	border-radius: 3px;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
		-moz-box-shadow:    0 1px 2px rgba(0, 0, 0, 0.15);  /* Firefox 3.5 - 3.6 */
	box-shadow:         	0 1px 2px rgba(0, 0, 0, 0.15);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	clip: auto !important;
	color: #e90000;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

input[type="reset"],
input[type="button"],
input[type="submit"] {
	background-color: #e90000;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	display: block;
	margin-bottom: 30px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
		-ms-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.header-search:hover, .header-search-x:hover {
	color: #e90000;
}

#site-title a {
	color: #e90000;
	display: block;
}

.top-header .info ul li a {
	color: #e90000;
}
.top-header .info ul li a:hover {
	color: #e90000;
}

.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {
	color: #e90000;
}

.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
	color: #e90000;
}

.line-one,
.line-two,
.line-three {
	background-color: #e90000;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #e90000;
}

.entry-meta span:hover,
.entry-meta a:hover,
.cat-links a:hover,
.tag-links a:hover {
	color: #e90000;
}

.entry-meta .entry-format,
.entry-meta .entry-format a {
	color: #e90000;
}

.comments-area article header a:hover {
	color: #e90000;
}

.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-repeat: repeat-x;
	background: #0088d0;
	background: -webkit-linear-gradient(#e90000, #e90000);
	background: -moz-linear-gradient(#e90000, #e90000);
	background: -ms-linear-gradient(#e90000, #e90000);
	background: -o-linear-gradient(#e90000, #e90000);
	background: -webkit-gradient(#e90000, #e90000);
	background: linear-gradient(#e90000, #e90000);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #007cbd;
}

a.comment-reply-link:hover {
	color: #e90000;
}

.page-header {
	background-color: #e90000;
	padding: 18px 20px;
	position: relative;
	overflow: hidden;
}

.widget ul li a:hover {
	color: #e90000;
}

.widget-title a:hover {
	color: #e90000;
}

.search-submit:hover .search-icon {
	color: #e90000;
}

.widget_contact ul li:hover:before,
.widget_contact ul li a:hover {
	color: #e90000;
}

.our_feature .feature-icon {
	background-color: #e90000;
	border: 5px solid #e4e4e4;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
	border-radius: 50px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-ms-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	margin: 0px auto 30px;
	padding: 20px;
		-moz-transition: all 500ms ease-out 0s;
		-o-transition: all 500ms ease-out 0s;
		-webkit-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
}
.feature-content:hover .feature-icon {
	border-color: #e90000;
}

.our_feature .feature-title a:hover {
	color: #e90000;
}

.widget_about_us .about-us-content:before {
	border-left: 1px dashed #e90000;
	bottom: 0;
	content: " ";
	display: block;
	height: auto;
	left: 34px;
	position: absolute;
	top: 78px;
	width: 1px;
}

.about-us-content .icon-box-image {
	background-color: #e90000;
	border: 5px solid #ddd;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	border-radius: 10px;
	height: 70px;
	left: 0;
	margin-top: 5px;
	padding: 12px;
	position: absolute;
	width: 70px;
}

.widget_portfolio .portfolio-container {
	background-color: #e90000;
	border: 40px solid #f4f4f4;
}

.portfolio-content h3:after {
	background-color: #e90000;
	content: " ";
	display: block;
	height: 1px;
	margin: 10px 0px auto;
	width: 50px;
}

.portfolio-content h3 a:hover {
	color: #e90000;
}

.design-line:after {
	border: 2px solid #e90000;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	display: block;
	height: 11px;
	left: -5px;
	position: absolute;
	top: 100%;
	width: 11px;
}

.design-line {
	background-color: #e90000;
	height: 40px;
	margin: 0px auto;
	position: relative;
	width: 1px;
}

.testimonials .quote cite {
	color: #e90000;
  	font-weight: bold;
  	margin: 0px 0px 20px;
  	text-align: left;
}

ul.next-prev li {
	border: 2px solid #e90000;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	border-radius: 10px;
  	display: block;
  	vertical-align: middle;
  	width: 18px;
  	height: 18px;
  	line-height: 18px;
  	font-size: 0;
  	opacity: 0.7;
		-moz-opacity: 0.7;
		filter:alpha(opacity=70);
  	color: #999;
  	background: #transparent;
  	margin: 0 4px 10px;
  	cursor: pointer;
	  	-moz-transition:background .3s ease;
	  	-webkit-transition:background .3s ease;
	  	-ms-transition:background .3s ease;
  	transition:background .3s ease;   
}
ul.next-prev li.active, ul.next-prev li:hover {
	background-color: #e90000;
}

#colophon .widget ul li a:hover {
	color: #e90000;
}

#footer-navigation a:hover{
    color: #e90000;
}

nav.slider-button a.active, 
nav.slider-button a:hover {
	background-color:#e90000;
}

#bbpress-forums .bbp-topics a:hover {
	color: #e90000;
}

.bbp-submit-wrapper button.submit {
	border: 1px solid #e90000;
	background-color: #e90000;
	color: #fff;
	padding: 8px 30px;
	font-size: 15px;
		-ms-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	background-color: #e90000;
	color: #fff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
		-ms-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	background-color: #e90000;
	color: #fff;
		-ms-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}	

.woocommerce-demo-store p.demo_store {
	background-color: #e90000;
}
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
	width: auto;
}
.woocommerce .woocommerce-message:before {
	color: #e90000;
}
