/*
 Theme Name:   Image Direct Boilerplate Child
 Theme URI:    http://wpbp.dev.imagedirect.com/
 Description:  ID-Boilerplate Child CSS
 Author:       Image Direct Pty Ltd
 Author URI:   http://www.imagedirect.com.au
 Template:     id-boilerplate-master
 Version:      3.5
Tags:
Copyright:     ©2014 Image Direct Pty Ltd
Text Domain:   id-boilerplate-child
*/

/*@import url("../id-boilerplate-master/style.css");*/

/* =Theme customization starts here
-------------------------------------------------------------- */


/*-----------------------------*/
/* @root */
/*-----------------------------*/

/*.eventorganiser-event-meta*/

.type-event  .eo-event-meta::after {
    content: 'Please be patient while the e-commerce booking site loads below here';
    display: block;
    padding: 15px;
    border: #483d94 1px solid;
    background-color: #685da4;
    color: #fff;
    border-radius: 3px;
    opacity: 1;
}

.type-event .fade-out.eo-event-meta::after {
    opacity: 0;
    -webkit-transition: opacity 3s ease-in-out 7s;
    -moz-transition: opacity 3s ease-in-out 7s;
    -ms-transition: opacity 3s ease-in-out 7s;
    -o-transition: opacity 3s ease-in-out 7s;
}

/*-----------------------------*/
/* @root */
/*-----------------------------*/


html {
    font-size: 1em;
}

body {

    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont,
        "Segoe UI", "Roboto", "Oxygen",
        "Ubuntu", "Cantarell", "Fira Sans",
        "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1rem;
    background-color: #fdfdfd;
    color: #484848;
}

.haunted-purple-dark {
    color: #4a3f94
}

.haunted-purple-light {
    color: #6B619F
}


/*
*-----------------------------
* @image
*-----------------------------
*/
img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignleft {float:left; margin:0 1em 1em 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}


@media screen and (max-width: 992px) {
    .content-main img {
        width: 100%;
        float: none;
    }
}


/*-----------------------------*/
/* @Content Typography */
/*-----------------------------*/

h1, h2, h3, h4, h5 ,h6 {
    color: #685DA4;
    letter-spacing: 0.25px;
}

a {
    color: #685da4;
}

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

.hentry > .lead {
    font-size: 1.3em;
    margin: 1em 0;
}

.content-main {
    font-size: 1em;
}


h4.widgettitle {
    font-weight: 500;
    margin-bottom: 2ex;
    border-bottom: 1px dotted rgba(255,255,255,0.25);
    /*border-bottom: 1px dotted rgba(0,0,0,0.15);*/
    padding-bottom: 1ex;
}


/*-----------------------------*/
/* @Header */
/*-----------------------------*/

.navbar-logo {
    max-width: 180px;
    padding: 10px;
    display: inline-block;
}

/*.header .navbar-nav > li {
    margin-top: 20px;
}*/

.header .navbar-nav  > li.menu-item-phone {
    /*margin-top: 10px;*/
}

.id-navbar-telephone {
    font-size: 1.6em;
    font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
    .navbar-logo {
        max-width: 250px;
        padding: 15px;
    }
    .navbar-nav {
        float: none;
    }
    .right-navbar .navbar-nav {
        text-align: right;
    }
}

/*-----------------------------*/
/* @nav navbar-nav */
/*-----------------------------*/
.navbar-nav > li > a {
    font-weight: 500;
    font-size: 80%;
}
/* @INVERSE */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li.active > a,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #685da4;
}
/* @DEFAULT */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li > a:focus {
    /*	background-color: inherit;
            color: inherit;*/
}

/*-----------------------------*/
/* @Footer Menu Sitemap */
/*-----------------------------*/

.footer ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul.menu li {
    padding: 1ex 0;
}

.footer ul.menu li {
    border-bottom: 1px dotted rgba(255,255,255,0.25);
    /*border-bottom: 1px dotted rgba(0,0,0,0.15);*/
}

.footer li ul li {
    border-bottom: none;
}

/*-----------------------------*/
/* @Custom button */
/*-----------------------------*/

/* Base */

.btn-primary,
.btn-primary:hover,
.btn-primary:active {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #007da7;
}

/* Default */
.btn-primary {
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #009ED2 0%, #007DA7 100%);
}

/* Hover */
.btn-primary:hover {
    background-position: 0 -15px;
}

/*
*************
* Slider padding and Fade Animation
*************
*/


div.carousel-inner div.item {
    padding-bottom: 100%;
    background-position: center center;
}

