/*
Theme Name: bradshaw
Theme URI: http://www.woothemes.com/
Version: 5.5.7
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com/
Tags: canvas, woothemes

	Copyright: (c) 2009-2013 WooThemes.
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
/*

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file. You have been warned! :)

*/
/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks
-1.3 @font-face
-1.4 Embedded Videos

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
	-2.2.1 Drop-down menus
	-2.2.2 Optional Top Navigation (WP Menus)
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.6 Footer
-2.7 Full Width

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / Woo Pagination
-3.4 Single Post Author
-3.5 Tumblog Styling

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets
-4.3 WooTabs

5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form

6. MISC
-6.1 Buttons
-6.2 Info Boxes
-6.3 Contact Form
-6.4 Gravity forms
-6.5 Tumblog
-6.6 Subscribe & Connect
-6.7 Featured Posts Shortcode
-6.8 Tables

7. LAYOUTS
-7.1 Site Width
-7.2 two-col-left
-7.3 two-col-right
-7.4 three-col-left
-7.5 three-col-middle
-7.6 three-col-right

8. TEMPLATES / SLIDER
-8.1 Slider
-8.2 Magazine template
-8.3 Business template
-8.4 Footer Widgets 1-4 Columns
-8.5 Portfolio
-8.5.1 Single Portfolio Item
-8.5.2 Portfolio Items In Archive Screens
-8.6 Contact Page Template
-8.7 Timeline Page Template

9. WOODOJO
10. BROWSER SPECIFIC

-------------------------------------------------------------------------------------------*/
/**
 * Variables
 */
/**
 * Functions
 */
.ngg-gallery-thumbnail img {
    padding: 3%;
    width: 94%;
}
.ngg-gallery-thumbnail {
    text-align: center;
    width: 100% !important;
}
.ngg-gallery-thumbnail-box {
    margin-bottom: 20px !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
    width: 31.33%;
}
/*.ngg-gallery-thumbnail img {
	width: 100% !important;
	height: 290px !important;
}
@media (min-width:481px) and (max-width:646px) {
.ngg-gallery-thumbnail-box {
    width: 50% !important;
	height: 230px !important;
}
.ngg-gallery-thumbnail img {
  width: 100% !important;
  height: 180px!important;
}
}
@media (min-width:320px) and (max-width:480px) {
.ngg-gallery-thumbnail-box {
    width: 100% !important;
}	
.ngg-gallery-thumbnail img {
	height: 260px !important;
}
}
@media (min-width:647px) and (max-width:678px) {

.ngg-gallery-thumbnail-box {
    width: auto; !important;
    
}
.ngg-gallery-thumbnail img {
  width: 100% !important;
  height: 170px !important;
}

}

@media (min-width:679px) and (max-width:767px) {
.ngg-gallery-thumbnail img {
  height: 160px !important;
  width: 100% !important;
}


}
@media (min-width:768px) and (max-width:1023px) {
.ngg-gallery-thumbnail img {
  height: 210px !important;
  width: 100% !important;
}


}*/

@media only screen and (max-width: 480px) {
  
    .ngg-gallery-thumbnail-box {

  width: 90%;
  margin-left: 5% !important;
  margin-right: 5% !important;
}


  
}
@media only screen and (max-width: 767px) {
  .ngg-gallery-thumbnail-box {

  width: 100%;
}}


.review {
    background-color: #422e6d;
    color: #fff;
    font-size: 25px;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
    width: 98%;
}