
/*
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
*/


/*====== Additional Styles for Site ======= */

body {
    font-family: 'Montserrat', sans-serif;
}

p {
    font-family: 'Montserrat', sans-serif;
    color: #000000
}

h1,h6 {
    font-family: 'kade', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    color: #641f55
}
h2 {
    font-family: 'kade medium', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    color: #641f55
}

h3 {
    font-family: 'kade medium', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #f9b52d
}

h4 {
    font-family: 'kade', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #1a3c35
}

h5 {
    font-family: 'Casablanca', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #1f4a69
}

a {
    color: #f15d43;
    font-weight: bold;
}

a:hover, a:focus {
    color: #f15d43;
    font-weight: bold;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #1f4a69 !important;
    background-color: #eb4294;
    border-color: #eb4294;
}

.default-bg {
    background-color: #eb4294;
}

.default-bg:hover {
    background-color: #eb4294;
}

.btn-default {
    background-color: #eb4294;
    border-color: #eb4294;
}

#footer-container {
    background-color: #1f4a69;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer-container .container {
    background-color: transparent;
}

.footer {
    /*background-color: #1f4a69;*/
    background-color: #1f4a69;
    padding: 0;
}

.social-links li a {
    background: #0A0203;
    border: 1px solid #0A0203;
}

.social-links li a:hover {
    background-color: #F04023;
    border-color: #F04023;
    color: #ffffff;
}

.dropdown-menu > li > a:hover {
    color: #F47721;
}

.navbar-nav > li > a:hover {
    color: #FAAA46;
}



/*====== Sponsorship Gallery ======= */

.sponsorshipGallery .itemPrice {
    background: #ee3524;
}

.sponsorshipGallery .sponsorshipType {
    background: #oc4874;
    color: white;
}

.sponsorshipGallery span.itemsLeft {
    color: rgb(88, 95, 105);
}


/* ==== filter bar styles ====*/

.filterSearchBar {
    background: #1a3c35;
    background-color: #1a3c35 !important;
}

.filterSearchBar .btn-group.bootstrap-select.show-tick {
    border: 2px solid #fff;
}

.filterSearchBar input#ctl00_ContentPlaceHolder1_btnSearch {
    color: #1a3c35;
    border: 1px solid #1a3c35;
}

.filterSearchBar .input-group .form-control {
    border-color: #1a3c35;
    border-right: 2px solid #1a3c35;
}

.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: #0c4874;
    }
}



/*======== 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: #1f55a2;
}


.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 11px !important;
    top: 7px;
}


.hephaistos.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%;
    display: none;
}

.navbar-nav > li > a {
    font-size: 11.5px;
}
/* Custom CSS to use "𝕏" as the Twitter X icon */
.fa.fa-twitter {
    font-family: sans-serif;
}

.fa.fa-twitter::before {
    content: "𝕏";  /* The X symbol used for Twitter */
    font-size: 1.2em;
}