@media screen and (min-width: 480px) {

    div.carousel-inner div.item {
        padding-bottom: 60%;
    }
}
@media screen and (min-width: 768px) {

    div.carousel-inner div.item {
        padding-bottom: 50%;
    }
}
@media screen and (min-width: 992px) {

    div.carousel-inner div.item {
        padding-bottom: 40%;
    }
}
@media screen and (min-width: 1400px) {

    div.carousel-inner div.item {
        padding-bottom: 35%;
    }
}

.carousel .item .id-slideshow-caption {
    -webkit-animation: id-fade 3s; /* Safari 4+ */
    -moz-animation:    id-fade 3s; /* Fx 5+ */
    -o-animation:      id-fade 3s; /* Opera 12+ */
    animation:         id-fade 3s; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes id-fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes id-fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes id-fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes id-fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}


/*ADDITIONAL CSS*/


header .navbar-fixed-top{
    background-color: #0c0c0d;
}

.id-mastheader-wrapper {
    font-size: 1rem;
    background-color: #030304;
    color: #cececf;
    padding-top: 70px;
}


a {
    color: #685DA4;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    color: #222;
    text-decoration: underline;
}

.id-masthead-logo .logo a {
    display: block;
    padding: 1ex 0;
}


.id-masthead-contact{
    text-align: right;
    margin-top: 2em;
}

.id-masthead-contact h4{
    padding-bottom: 0;
    margin: 1em auto 1ex;
    padding-bottom: 1ex;
    text-transform: uppercase;
    font-size: 0.8em;
}

.id-masthead-contact .id-client-display-phone i{
    display: none;
}

.id-masthead-contact .id-client-display-phone a {
    font-size: 2em;
    color: #685da4;
    font-weight: bold;
    margin-right: 10px;
}

.id-masthead-contact .id-client-display-phone a:hover,
.id-masthead-contact .id-client-display-phone a:focus,
.id-masthead-contact .id-client-display-phone a:active {
    text-decoration: none;
    color: #fff;
}


.id-masthead-contact address {
    margin-bottom: 5px;
}

.id-masthead-contact h4.widget {
    display: none;
}

.id-masthead-contact .id-social-media {
    margin-bottom: 15px;
}


