/*
 Theme Name:   Imevent Child Theme
 Description:  A child theme of the Imevent WordPress theme
 Author:       Andrew McPherson
 Template:     imevent
 Version:      1.0.0
*/

.sponsors-space {
padding: 0 20px;
}

h1 a { color: #1b93c4 !important; }
h1 a:hover {color: #2da1d1 !important; }

.wpb_image_grid .wpb_image_grid_ul img {height: 100% !important;}


/* 1.1  - Google fonts
/* ========================================================================== */

/* font-family: 'Raleway', sans-serif; */
@import url('http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900');

body {line-height: 24px !important;}

.radius-row-white {border-radius: 10px; color: #fff; padding: 10px; }
.cta-white h2 { color: #fff; margin-bottom: 20px; }
.cta-white p {color: #fff;} 
.vc_call_to_action *:last-child {margin-top: 10px; }
.button-right{ text-align: right; float: right;}
li#menu-item-85 a {background: #0a92c6; border-radius: 6px;}

.switch { margin-bottom: 5px; background: #0d1d31 !important; 
    top: 0; left: 0; right: 0; }
.switch a, .switch a:hover, a:visited {z-index: 999999; position: relative; z-index: 999999; float: right; padding: 1px 40px 2px 0;}
body.boxednew .container_boxed {padding: 0 !important;}


/* 1.3  - Global properties (body, common classes, structure etc)
/* ========================================================================== */

body {    
    line-height: 1.4;
    background: #fbfbfb;


    -webkit-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: visible !important; /* reset animate.css / if hidden parallax buggy */
    position:relative;

    /*overflow-x: hidden;*/
}

/* Section title
 * -------------------------------------------------------------------------- */

.section-title {
    position: relative;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 40px 0;
    z-index: 0;
    text-transform: uppercase;
    color: #0d1d31;
    display: table;
    width: 100%;
}

.title {margin-left: 15px;}

/* --------------------------------------------------------------------------
 * 2 - Header
 * -------------------------------------------------------------------------- */

.wide .header,
.boxed .header > .container {
    background-color: transparent;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(40, 40, 40, 0.9);

}
.sub-page .header {
    background-color: rgba(40, 40, 40, 0.9);
}

.header.shrink-off {
    padding-top: 2px;
    padding-bottom: 2px;
    /*background-image: linear-gradient(rgba(129, 134, 140, 1), rgba(129, 134, 140, .0));*/
    background-color: rgba(40, 40, 40, 0.9);
}
.wide .header.shrink,
.boxed .header.shrink > .container {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: rgba(40, 40, 40, 0.9);
}

.header > .container {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: rgba(13, 29, 49, 0.4);

}

.header.fixed {
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 99999;
    /* background-color: rgba(40, 40, 40, 0.9); */
    background: #0d1d31 !important;
padding: 10px 0 20px 0;


}

/* 2.1 - Logo
/* ========================================================================== */

.logo {
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 0;
}

.logo a {color: #ffffff; display: inline-block; line-height: 2em; border: 0;}
.logo a:hover {color: #dc143c;}


/* 2.3 - Navigation / superfish skin
/* ========================================================================== */

.navigation {float: left; padding-bottom: 10px;}

/* SUPERFISH ESSENTIAL STYLES */

.sf-menu,
.sf-menu * {margin: 0; padding: 0;}
.sf-menu li {position: relative;}
.sf-menu ul {position: absolute; display: none; top: 100%; left: 0; z-index: 99;}
.sf-menu > li {float: left; border-radius: 4px;}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {display: block;}
.sf-menu a {display: block; position: relative;}
.sf-menu ul ul {top: 0; left: 100%;}
.sf-menu ul {min-width: 12em; /* submenu width */}

/* SUPERFISH THEME SKIN */

.sf-menu {margin-right: -1em; font-size: 14px; font-weight: 300; text-transform: uppercase;}
.sf-menu.nav > li > a:hover, /* bs3 reset */
.sf-menu.nav > li > a:focus /* bs3 reset */ {background-color: #0a92c6; border-radius: 4px;}
.sf-menu.nav > li > a, /*bs3 reset */ .sf-menu a {padding: 10px 15px;}

.sf-menu a {color: #ffffff;}
.sf-menu a:hover {color: #ffffff;}
.sf-menu li:hover,
.sf-menu li.sfHover {}
.sf-menu li.active {background-color: #0a92c6;}
.sf-menu li.active > a {color: #ffffff; }
.sf-menu ul {margin-left: 1em;}
.sf-menu ul ul {margin-left: 0;}
.sf-menu ul li {background: #0a92c6;}
.sf-menu ul.sub-menu li{background: #0a92c6;}
.sf-menu ul.sub-menu li:hover {background: #0d1d31;}

.sf-menu ul{ list-style-type: none!important; padding-left: 0; margin-left: 0;}
/* ARROW DOWN */

.sf-menu.nav > li > a.sf-with-ul, /* bs3 reset */
.sf-arrows .sf-with-ul {padding-right: 2.5em;}
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -1px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #9e9e9e;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #dc143c;
}

/* ARROW RIGHT */

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #9e9e9e;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #dc143c;
}

/* 2.4 - Fixed menu
/* ========================================================================== */

.menu-toggle {
    display: none;
    position: fixed;
    padding: 0; margin: 0;
    right: 280px; top: 43px;
    font-size: 30px;
    line-height: 30px;
    border: none;
    color: #ffffff !important;
}
.shrink .menu-toggle {
    top: 7px;
}

@media (max-width: 991px) {
    .navigation {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        width: 250px;
        background-color: rgba(13, 29, 49, 0.95);
    }
    .navigation.closed {right: -250px;}
    .navigation.opened {right: 0;}
    .sf-menu {margin-right: 0; padding: 15px 15px 0 15px;}
    .sf-menu > li {float: none;}
    .sf-menu ul {display: block !important; position: relative;}
    .sf-menu ul li {background-color: transparent;}
    .menu-toggle {display: block; z-index: 1;}
    .navigation.closed .menu-toggle {right: 15px;}
    .navigation.opened .menu-toggle {right: 15px; top: 7px;}
}

/* 2.5 - Mobile menu
/* ========================================================================== */

#mobile-menu {
    display: none;
    position: absolute;
    top: 30px; right: 0;
    width: 200px;
    z-index: 0;
}
.mobile-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 40px;
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 100%;
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=0);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0;
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0;
}
.mobile-menu-title {
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
}
.mobile-menu-title .fa {
    font-size: 30px;
}
@media (max-width: 991px) {
    #mobile-menu {
        display: block;
        float: right;
    }
    .mobile-menu {
        display: block;
    }

}
.mobile-submenu {display: none;}
@media (max-width: 991px) {
    .mobile-submenu {
        display: block;
        opacity: .5;
        background-color: #dc143c;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 5px;
        right: 2px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
    }
    .sf-menu li {
        float: none!important;
        display: block!important;
        width: 100%!important;
    }
    .sf-menu li a {
        float: none!important;
    }
    .sf-menu ul {
        position:static!important;        
        /*display: none!important;*/
    }
    .sf-menu ul li{
        background: transparent!important;
    }
    .mobile-submenu-open ul {
        display: block!important;
        opacity: 1 !important;
    }
}





/* 3.2 - Event description
/* ========================================================================== */

.event-description {
    position: absolute;
    width: 100%;
    left: 0; bottom: 0;
    z-index: 11;
}
@media (max-width: 767px) {
    .event-description {
        display: none;
        position: relative;
        margin-top: 50px;
    }
}
.event-background {
    border-radius: 30px 30px 0 0;
    background-color: #0d1d31;
    margin: 0 15px;
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    .event-background {
        border-radius: 30px 30px 30px 30px;
        padding-bottom: 15px;
    }
}
.event-description {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #ffffff;
}

/* 3.6 - Schedule
/* ========================================================================== */

.schedule-wrapper {
    margin-top: 30px;
    border: solid 1px #435469;
    border-top: none;
    border-bottom-width: 10px;
    border-radius: 30px 30px 10px 10px;
    overflow: hidden;
}


/* Categories
/* ========================================================================== */

.widget.categories ul {}
.widget.categories li {
    line-height: 30px;
}
.widget.categories li + li {
    margin-top: 10px;
}
.widget.categories li a {
    display: block;
    padding: 6px 12px;
    background-color: #0d1d31;
    color: #fff;
    border-radius: 8px;
}

/* 4 - Footer
/* ========================================================================== */

.footer-widgets {}
.wide .footer-meta,
.boxed .footer-meta > .container {
    padding: 40px 0 40px 0;
    background-color: #0d1d31 !important;
    color: #fff !important;
    font-size: 18px;
}

/* 5.4 - Price table
/* ========================================================================== */

.row.price-tables {
    margin-top: -30px;
    overflow: hidden;
}
.row.price-tables > div {}
.price-table {
    text-align: center;
    margin: 30px auto 0 auto;
    border: solid 1px #0d1d31;
    border-radius: 10px;
    padding: 8px;
}
@media (max-width: 767px) {
    .price-table {
        max-width: 480px;
    }
}

@media (max-width: 767px) {
    .container.gmap-background .on-gmap {
        width: 290px;
    }
}


.body-dark.boxed .footer-meta > .container {
    background-color: #0d1d31 !important;
    color: #fff !important;
}


/* RTL
/* ========================================================================== */

body.rtl {direction: rtl;}
body.rtl #themeConfig {direction: ltr;}
body.rtl .pull-left {float: right !important;}
body.rtl .pull-right {float: left !important;}
body.rtl .media > .pull-left {margin-right: 0; margin-left: 10px;}
body.rtl .media > .pull-right {margin-left: 0; margin-right: 10px;}
body.rtl .logo {float: right;}
body.rtl .navigation {float: left;}
body.rtl .sf-menu {margin-right: 0; margin-left: -1em;}
body.rtl .sf-menu > li {float: right;}

body.rtl .owl-carousel {direction: ltr;}
body.rtl #main-slider .caption {direction: rtl;}
body.rtl #main-slider .caption-text .btn:first-child {margin-right: 0; margin-left: 30px;}
body.rtl .dropdown-menu {right: 0; left: auto; float: left; text-align: right;}
body.rtl .event-background {text-align: right;}

body.rtl .section-title .fa-stack {margin-right: 0; margin-left: 20px;}
/*body.rtl .section-title .title-inner {display: inline-block;}*/
/*body.rtl .section-title .title-inner small {float: left; margin-right: 10px;}*/
body.rtl p.btn-row .btn {margin-right: 0; margin-left: 10px;}
body.rtl .timeline .post-media.pull-left {margin-left: 60px;}
body.rtl .timeline .post-media.pull-right {margin-right: 60px;}
body.rtl .timeline .post-readmore {text-align: right;}

body.rtl .section-title .title-inner{text-align: right;}
body.rtl .color #af-form .form-control{text-align: right;}
body.rtl .tagcloud a{ float: right;}

body.rtl .partners-carousel .owl-theme .owl-controls .owl-nav {right: auto; left: 0;}
@media (min-width: 1024px) {body.rtl .testimonials .owl-dots {right: auto; left: 0;}}
body.rtl .testimonial .media-body {padding-right: 0; padding-left: 15px; direction: rtl;}


/* ********************************************************************************************* */

/** Fix For Themeforest with unit data  ******************************************************/
/* Custom by ovatheme */
.js-video embed, .js-video iframe, .js-video object, .js-video video, .content-blog iframe{
    width: 100%;
    height: 480px;
    border: none;
}

.content-blog{
    overflow: hidden;
}


/** /Fix For Themeforest with unit data  ******************************************************/
/**********************************************************************************************/


.form-submit #submit {
    display: none;
}


