/* Template Name: Responsive Bootstrap One Page HTML Template
 Author: Alex Ashihmin
  */

.btn.btn-theme,
.btn-filter.btn-active
{
    background:   #d93240;
    border-color: #d93240;
    color:        #fff;
}

.btn.btn-theme:hover,
.btn.btn-theme:focus
{
    background:   #b12c38;
    border-color: #b12c38;
}

.header.navbar .navbar-nav > li.active > a,
.header.navbar .navbar-nav > li > a:hover,
.header.navbar .navbar-nav > li > a:focus,
.header.navbar .navbar-nav > li.active > a,
.header.navbar .navbar-nav > li > a:hover,
.header.navbar .navbar-nav > li > a:focus,
.header.navbar.navbar-small .navbar-nav > li.active > a,
.header.navbar.navbar-small .navbar-nav > li > a:hover,
.header.navbar.navbar-small .navbar-nav > li > a:focus,
.pricing-table .price .price-number,
a
{
    color: #d93240;
}

a:hover,
a:focus
{
    color: #b12c38;
}

.text-theme:before
{
    border: 3px solid #d2323f;
}

.progress-bar
{
    background: #d93240;
}

.service .icon
{
    background: #d93240;
}

.team .social a:hover
{
    border: 1px solid #d93240;
    color:  #d93240;
}

.advertising .icon-large i
{
    color: #d93240;
}

/* btn-action */
.pricing-tables .btn.btn-action
{
    color:            #fff;
    background-color: #d93240;
    border-color:     #d93240;
    box-shadow:       0 2px 2px 0 rgba(255, 91, 87, 0.14),
                      0 3px 1px -2px rgba(255, 91, 87, 0.2),
                      0 1px 5px 0 rgba(255, 91, 87, 0.12);
}

.pricing-tables .btn.btn-action:focus,
.pricing-tables .btn.btn-action:active,
.pricing-tables .btn.btn-action:hover
{
    box-shadow: 0 14px 26px -12px rgba(255, 91, 87, 0.42),
                0 4px 23px 0px rgba(0, 0, 0, 0.12),
                0 8px 10px -5px rgba(255, 91, 87, 0.2);
}

.highlight
{
    background-color: #d93240;
}

.alert
{
    background: #d93240;
}

.masonry-container .thumbnail:hover,
.masonry-container .thumbnail:focus
{
    border: 1px solid #d93240;
}

.masonry-container .thumbnail:before
{
    background: rgba(217, 50, 64, 0.8);
}

.masonry-container .thumbnail .date-rating span i
{
    color: #d93240;
}

.sidebar .list-group .badge
{
    background: #d93240;
}

.sidebar .label,
.post-footer .label
{
    border:      1px solid #d93240;
    color:       #d93240;
}

.sidebar .label:hover,
.post-footer .label:hover
{
    background: #d93240;
}

#back-to-top
{
    color: #d93240;
}

.post-content blockquote {
    border-color: #d93240;
}

.post-content p:first-letter
{
    color: #d93240;
}