/*TOP MENU*/
.navbar-fixed-top .navbar-nav > li > a{
    padding-right: 15px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.navbar-fixed-top{
    padding:0;
}

/*MAIN MENU*/
.navbar-inverse{
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    margin-bottom: 1.5em;
    padding:0 15px;
}

.navbar-inverse .navbar-nav > li > a{
    text-transform: uppercase;
    color:#ffffff;
    font-weight: 600;
    padding-right: 0em;
}

.navbar-inverse ul{
    background-color: #252525;
}

.navbar-inverse .navbar-nav > li > a:after{
    content: '|';
    padding-left: 1em;
}

.navbar-inverse .navbar-nav > li:last-child > a:after,
.navbar-fixed-top .navbar-nav > li > a:after{
    display: none;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover{
    color: #685da4;
}

.navbar-inverse .navbar-nav > li > a:focus:after,
.navbar-inverse .navbar-nav > li > a:hover:after{
    color: #ffffff;
}

.dropdown-menu > li > a{
    color: #ffffff;
}

.navbar-inverse .dropdown-menu{
    background-color: #252525;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover{
    color: #685da4;
    background-color: transparent;
}

/*SLIDER*/
.id-slider-wrapper .id-slider-content,
.id-slider-wrapper .container{
    /*//padding:0;*/
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    background-color: #4a3f94;
    color: #000000 !important;
    font-size: 25px;
    height: 42px;
    margin-top: -15px;
    padding: 0.3em;
    width: 40px;
    text-shadow:none !important;
}

.carousel-control{
    width:0;
}

.carousel-indicators{
    display: none;
}

.style1 .id-slideshow-caption{
    background-color:rgba(0,0,0,0.75);
    padding:1em;
}

.style1 .id-slideshow-caption h3{
    font-size: 1em;
    font-weight: 600;
    float:left;
    text-align: left;
}

.style1 .id-slideshow-caption .btn{
    background-color:#4A3F94;
    border:none;
    border-radius:0;
    float:right;
    margin: 0;
    padding:0.6em 1em;
    text-transform: uppercase;
}

.home .id-post-title{
    display: none;
}

/*EVENTS SECTION*/

.id-activities-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

.id-events-column-wrapper .row {
    padding-top: 15px;
    padding-bottom: 15px;
}

.events-col-image {
    display: block;
    height: 250px;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.id-events-content {
    height: 250px;
    position: relative;
}

.id-events-content h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3em;
}
.id-events-content .id-block-text-link {
    position: absolute;
    left: auto;
    bottom: 15px;
}

.id-events-content .id-block-text-link a{
    color: #ffffff;
}

@media screen and (min-width: 992px) {

    .id-events-vertical-column .events-col-image,
    .id-events-vertical-column .id-events-content {
        height: 265px;
    }
}

.id-events-column-container {
    background-color: #4A3F94;
    padding: 0;
}


/*.id-zero-clearance,
.id-events-vertical-column-wrapper,*/
.id-zero-clearance > * {
    padding: 0;
}

.id_activities_wrapper h3{
    text-transform: uppercase;
    font-size: 1.3em;
    margin:0;
    color: #fff;
}

.id_activities_wrapper{
    margin-top: 4em;
}

.events-col .id-events-caption{
    background-color: #4a3f94;
    padding:1em;
    height:265px;
    transition: all 0.5s ease;
}

.events-col:hover .id-events-caption{
    background-color: #6B619F;
}

.id_activities_wrapper .id-block-text{
    position: absolute;
    bottom:0;
}

/*GHOSTLY SNAP*/
.id-ghost-snaps-wrapper .id-awesome-thumbnail-caption{
    position: absolute;
    text-align: center;
    top: 20%;
    z-index: 0;
    left:0;
    right:0;
}

.id-ghost-snaps-wrapper .id-awesome-thumbnail-caption h2{
    margin-bottom: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
    font-size:2.8em;
}

.id-ghost-snaps-wrapper .id-awesome-thumbnail-caption h2 a{
    color: #ffffff;
}

.id-ghost-snaps-wrapper .id-awesome-thumbnail-caption p{
    font-size: 1.5em;
    font-weight: 600;
}

.id-ghost-snaps-wrapper .thumbnail-overlay-icon-hover a.id-awesome-content-thumbnail-background-image::before{
    z-index: 99;
    color: #4A3F94;
}

/*TESTIMONIALS*/
.id-testimonials-wrapper {
    margin-bottom: 2em;
}

.id-testimonials-wrapper .id-testi-title h3{
    color:#473988;
    text-align: center;
    margin:10px 0 1em 0;
}

.id-testimonials-wrapper .id-block-text{
    background-color: #ffffff;
    padding: 2em;
}





@media screen and (min-width: 768px) {
    .id-testimonials-wrapper .id-block-text{
        min-height: 300px;
    }
}


@media screen and (min-width: 992px) {
    .id-testimonials-wrapper .id-block-text {
        min-height: 200px;
    }
}

.id-testimonials-wrapper .id-block-text::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ffffff;
    bottom: -20px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 0;
}

.id-testimonials-wrapper .id-block-text p{
    color: #3b3b3b;
}

/*BEFORE FOOTER*/
.home #content{
    padding:0;
}

.id-before-footer-content {
    /*background-color: #252525;*/
    padding: 2em 1em;
    margin: 2em auto;
    border: 1px solid rgba(0,0,0,0.15);
}

.id-before-footer-content h3{
    float:left;
    font-size:1.5em;
    margin-top:6px;
}

.id-before-footer-content a.btn-primary{
    float:right;
    margin:0;
    font-size: 1em;
}

.btn-primary{
    background-color: #4a3f94;
    border:none;
    border-radius:0;
    text-transform: uppercase;
}

.btn-primary:hover{
    background-color: #685DA4 !important;
}

.id-post-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*FOOTER*/
#footer a{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
}

#footer a:hover{
    color: #685da4;
}

.widget_sfp_page_plugin_widget{
    margin-bottom: 1.5em;
}

.shailan_CountdownWidget{
    margin-bottom: 2em;
}

.shailan_CountdownWidget h4{
    margin:5px 0;
}

.shailan_CountdownWidget h4 span{
    display: block;
    font-size: 0.8em;
    margin-top:5px;
    color: #ccc;
}

.shailan_CountdownWidget .countdown{
    margin: 0 !important;
    width: 92%;
}

.countdown_amount{
    color: #685da4;
}

.countdown_section{
    color:#ffffff;
}

/*MENU ITEM SEARCH*/
.navbar-fixed-top .menu-item-search{
    position: absolute;
    right: 0;
    z-index: 99;
}

.id-navbar-search .search-input{
    display:none;
    height:35px;
}

.id-navbar-search .input-group-addon{
    cursor:pointer;
    height:35px;
}

