/*
 Theme Name:   TCC
 Theme URI:    http://tccrocks.com
 Description:  TCC Rocks Theme
 Author:       TCC
 Author URI:   http://tccrocks.com
 Template:     bizwrap
 Version:      0.1
 License:      All rights reserved
 License URI:  http://tccrocks.com
 Tags:         TCC
 Text Domain:  tcc
*/

//Make it Red


a.hover-color:hover{
    color:#900 !important;
}
.dropdown.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-ancestor.current-menu-parent.current_page_parent.current_page_ancestor.menu-item-has-children{
    color: #f51a1a
}
.btn-primary {
    color: #fff;
    background-color: #900!important;
    border-color: #300;
}

.btn-primary:hover {
    color: #fff;
    background-color: #300!important;
    border-color: #300;
}

::-moz-selection {
    background-color: #900;
}

::selection {
    background-color: #900;
}

h3.heading-sec:first-letter{
    border-bottom: 5px solid #900;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #900;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #900;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #900;
}

.navbar .dropdown-menu {
    border-top: 2px solid #900 !important;
}

.navbar .dropdown-menu li a:hover{
    background: #900;
}

.main-flex-slider .flex-control-paging li a.flex-active{
    background-color: #900 !important;
}

.services-box i{
    color:#900;
    border: 2px solid #900;

}

.services-box:hover i{
    border-color: #900;
    background-color: #900;
}

.services-icon i{
    color:#900;
}

.portfolio-filters li.active{
    background-color: #900;
    border-color:#900;
}

.sidebar-box h4:first-letter{
    border-bottom: 5px solid #900;
}

.top-bar .sidebar-box .social-btn li a i:hover,.sidebar-box .social-btn li a i:hover{
    background-color:#900; 
}

.theme-btn-color{
    background-color: #900;
    border-color:#900;
}

.footer-col h3:first-letter{
    border-bottom: 5px solid #900;
}

.footer-col .social-btn li a i:hover{
    background-color: #900;
    border-color: #900;
}

.pagination li a:hover{
    background-color: #900;
    border-color: #900;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #900;
    border-color: #900;
}

.icon-list li i{
    color:#900;
}

.hire-sec .services-icon i{
    background-color: #900;
}

.process-box i{
    color:#900;
}

.progress-bar {
    background: #900;
}

.form-btm-link a{
    color:#900;
}

.pricing-rate{
    background-color: #900;
}

.tabs .nav-tabs  li.active  a {
    color: #900;
}
.tabs .nav-tabs  li.active  a:after {
    background: #900;
}

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

.navbar-brand {
    padding-top: 10px;
}

.slider-overlay {
	background: none;
	background-image: none;
}

.nearest-store {
	background: url(images/bg-store-location.jpg) no-repeat center bottom;
	color: #fff;
	animation: animatedBackground 30s linear infinite alternate;
        padding-bottom: 15px;

}

.nearest-store h3 {
	font-size: 18px;
	margin: 0;
	margin-top: 4px;
	padding: 0;
	line-height: 1.4;
}

.nearest-store p {
	font-size: 12px;
	line-height: 1.4;
	margin-left: 24px;
}

.nearest-store p a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.nearest-store p a:hover {
	text-decoration: none;
}

@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

section#home-features {
	padding-top: 25px;
	background: url(images/bg-home.jpg) no-repeat center top;
	animation: animatedBackground 30s linear infinite alternate;
}

section#home-features img {
	box-shadow: 0 0 20px #000;
}

section#home-close {
	color: #333;
}

section#home-close h2 {
	font-size: 18px;
}

section#home-close .col-md-3 {
	padding: 15px;
	margin: 15px;
	border: 1px solid #ccc;
}

.fb-follow {
	margin-top: 15px;
}

.navbar-toggle {
	background: #ccc;
}

section#content-region-3, section#content-region-101, section.page-tree-bg {
	background: url('images/bg-title.jpg') no-repeat center top;
	height: 60px;
	padding: 15px 0 0 0;
	box-shadow: 0 0 10px #333;
}

h3.page-tree-text {
	color: #333;
	font-family: 'Montserrat' Arial Helvetica;
	font-style: normal;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
	.navbar-brand img.img-responsive {
		height: 35px!important;
		width: auto!important;
}
	.fb-follow {
		display: none!important;
	}
}

@media only screen and (max-width: 992px) {
    /* For mobile phones: */
	section#home-features img {
		margin-bottom: 25px;
}

}

@media only screen and (min-width: 992px) {
    /* For mobile phones: */
	section#home-features .col-md-12 {
		padding-bottom: 25px;
}
}