/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.6
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/



/*====== Sponsorship Gallery ======= */

.sponsorshipGallery .itemPrice {
    background: #f5f5f5;
}

.sponsorshipGallery .sponsorshipType {
    background: #0c4874;
    color: white;
}

.sponsorshipGallery span.itemsLeft {
    color: rgb(88, 95, 105);
}


/* ==== filter bar styles ====*/

.filterSearchBar {
    background: #0c4874;
    background-color: #f5a5e5 !important;
}

.filterSearchBar .btn-group.bootstrap-select.show-tick {
    border: 2px solid #fff;
}

.filterSearchBar input#ctl00_ContentPlaceHolder1_btnSearch {
    color: #f5a5e5;
    border: 1px solid #e6ebf5;
}

.filterSearchBar .input-group .form-control {
    border-color: #f5a5e5;
    border-right: 2px solid #f5a5e5;
}



.filterMenu button.btn.dropdown-toggle.btn-default {
    color: white;
}


.filterSearchBar .sortTxt {
    color: white;
}

.filterSearchBar #btnreset {
    color: white;
    border: 2px solid #fff;
}



/*===== Modal Styles ======*/

#ctl00_ContentPlaceHolder1_divSponsorshipItemDetails h4#divPrice {
    color: #0c4874;
}


h4#divPrice {
    color: #0c4874;
}


.modal-body .sponsorshipType {
    color: #0c4874;
}

@media (min-width: 768px) {
    .sponsorshipGallery .itemPrice {
        background: #f5f5f5;
    }
}



@media (max-width: 992px) {

    ul.list-inline.filterMenu {
        background: #f5a5e5;
    }
}



/*======== Sold out items ========== */

.SoldOut .sponsorshipType {
    background: rgba(140, 140, 140, 0.35);
}

.SoldOut span.itemsLeft {
    color: rgba(199, 39, 39, 0.29);
}


.SoldOut .itemPrice {
    color: #ccc !important;
    background: #fff;
}

.SoldOut .thumbnail.sponsorshipGallery {
    border-color: #fafafa;
}

.SoldOut h5 {
    color: #ccc;
}

ul.list-inline.filterMenu .dropdown-menu a {
    color: white !important;
    background: #f5a5e5;
}


.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 11px !important;
    top: 7px;
}


h1,h4,h6 {
    font-family: 'verdana', sans-serif;
    font-size: 24px;
    color:#7031a0
}
h2 {
    font-family: 'Casablanca', sans-serif;
    font-size: 18px;
    color: #1a2a4f
}

h3 {
    font-family: 'Casablanca', sans-serif;
    font-size: 14px;
    color: #7031a0
}

h5 {
    font-family: 'Casablanca', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #7F3F97
}

a {
    color: #C5207E;
}

a:hover, a:focus {
    color: #e85fad;
}

.navbar-nav > li > a {
    font-size: 14px;
}