/*RIGHT SIDEBAR*/
.id-right-sidebar-wrapper #eo-widget-next-month{
    text-align: right;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    .events-horizontal-col .id-events-caption{
        background-color:#4a3f94;
        height:100%;
        padding:1em;
        position:absolute;
        right:15px;
        top:0;
        width:47.5%;
    }

    .events-horizontal-col:hover .id-events-caption:after{
        border-right: 20px solid #6B619F;
    }

    .events-vertical-col:hover .id-events-caption:after{
        border-bottom: 20px solid #6B619F;
    }

    .events-horizontal-col .id-events-caption::after {
        border-bottom: 20px solid transparent;
        border-right: 20px solid #4a3f94;
        border-top: 20px solid transparent;
        content: "";
        height: 0;
        left: -20px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
        width: 0;
        transition: all 0.5s ease;
    }

    .events-vertical-col .id-events-caption::after{
        border-bottom: 20px solid #4a3f94;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -20px;
        position: absolute;
        top: 230px;
        width: 0;
        transition: all 0.5s ease;
    }

    .events-horizontal-col{
        width: 66%;
        margin-bottom: 1em;
    }

    .events-vertical-col .id-events-caption h3{
        margin:0;
    }

    .id_activities_wrapper a{
        color:#ffffff;
    }

    .id_activities_wrapper img{
        height: 250px;
    }

    .events-col:hover .id-events-caption{
        background-color: #6B619F;
    }

    .events-horizontal-col:hover .id-events-caption:after{
        border-right: 20px solid #6B619F;
    }

    .events-vertical-col:hover .id-events-caption:after{
        border-bottom: 20px solid #6B619F;
    }

    .id-right-sidebar-wrapper #wp-calendar{
        width:100%;
    }

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

    .events-horizontal-col .id-events-caption{
        background-color:#4a3f94;
        height:100%;
        padding:1em;
        position:absolute;
        right:15px;
        top:0;
        width:47.5%;
    }

    .events-vertical-col .id-events-caption{
        height:250px;
    }

    .events-horizontal-col{
        width: 66%;
        margin-bottom: 1em;
    }

    .events-vertical-col .id-events-caption h3{
        margin:0;
    }

    .id_activities_wrapper a{
        color:#ffffff;
    }

    .id_activities_wrapper img{
        height: 233px;
    }

    .events-horizontal-col img{
        width:52%;
    }

    .events-horizontal-col .id-events-caption::after {
        border-bottom: 20px solid transparent;
        border-right: 20px solid #4a3f94;
        border-top: 20px solid transparent;
        content: "";
        height: 0;
        left: -20px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
        width: 0;
        transition: all 0.5s ease;
    }

    .events-vertical-col .id-events-caption::after{
        border-bottom: 20px solid #4a3f94;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -20px;
        position: absolute;
        top: 215px;
        width: 0;
        transition: all 0.5s ease;
    }

    .id-ghost-snaps-wrapper .id-awesome-thumbnail-caption h2{
        font-size: 2em;
    }

    .id-right-sidebar-wrapper #wp-calendar{
        width:100%;
    }

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

    .events-col{
        text-align: center;
        margin-bottom: 2em;
    }

    .events-col img{
        width:100%;
    }

    .id_activities_wrapper .id-block-text{
        left:0;
        right:0;
    }

    .id-testi-content{
        margin-bottom: 2em;
    }

    .events-col .id-events-caption{
        height:150px;
    }

    .id-ghost-snaps-wrapper{
        width:100%;
    }

    .id-ghost-snaps-wrapper h2{
        display: block;
        margin: 0 auto 1em;
        font-size: 2.5em;
        padding:0 1em;
    }

    .id-ghost-snaps-content{
        width:100%;
    }

    .id-right-sidebar-wrapper #wp-calendar{
        width:50%;
    }

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

    .events-col{
        text-align: center;
        margin-bottom: 2em;
    }

    .events-col img{
        width:100%;
    }

    .id_activities_wrapper .id-block-text{
        left:0;
        right:0;
    }

    .events-col .id-events-caption{
        height:150px;
    }

    .id-testi-content{
        margin-bottom: 2em;
    }

    .id-ghost-snaps-wrapper .id-awesome-thumbnail-caption h2{
        font-size: 2.5em;
        padding:0 1em;
        margin-bottom:1em;
    }

    .id-before-footer-content .btn-primary{
        display: block;
        float: none !important;
        margin: 1em auto !important;
        width: 50% !important;
    }

    .id-before-footer-content h3{
        float:none;
        text-align: center;
    }

    .id-ghost-snaps-wrapper{
        width:100%;
    }

    .id-ghost-snaps-wrapper h2{
        display: block;
        margin: 0 auto 1em;
        font-size: 2.5em;
    }

    .id-ghost-snaps-content{
        width:100%;
    }

    .id-right-sidebar-wrapper #wp-calendar{
        width:50%;
    }

}

