/*   
Theme Name: Jarvis 3.7.3 Chid
Theme URI: http://themeforest.net/user/RockNRollaDesigns/portfolio?ref=RockNRollaDesigns
Description: Responsive Onepage Portfolio Theme by <a href="http://themeforest.net/user/RockNRollaDesigns/portfolio?ref=RockNRollaDesigns" Title="RocknRolla Designs">RocknRolla</a>
Version: 3.7.3
Author: RocknRolla
Author URI: http://themeforest.net/user/RockNRollaDesigns/portfolio?ref=RockNRollaDesigns
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, right-sidebar, flexible-width, custom-background, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Template: jarvis_wp

*/

@import url("../jarvis_wp/style.css");

nav.transparent.scroll {
    background: none;
}

.navigation.colored.sticky-nav {
    height: 0px;
}

nav .container .twelve.columns {
    float: none;
    width: 100%;
    margin: 0;
}

.center .main-menu.large {
    display: block;
    padding: 30px 0;
    margin-bottom: 0;
    height: auto;
    text-align: center;
}

ul#nav li {
    float: none;
    display: inline-block;
}

ul#nav li:first-child {
    margin-left: 0;
}

nav .container {
    width: 100%;
    display: block;
}

.selectnav {
    display: none;
}

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

    nav .center {
        margin: auto;
    }
}



/* Mobile view (iPad and smaller) */

@media only screen and (max-width: 770px) {
    .video-container {
        display: none;
    }

    .visible-mobile {
        display: inline !important;
    }

    .hidden-mobile,
    ui.main-menu {
        display: none !important;
    }

    #content {
        position: absolute;
        top: 150px !important;
        left: 50%;
        margin-left: -200px !important;
        /* Half the size of the image */
    }
    .pagetitle {
    padding-top: 100px;
    font-family: arial, helvetica, sans-serif;
    text-transform: uppercase
}
}

@media only screen and (min-width: 771px) {
    ui.main-menu {
        display: inline;
    }
    .visible-mobile {
        display: none !important;
    }

    #content {
        position: absolute;
        top: 100px !important;
        left: 50%;
        margin-left: -300px !important;
        /* Half the size of the image */
    }
}



/*Start Gallery Captions*/

#fancybox-title-inside {

    font-size: 30px;
}



/*End Gallery Captions*/

.pagetitle {
    padding-top: 50px;
    font-family: arial, helvetica, sans-serif;
    text-transform: uppercase
}

.pressheader{
font-family:arial,helvetica, sans-serif;
 text-transform: uppercase
}



.event-image{
width: 25%;
float: left;"
}
@media screen and (max-width: 600px) {
.event-image{
width:100%;
float: left;
img {
width:100%;
}
  }
}

.event-text {
width: 75%;
float: left;"
}
@media screen and (max-width: 600px) {
.event-text {
padding-left:20px;
float: left;
  }
}