/*
Theme Name: BootstrapWP
Theme URI: http://bootstrapwp.rachelbaker.me
Author: Rachel Baker
Author URI: http://www.rachelbaker.me
Description: A semantic HTML/CSS framework base theme for WordPress Developers ported from Twitter Bootstrap
Version: 1.0
=======
License: GNU General Public License
License URI: license.txt

This theme, like WordPress, is licensed under the GPL.

The development of BootstrapWP was powered by Sublime Text 2 and lots of Diet Coke.
Use this starter theme to make something cool.  Please share the results with me via Twitter @rachelbaker.
Enjoy!

*/
/********************************************************

Comfortable with LESS?  Check out the /assets/css/less folder where the bootstrapwp.less file is the master complier

Not comfortable with LESS?  You can override the compiled bootstrapwp.css file by adding custom styles here.
-------------------------------------------------- */


/* iphone */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
	
	.mob-logo {
    display: block;
    margin-left: 19px !important;
    width: 87%;
}
	
	#menu-item-99 > a {
    display: none;
}
	
	.mob-title {
    font-size: 27px;
}
	
	.mob-text-footer {
		text-align: center;
	}
	
	.no-padding {
		padding: 0!important;
	}
	
	.no-float {
		float: none !important;
	}
	
	.text-center {
		text-align: center;
	}
}

/* ipad */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	
	.row.content {
    padding: 0 20px 0 38px;
}
	
	footer {
    padding: 45px !important;
}
	
	.so-panel.widget.widget_rev-slider-widget.widget_revslider.panel-first-child.panel-last-child {
    display: none;
}
	
	.mob-logo {
    margin-left: 8px !important;
}
	
	#menu-item-99 > a {
    background: #417c25 none repeat scroll 0 0;
    margin-left: 22px !important;
}
	
	#menu-item-52 > a {
    margin-left: 10px;
}
	
	.pad-home {
    height: 441px;
}
	
	
}




