/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

/*----------------------------------------------------------------------*/
/*Increase button size relative to window regardless of wording*/
#wrapper .woo-sc-button {width: 90%;}
/*Remove white background from images*/
.entry img, img.thumbnail { background:none; border: 0px;}
/*Remove "You are here" from breadcrumbs*/
.breadcrumb-title {display: none;}

/*Don't show breadcrumbs at top level*/
.page-id-11 .breadcrumb {display: none;}
.page-id-228 .breadcrumb {display: none;}
.page-id-179 .breadcrumb {display: none;}
.page-id-16 .breadcrumb {display: none;}
.page-id-96 .breadcrumb {display: none;}
/*Remove navigation buttons on slider*/
.page-id-96 .flex-direction-nav {display: none;}
/*Wrap text around image on left*/
img.ragged-float { float: left; clear: left; margin-right: 2em; }
/*Shrink and balance margin on slides*/
#loopedSlider {margin-bottom: 15px !important; margin-top: 15px !important;}
/*Center footer blocks*/
.footerblock {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}
/*Put white border below header and add margin below line*/
#header {border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #ffffff;}
/*----------------------------------------------------------------------*/


/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 975px) {
	/* Desktop styles go below this line */

.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
  padding-right: 15px; }

.alignright {
  float: right;
  margin: 5px 0 15px 15px;
  padding-left: 15px; }

}

/* SMALL SCREEN STYLES
------------------------
Styles for smaller screens like tablets down to 870 pixels */
@media only screen and (min-width: 870px) and (max-width: 974px) {
 .menus {
    -ms-transform: scale(.85,1); /* IE 9 */
    -webkit-transform: scale(.85,1); /* Safari */
    transform: scale(.85,1); /* Standard syntax */
    right: -60px !important;
 }
}

/* SMALLER SCREEN STYLES
------------------------
Styles for smaller screens like tablets down to 768 pixels */
@media only screen and (max-width: 869px) {
 .menus {
    -ms-transform: scale(.75,.85); /* IE 9 */
    -webkit-transform: scale(.75,.85); /* Safari */
    transform: scale(.75,.85); /* Standard syntax */
    right: -110px !important;
 }
}

/* SMALLEST SCREEN STYLES
------------------------
Styles for mobile screens smaller than 768 pixels */
@media only screen and (max-width: 767px){
#header {background-image: none !important;}
.hideonmobile {background-image: none !important;}

/*Navigation Issues Fixes*/
.nav li { width:100%; text-align: left; } 
#navigation { text-align:center; }
ul#main-nav { float:none; display:inline-block; vertical-align:top; } 
.nav-home { display: none !important;}
}
