/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */


#galleryo{}
#galleryo ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#galleryo ul li {
    float: left;
    margin: 0 4.5% 4.5% 0;
    width: 30.2703%;
}
#galleryo ul li.gal-last {
    float: right;
    margin: 0 0 4.5% 0;
}
#galleryo ul li img{display:block;max-width: 100%;}

#galleryo ul li.clearthis {
    clear: both;
    float: none;
    height: 0 !important;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mobile-menu{display:none}

.ie .banner-gradient{display: none !important}


/*iPad - Landscape*/
@media only screen and (min-width : 981px) and (max-width : 1024px) {
}

/*iPad - Portrait*/
@media only screen and (max-width : 980px ) {
}

/*Small Tablet*/
@media only screen and (max-width : 767px ) {
	.menu-top-navigation-container {
    display: none;
	}
	.mobile-menu{display:block}
	.container #login-logout {
		display: table;
		float: none;
		margin: 0.5em auto;
		width: auto;
	}	
}


/*Iphones*/
@media only screen and (max-width : 480px ) {
#galleryo ul li {
    float: none;
    margin: 0 0 1em;
    width: auto;
}
#galleryo ul li img {
    display: table;
    margin: 0 auto;
    max-width: 100%;
}
#galleryo ul li.gal-last {
    float: none;
    margin: 0 0 1em;
}
}

/*Small phones*/
@media only screen and (max-width : 320px ) {
}