/*

Theme Name: Magic Charters Theme

Author: The 23digital Team

Author URI: http://www.23digital.com.au/

Version: 2.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: 23digital

*/



.loader {position: fixed !important;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 9999;background-color: rgb(249,249,249);opacity: 0.7;}

.loader::before {

    height: 1em;

    width: 1em;

    display: block;

    position: absolute;

    top: 50%;

    left: 50%;

    margin-left: -.5em;

    margin-top: -.5em;

    content: '';

    -webkit-animation: spin 1s ease-in-out infinite;

    animation: spin 1s ease-in-out infinite;

    background: url(loader.svg) center center;

    background-size: cover;

    line-height: 1;

    text-align: center;

    font-size: 2em;

    color: rgba(0,0,0,.75);

}



.main_event_item .passenger_detail_box {

    background: #f7f7f7;

}



.cta-main-box.strip {

    padding: 30px;

}

.img-container{
    height: 700px;
    overflow: hidden;
}
.img-container img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