/* Landscape phones and smaller */
@media (max-width: 480px) {

    .id-ghost-snaps-wrapper .id-awesome-thumbnail-caption h2{
        font-size: 1.5em;
        margin : 0 0 10px 0;
    }

    .style1 .id-slideshow-caption h3{
        float:none;
        text-align:center;
    }

    .style1 .id-slideshow-caption .btn{
        float: none;
        margin-top: 10px;
    }

    .id-right-sidebar-wrapper #wp-calendar{
        width:80%;
    }

}

/*MENU COLLAPSE*/
@media (max-width: 899px) {
    .navbar-toggle {
        display: block;
    }

    .navbar-phone-icon {
        display: block!important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,.navbar-right {
        float: none !important;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in{
        display:block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #333;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .dropdown-menu>li>a {
        padding: 1ex 20px;
        font-weight: 400;
        line-height: 1.42857143;
        color: #ccc;
    }

    .navbar-fixed-top .menu-item-search{
        position: relative;
        width:100%;
    }

    .id-navbar-search{
        width: 100%;
    }

    .id-navbar-search .search-input{
        display:block !important;
        height:50px;
        width:100%;
    }

    .menu-item-search .id-navbar-search .input-group-addon{
        width:60px;
    }

    .navbar-phone-icon a, .navbar-nav > li.menu-item-phone > a{
        margin: 0;
    }

    .navbar-fixed-top{
        overflow: auto;
    }

    .navbar-brand{
        display: block !important;
    }

    .navbar-inverse .navbar-nav > li > a::after{
        content: '';
    }

    .navbar-inverse .navbar-nav > li:focus,
    .navbar-inverse .navbar-nav > li:hover{
        background-color: #000000;
    }

    .id-masthead-contact{
        text-align: center;
    }
}


button, input[type=button], input[type=reset], input[type=submit] {
    background-color: #4a3f94;
    border:none;
    border-radius:0;
    text-transform: uppercase;
    padding: 1ex 2ex;
}

button:focus,
button:hover,
input[type=button],
input[type=reset],
input[type=submit] {
    background-color: #685da4;
    color: #fff;
}


ul.eo-events.eo-events-widget {
    padding: 0;
    list-style: none;
}

ul.eo-events.eo-events-widget >li {
    padding: 1em 0;
    list-style: none;
    border-bottom: 1px solid #222;
}


/*
*---------------------------------------------------------------
// Gallery
* ---------------------------------------------------------------
*/

.id-gallery-imgs {
    font-size: 0;

}

li.id-gallery-img {
    font-size: 14px;
    font-size: 1rem;
    margin: 0;
}

li.id-gallery-img img {
    border-radius: 0;
}

li.id-gallery-img.masonry-brick {
    width: 100%;
    margin: 0;
}

li.id-gallery-img.masonry-brick > .id-gallery-i {
    margin: 0 0 15px 15px ;
}

li.id-gallery-img.masonry-brick > .id-gallery-i img {
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
    min-width: 100%;
    display: block;
}

li.id-gallery-img.masonry-brick > .id-gallery-i:focus img,
li.id-gallery-img.masonry-brick > .id-gallery-i:hover img {
    -o-transform: scale(.95);
    -ms-transform: scale(.95);
    -moz-transform: scale(.95);
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}



@media screen and (min-width: 480px) {

    li.id-gallery-img.masonry-brick {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {

    li.id-gallery-img.masonry-brick {
        width: 33.3%;
    }
}

@media screen and (min-width: 992px) {

    li.id-gallery-img.masonry-brick {
        width: 25%;
    }
}



.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #4a3f94;
}
/*
 * ----------------------------------------------------------------------------
 *
 *  EO event calander override
 *
 * ----------------------------------------------------------------------------
 */

.eo-event {
    background-color: #685DA4 !important;
    border-color: #685DA4 !important;
}



.fc-button.fc-state-default {
    background-color: #f5f5f5;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);

    background-color: #685DA4;
    border-color: #685DA4;
    color: #fff;
}

.fc-button.fc-state-active,
.fc-button.fc-state-down,
.fc-button.fc-state-hover {
    background-color: #f5f5f5;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #333;
}


.fc-today-button.fc-state-disabled:hover,
.fc-today-button.fc-state-disabled {
    background-color: #444;
    color: #000;
    text-shadow: none;
}

.eo-fullcalendar {
    color: #222;
}