/******************************************************************
Site Name: Boise Art Museum	
Author: Nicolet Laursen

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 
 @font-face {
    font-family: 'museo_sans_500regular';
    src: url('../fonts/MuseoSans_500-webfont.eot');
    src: url('../fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MuseoSans_500-webfont.woff') format('woff'),
         url('../fonts/MuseoSans_500-webfont.ttf') format('truetype'),
         url('../fonts/MuseoSans_500-webfont.svg#museo_sans_500regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  font-family: Helvetica, sans-serif;
  margin: 0;
}
.clear{width: 100%; display: block; clear: both; height: 0;}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a{color:#b8252a;}
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
.post-edit-link{background: #b8252a;; color: #fff!important;text-transform: uppercase;
               font-size: 10px; padding: 5px; text-align: center; display: block; clear:both;}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0 ;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 95%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */

html input[type="button"],
input[type="reset"],
input[type="submit"]{
  -webkit-appearance: button;
}
button,
.product_type_simple,
.button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 3 */
  background-color: #b8252a;
  border: 1px solid #be0d37!important;
  border-top-color: #7e060a!important;
  border-left-color: #7e060a!important;
  padding: 4px 10px!important;
  color: #ffffff!important;
  display: block;
  clear:both;
  font-size: 13px!important;
  font-weight: normal!important;
  text-decoration: none;
  cursor: pointer;
  float: right!important;
/*  margin:30px 0 20px 0;*/
  line-height: 21px!important;
  -webkit-transition: all 0.2s ease-in-out!important;
  -moz-transition: all 0.2s ease-in-out!important;
  -ms-transition: all 0.2s ease-in-out!important;
  -o-transition: all 0.2s ease-in-out!important;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px!important;
  -moz-border-radius: 4px!important;
  border-radius: 4px!important;
/*  background-color: #b8252a!important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b8252a), to(#b50a10))!important;
  background-image: -webkit-linear-gradient(top, #b8252a, #b50a10)!important;
  background-image: -moz-linear-gradient(top, #b8252a, #b50a10)!important;
  background-image: -o-linear-gradient(top, #b8252a, #b50a10)!important;
  background-image: linear-gradient(to bottom, #b8252a, #b50a10)!important;*/
    background-color: #b8252a;
    background-image:  -webkit-gradient(linear, left top, left bottom, from(#b8252a), to(#b50a10));
    background-image:  -webkit-linear-gradient(top, #b8252a, #b50a10);
    background-image:  -moz-linear-gradient(top, #b8252a, #b50a10);
    background-image:  -o-linear-gradient(top, #b8252a, #b50a10);
    background-image: linear-gradient(to bottom, #b8252a, #b50a10);
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}

input[type="text"]{
        border:1px solid #999;
	background: #fafafa;
	color:#999;
	font-size:12px;
	font-family:inherit;
        padding: 7px;
        width:100%;
	/*corner*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#searchform input[type="text"]{width: 250px; height: 30px; 
                               background: #e4e5e5;color:#000;  }

#searchform {width: 320px;float: right;padding: 0 0 10px 0;}
#searchform #searchsubmit{float: right;height: 30px; }

#searchform label{display: none;}


/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  margin-left: 40px;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37!important;
  border-top-color: #7e060a!important;
  border-left-color: #7e060a!important;
  padding: 4px 12px!important;
  color: #ffffff!important;
  display: inline-block!important;
  font-size: 13px!important;
  font-weight: normal!important;
  text-decoration: none!important;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out!important;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #b8252a!important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b8252a), to(#b50a10));
  background-image: -webkit-linear-gradient(top, #b8252a, #b50a10);
  background-image: -moz-linear-gradient(top, #b8252a, #b50a10);
  background-image: -o-linear-gradient(top, #b8252a, #b50a10);
  background-image: linear-gradient(to bottom, #b8252a, #b50a10);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  text-decoration: none;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #b8252a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b8252a), to(#6a070b));
  background-image: -webkit-linear-gradient(top, #b8252a, #6a070b);
  background-image: -moz-linear-gradient(top, #b8252a, #6a070b);
  background-image: -o-linear-gradient(top, #b8252a, #6a070b);
  background-image: linear-gradient(to bottom, #b8252a, #6a070b);
}
.button:active,
.button:visited:active {
  background-color: #b8252a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b8252a), to(#b50a10));
  background-image: -webkit-linear-gradient(top, #b8252a, #b50a10);
  background-image: -moz-linear-gradient(top, #b8252a, #b50a10);
  background-image: -o-linear-gradient(top, #b8252a, #b50a10);
  background-image: linear-gradient(to bottom, #b8252a, #b50a10);
}

.sidebar .button{width: 100%; text-align: center;}



 a.pdf,
 a.pdf:visited {font-size: 14px; position: relative; display: inline-block; 
                padding: 4px 40px 4px 4px;
     background-image:url('../images/pdf-small.png');
     background-repeat: no-repeat;
     background-position: center right;color:#fff;
     border: 1px solid #be0d37;
    border-top-color: #7e060a;
    border-left-color: #7e060a;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 21px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #b8252a;
    background-image: url('../images/pdf-small.png') -webkit-gradient(linear, left top, left bottom, from(#b8252a), to(#b50a10));
    background-image: url('../images/pdf-small.png') -webkit-linear-gradient(top, #b8252a, #b50a10);
    background-image: url('../images/pdf-small.png') -moz-linear-gradient(top, #b8252a, #b50a10);
    background-image: url('../images/pdf-small.png') -o-linear-gradient(top, #b8252a, #b50a10);
    background-image: url('../images/pdf-small.png') linear-gradient(to bottom, #b8252a, #b50a10);

 }
 
 a.pdf:hover,
 a.pdf:visited:hover,
 a.pdf:focus,
 a.pdf:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  text-decoration: none;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #6a070b;
  background-image:url('../images/pdf-small.png') -webkit-gradient(linear, left top, left bottom, from(#b8252a), to(#6a070b));
  background-image:url('../images/pdf-small.png') -webkit-linear-gradient(top, #b8252a, #6a070b);
  background-image:url('../images/pdf-small.png') -moz-linear-gradient(top, #b8252a, #6a070b);
  background-image:url('../images/pdf-small.png') -o-linear-gradient(top, #b8252a, #6a070b);
  background-image:url('../images/pdf-small.png') linear-gradient(to bottom, #b8252a, #6a070b);
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */

}
body {
 font-family:  Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #565656;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
  margin-bottom: 10px;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #b8252a;
  text-decoration: none;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #b8252a;
  text-decoration: underline;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
v
  /* removing text decoration from all headline links */

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 20px;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 0;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*********************
06. HEADER SYTLES
*********************/
#logo{background: url('../images/bamlogo.jpg') no-repeat center left; float:left;
      width: 452px; height: 42px; display: inline-block;}

/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/

/* end .nav */
/*********************
08. POSTS & CONTENT STYLES
*********************/
#content {

}
/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999;
}
/* entry content */
.entry-content {
    font-size: 14px; 
    line-height: 1.5!important;
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/

}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */

}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.75em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */

  /* end .bones_page_navi .bpn-current */

  /* common styles for page-navi links */

  /* remove the bg on end links */

  /* previous link */

  /* next page link */

  /* first page link */

  /* last page link */

}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */

}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */

}
.commentlist {
  /* general comment classes */

  /* vcard */

  /* end .commentlist .vcard */

  /* comment meta */

  /* comment content */

  /* end .commentlist .comment_content */

  /* comment reply link */

  /* end .commentlist .comment-reply-link */

}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */

}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */

  /* change number for different depth */

}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */

}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */

}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
\

  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  
  }
  .menu ul {
    /* end .menu ul li */
  
    /* highlight current page */
  
    /* end current highlighters */
  
  }
  .menu ul li {
    /*
  				plan your menus and drop-downs wisely.
  				*/
  
  }
  .menu ul li a {
    /*
  					you can use hover styles here even though this size
  					has the possibility of being a mobile device.
  					*/
  
  }
  
  
  #menu-main-menu{position:absolute;
                  z-index: 999999999;
                  height: 42px;
                  margin:8px 0 0 40px;
                  font-family:  Helvetica, sans-serif;
                  float:left; display: inline;}
  #menu-main-menu li{padding: 0 0 0 0px; margin: 0;  }
  #menu-main-menu li a{font-size: 18px; padding:10px 20px 20px 19px;color:#818285; text-transform: uppercase;}
  #menu-main-menu li:last-child a{padding-right: 0;}
  /*visit*/
  #menu-item-36 .sub-menu{width: 526px;}
  /*art*/
  #menu-item-37 .sub-menu{width: 438px;}
  /*programs*/
  #menu-item-38 .sub-menu{width: 358px;}
   /*support*/
  #menu-item-39 .sub-menu{width: 211px;}
   /*about*/
  #menu-item-40 .sub-menu{width: 211px;
    background:#fff;
    margin: 0 -1px 0 0px;
    right:0;
    opacity: 0;
    height: 0px;
    border: 1px solid #ccc;
    border-right:1px solid #b8252a;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    padding:40px 10px 10px 20px;
    font-size: 11px;
  }
  #menu-item-40.current{padding-right: 5px;border-left:none;border-right:1px solid #b8252a; }
  #menu-item-40.current a{padding:10px 10px 30px 0px!important;}
  #menu-item-40.current li a{padding: 0 0 5px 0!important;}
  
  #menu-top-nav{font-family: Helvetica, sans-serif; 
                text-transform: uppercase; float: right; margin: 10px 10px 0 0;}
  #menu-top-nav li{float: right;}
  #menu-top-nav li a{color:#b8252a; padding:15px 10px;display: block; font-size: 11px;}
  
  
  #menu-social-menu{float: right; display: inline-block; margin: 20px 0 0 0;}
  #menu-social-menu li{float: right;}
  #menu-social-menu li a{ padding: 10px 2px 10px 2px;}
  
  /* end .menu */
  
  
  /* galleria*/

#galleria{ height: 341px;width:1024px;position:relative; border: none; 
   padding: 0!important; overflow: hidden!important;margin: 0px auto 0;}
.galleria-images{height: 252px;width:1018px;}
.galleria-container{border: none; background: transparent!important;padding: 0; margin: 0;}
.galleria-thumbnails-container{float:left;margin:0px 0 0 0px; padding: 0px 0 0 0px; left:0;
                              width: 100%;height: 68px!important; display: block;}
.galleria-thumbnails-list{height:68px!important;right:0;width: 650px; margin: 0 0px 0 0px;
                         padding: 0 0 0 0px;display: block;float:right; }
.galleria-thumbnails{height:68px!important;float:right;}
.galleria-thumbnails .galleria-image{width: 142px!important; height: 67px!important; 
               border:1px solid #e4e5e5;}
.galleria-thumbnails .active{}

/*.galleria-image-nav{position: absolute; top:254px;z-index: 9999999!important;}
.galleria-image-nav-right{background:url('../images/arrowleft.jpg') no-repeat center center;
                        position: absolute!important; left:0; width: 16px; height: 168px; opacity: 1!important;}
.galleria-image-nav-left{background:url('../images/arrowright.jpg') no-repeat center center;
                        position: absolute; left:400px; width: 16px; height: 168px; opacity: 1!important;}

.galleria-thumb-nav-left{background:url('../images/arrowleft.jpg') no-repeat center center;
                        position: absolute!important; left:0; width: 16px; height: 68px; opacity: 1!important;}
.galleria-thumb-nav-right{background:url('../images/arrowright.jpg') no-repeat center center;
                        position: absolute; left:400px; width: 16px; height: 68px; opacity: 1;}
.galleria-thumb-nav-right:hover,.galleria-thumb-nav-left:hover{background: transparent!important;}*/

.galleria-stage{overflow: visible;height: 252px;width: 1018px; margin: 0 auto 0;border:3px solid #e4e5e5;
                 padding: 0!important; bottom:0!important; left: 0; margin-bottom: 25px;}
.galleria-images{height: 252px;width: 100%;   }
.callout{z-index: 999999!important;display: block; padding: 20px;height: 100px;
       position: absolute; top:250px; left:0;width:400px; font-size: 11px;color:#545659;}
.callout a{color:#545659;}
.callout strong{font-weight: normal; font-size: 14px;}

.logged-in .callout{z-index: 999999!important;display: block; padding: 20px;height: 100px;
       position: absolute; top:250px!important;width:400px; font-size: 11px;color:#545659;}


#storegalleria{ float:left;height: 288px;width:1024px; border: none;  background:transparent;
   padding: 0!important; overflow: hidden!important;margin: 0px auto 0;}
#storegalleria .galleria-stage{}
#storegalleria .galleria-images img{top:0!Important;   }
.product-categories{margin: 0;}
.related{display: block; clear:both;}
.related h2 {background: #ededed; padding: 10px; margin:20px 0 20px 0px;}
.products li .button,
.woocommerce-ordering,
.woocommerce-result-count{display:none!important;}
.tax-product_cat .page-title{display: none!important;}
.products li h3{font-size: 11px!important; text-align: center;}
div.product div.images {
    width: 150px!important;
}
div.product .summary{
   float:left!important;
   display:inline!important;
   padding-left: 20px;
}
div.related li{
  width:18%!important;
}

hr{border:0; background: #ededed; height: 1px; }
#content-galleria{ float:left;height: 580px;width:680px; border: none;  background:transparent;
   padding: 0!important; overflow: hidden!important;margin: 0px auto 40px auto;}
#content-galleria .galleria-container{border: none; background: transparent!important;padding: 0; margin: 0;}
#content-galleria .galleria-image-nav-left,
#content-galleria .galleria-image-nav-right{display:none;}

#content-galleria .galleria-stage{height: 570px;width: 680px; margin: 0 auto 0;border:3px solid #e4e5e5;
                 padding: 20px 20px 80px 20px!important; bottom:0!important; left: 0; margin-bottom: 25px; }
#content-galleria .galleria-images{height: 258px;width: 100%;   }

#content-galleria .galleria-thumbnails-container{float:left;margin:0px 0 10px 0px; padding: 0px 0 0 0px; left:0;
                              width: 100%;height: 68px!important; display: block;}
#content-galleria .galleria-thumbnails-list{height:68px!important;right:0; width: 100%; margin: 0 0px 0 0px;
                         padding: 0 0 0 20px;display: block;float:left; margin-left:0px!important; }
#content-galleria .galleria-thumbnails{height:68px!important;float:left;}
#content-galleria .galleria-thumbnails .galleria-image{width: 50px!important; background: #fff; height: 67px!important;  border:1px solid #e4e5e5;}
#content-galleria .galleria-thumbnails .active{}

.galleria-info-text{background: #78797b;color:#fff; }
.galleria-info-text a{color:#78797b; }


.logged-in .callout{top:380px;}
.more, .excerpt-read-more{ 
  font-size: 12px; 
  position: relative;text-align: right;
  display: inline-block;
  clear:both;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  float: right;
/*  margin:30px 0 20px 0;*/
  line-height: 21px;
  
  /* 4 */
  }



.moresmall{ float:right; clear:both; font-size: 12px;}


/*features*/
.features{background-color:#e4e5e5; width: 100%; height: 277px;
    display: block; clear: both; margin-top: 10px;}
.feature{background: #fff; width: 248px; height: 208px; position:relative;
        display: inline-block; float: left; margin: 35px 8px 0 0;}

.feature:last-child,
.lastchild{margin-right:0!important; float:right;}
.feature h2{font-size: 16px; width:auto;margin: 0px; padding: 10px 30px 10px 10px; line-height: 1.2; height: 56px;}
.feature a h2, .feature a h1{color:#545659;}
.feature a:hover{ text-decoration: none!important}
.feature a:hover h2{color:#b8252a!important; text-decoration: none!important}
.feature h1{font-size: 23px; text-transform: uppercase;width:auto;margin: 0px;
            padding: 10px 10px 10px 10px; line-height: 1.2; height: 56px;}
.feature .contentinfo img{margin: 0 auto 0;}
.feature .contentinfo .aligncenter{margin:0 auto 0;}
 .enews h2{background:url('../images/enewsbg.jpg') no-repeat center right; padding-right: 60px;}
.contentinfo{padding: 0 10px 10px 10px; font-size: 12px;}
.feature .more{ font-size: 12px; width: 200px;  position: absolute; bottom:10px;right: 10px; text-align: right;}
.featuredimage{margin: 0 10px 0 10px;}


.thisweek{overflow: hidden;}
.thisweek ul{margin:0; padding: 0;}
.thisweek ul li{margin:0; padding: 0; list-style: none;}
.thisweek p{margin: 0 10px 10px 0;  color:#545659; font-size: 14px; line-height: 1.2;}
.thisweek a{color:#545659;}
/*.thisweek .contentinfo{margin:0!important;}
.thisweek .contentinfo p{margin:0!important;   padding: 0!important; }*/
/*.thisweek h1{font-size: 23px; text-transform: uppercase;width:auto;margin: 0px;
            padding: 10px 10px 10px 10px; line-height: 1.2; height: 26px;}*/
/*.thisweek .contentinfo img{margin:0!important;   padding: 0!important; }*/

.admissions{margin: 0!important; padding: 0!important;}
.hours{margin: 0!important; padding: 0!important; display: block; clear:both;}
.hours li{list-style: none; float: left!important; width: 76px; margin:0 0 10px 20px;font-size: 12px;}
.hours li:first-child{margin-left: 0; width: 120px}

.admissions li{list-style: none; float: left;  width: 86px; margin:0 0 10px 20px;font-size: 12px;}
.admissions  li:first-child{margin-left: 0; width: 150px; text-align: left;}
.admissionlist{font-size: 12px;}
.admissionlist img{display: block; clear:both;}
/*eventfeatures*/
.eventfeatures{background-color:#e4e5e5; width: 100%; height: 277px;
    display: block; clear: both; margin-top: 10px;}
.eventfeatures .feature{background: #fff; width: 334px; height: 208px; position:relative;
        display: inline-block; float: left; margin: 35px 10px 0 0;}

.eventfeatures .lastchild{margin-right:0!important; float:right;}

/*event page*/
.eventinfo{display: inline-block; position: relative;float: left; 
          width: 335px; border: 5px solid #e4e5e5; padding:0 10px 20px 10px; }
.classinfo{display: inline-block; position: relative;float: left; font-size: 12px;
          width: 330px; height: 330px; overflow: hidden; border: 5px solid #e4e5e5; margin-right: 5px;margin-top:5px;
          padding:0 10px 20px 10px; }
.eventinfo h2{font-size: 16px; margin: 0;}
.featuredevent{width: 100%;}
.featuredevent .eventinfo{height: 252px; }
.featuredevent img{float:left;margin: 0!important; padding: 0!important;}
.breadcrumbs{position: relative; background: #fff;font-size: 10px; padding: 0px;}
.topfeatured{width: 100%; height: 252px; display: block; position: relative;
            border:3px solid #e4e5e5;margin-bottom: 10px;}
.topfeatured .breadcrumbs{position: absolute; clear:both; top:250px;
            font-size: 10px;padding:5px 10px 0 0px;}

.page-title{font-weight: normal; color:#b8252a;  line-height:1.2;
           font-size: 18px; margin:20px 0 8px 0; padding-bottom: 0px; width: 100%;}

.article-header{border-bottom: 1px solid #b8252a;padding:5px 0  15px 0; margin-bottom: 10px;}
.article-header hr{display: none;}
.eventlist{display: block; clear: both;position: relative;padding:20px 0 0 0; margin:0 0  20px 0; }
.eventlist h2{margin: 0;}
.eventlist img{float:left; margin-right: 10px;}
.eventlist .eventinfo{border: none; width: 100%;}
.smalllist{}
.smalllist a{}
.eventlist .eventinfosmall{border: none; display: inline-block; float: left; width: 300px;}
.eventlistimage{width: 250px; margin-right: 20px; display: inline-block; float: left;}
#ftcal_post_schedule{display:none;background:transparent!important;border: none!important;
                     padding:0!important; margin: 0!important; line-height: 1.2;}

.subtitle{font-family:Arial, Helvetica, sans-serif!important; 
         font-size: 12px; font-style: italic!important; }
.exdate{font-size: 12px;}

.sponsors{margin:0;}
.sponsors li{list-style: none; }
.entry-content  ul.tickets{margin: 0!important; font-size: 12px;width:100%;list-style: none!important;}
.entry-content  ul.tickets li{list-style: none!important; margin-bottom: 10px; margin-left: 0!important;float:left; width: 45%;}
.ticketinfo{border: 3px solid #e4e5e5!Important;}
/*annual report*/
.annualreport{
  text-align: center; float:left; margin: 20px; height: 350px;
  border:3px solid #e4e5e5;padding:20px 15px 10px 25px; width:300px;
}
.annualreport img{
  margin: 0 auto 0;
  width:250px;
}

.blog{border-bottom:3px solid #e4e5e5;}

/*collections*/
.collection{text-align: center; float:left; margin: 20px; height: 230px;width:260px;border:3px solid #e4e5e5;padding:10px;}

/*artpark*/
.artparkfeatures{width: 100%;display: block; position: relative;}

.artparkfeatures .feature{background: #fff; width: 334px; height: 208px; position:relative;
        display: inline-block; float: left; margin: 35px 10px 0 0;}
.feature:last-child{margin-right: 0!important;}
.artparkfeatures .feature h1{font-size: 23px; text-transform: uppercase;width:auto;margin: 0px; padding: 10px 10px 10px 10px; line-height: 1.2; height: 56px;}
.artparkbuttons{}
.aipbut{}
.aipbut .button{width: 100%;}
.sponsorlists{text-align: center;}
.sponsorlists a{margin: 20px;}
.sponsorlists ul li{float: left; list-style: none!important;}

.menu-art-in-the-park-container{margin-bottom: 10px;}
.menu-art-in-the-park-container ul{margin: 0; font-size: 14px;}
.menu-art-in-the-park-container ul li{margin: 5px 0 5px 0!important; padding: 10px; background: #646368;}
.menu-art-in-the-park-container ul li:hover{background:#7e7d83;}
.menu-art-in-the-park-container ul li a,
.menu-art-in-the-park-container ul li a:visited{color:#fff; display: block; width: 100%; height: 100%;}
.menu-art-in-the-park-container ul li a:hover{text-decoration: none;}


/*calendar*/

#ftcalendar-div{border:none; background: none;}
#ftcalendar-table{height: 100%;}

#ftcalendar-current{position: absolute; margin: 0 auto 0;}

#ftcalendar-headings{background:#78797b!important; color:#fff!important; padding: 10px!important;
text-align: left!important;font-size: 16px;  text-transform: uppercase;} 
#ftcalendar-table th{text-align: left!important;border: 5px solid #fff!important;}
.ftcalendar-event-date {background: transparent!important; text-align: left!important; 
                       padding: 5px!important; font-size: 15px;}
#ftcalendar-table td{background: #f0f0f1; height: 200px!important;  border: 5px solid #fff!important;}

.ftc-clearboth{}

#ftcalendar-nav{text-align: center; height: 70px; padding-top: 20px;}
#ftcalendar-prev{margin-left: -250px;}
#ftcalendar-next{position: absolute; margin-left: 230px;}
.large-prev{background:url('../images/calprev.jpg') no-repeat center left; width: 20px; 
           height: 20px; text-indent: -9999px; overflow: hidden; display: inline-block;}
.large-next{background:url('../images/calnext.jpg') no-repeat center left; width: 20px; 
           height: 20px; text-indent: -9999px; overflow: hidden; display: inline-block;}

#ftcalendar-current{font-size: 18px; font-weight: normal!important; width: 200px; 
                    margin-left: -50px; text-align: center;
                    font-family:  Helvetica, sans-serif;}


#ft_cal_thumb_calendar-2{width: 300px!important; clear:both!important; display: block!important;}
.ftc_thumb_calendar{width: 300px!important;margin-left: -10px!important;}
.ftc_thumb_calendar #ftcalendar-nav{right:0;
                                    text-align: center; height: 25px; padding-top: 0px;}
.ftc_thumb_calendar #ftcalendar-prev{position: absolute; left: 0; margin-left:0px!important;}
.ftc_thumb_calendar #ftcalendar-next{position: absolute; margin-left:125px!Important;}
.thumb-prev{background:url('../images/calprev.jpg') no-repeat center left; width: 20px; 
           height: 20px; text-indent: -9999px; overflow: hidden; display: inline-block;}
.thumb-next{background:url('../images/calnext.jpg') no-repeat center left; width: 20px; 
           height: 20px; text-indent: -9999px; overflow: hidden; display: inline-block;}
.ftc_thumb_calendar #ftcalendar-current{font-size: 18px; font-weight: normal!important; padding-top: 5px!important; 
           width: 120px; margin-left: -60px!important;text-align: center;font-family: Helvetica, sans-serif;}
.ftc_thumb_calendar #ftcalendar-table td{background: #f0f0f1;height:30px!important;text-align: center!important; border: 1px solid #f0f0f1!important;}
.ftc_thumb_calendar #ftcalendar-table th{text-align: center!important;border: 1px solid #fff!important;
   padding:5px!important;}
.thumb-event-div{background: none; border:none; -moz-box-shadow:0px 0px 5px 2px #78797b;
  -webkit-box-shadow: 0px 0px 5px 2px #78797b;
  box-shadow:         0px 0px 5px 2px #78797b
                  }
.thumb-events{border: 5px solid #ededed;-moz-box-shadow:0px 0px 5px 2px #78797b;
  -webkit-box-shadow: 0px 0px 5px 2px #78797b;
  box-shadow:         0px 0px 5px 2px #78797b;}
.thumb-event-header{background: #ededed; padding: 10px;}


.calfilter{position: absolute; z-index:8888; top:0px; font-size: 12px;
           font-family: Helvetica, sans-serif; 
    right:5px;}
.calfilter h3{font-size: 12px; margin: 0 0 4px 0;}

.calfilter select {
   background: transparent;
   border:1px solid #78797b;
   width: 268px;
   padding: 5px;
   font-size: 13px!important;
   line-height: 1;
   font-family:Helvetica, sans-serif;
   border-radius: 0;
   height: 34px;
   color:#545659;
   font-size: 18px;
   -webkit-appearance: none;
   }
#menu-calendar{}
#menu-calendar li{}
#menu-calendar li a{font-size: 10px;}
/*/directory*/
.directory{display: block; clear:both; width: 100%;    }

.entry-content ul.directory{
    display: block; 
    clear:both; 
    width: 100%;
    height:60px;
    margin: 0 0px 0 0px;
    padding: 5px;}

.entry-content ul.directory li{ float: left; margin: 0px; padding:10px 0 0 0;
                                width: 330px;list-style: none!important; } 
.entry-content ul.directory em{font-size: 11px;}

.entry-content ul.directory .mytitle{padding: 0 0 0 10px;}
.directlist ul.directory:nth-child(odd){border-bottom:1px solid #f0f1f3;}
.directlist ul.directory:hover{background:#f0f1f3!important;}
.directlist accordion{}
.directorylist, .boardlist{margin: 20px 0 0 20px;}
.directorylist h3{margin: 10px 0 10px 0; width: 100%; display: block;}

.boardlist ul.directory{
    display: block; 
    clear:both; 
    width: 100%;
    height:30px;
    margin: 0 0px 0 0px;
    padding:0px 5px 5px 5px;}

.boardlist ul.directory li{ float: left; margin: 0px; padding:5px;
                                width: 330px;list-style: none!important; }


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
                
/* =============================================================================
   Accordion
   ========================================================================== */
#accordion{width:100%; margin-top:20px;}
#accordion .section{ cursor:pointer;clear:both;width:100%; border-bottom:1px solid #e4e5e5;}
#accordion .raquo{float:right;  width:20px; height:30px; margin:0px 15px 0 0;  background:url('../images/arrowup.png') no-repeat left center;}
#accordion .raquo-down{float:right;  width:30px; height:30px; margin:5px 15px 0 0;  background:url('../images/arrowdown.png') no-repeat top center;}

#accordion .section h2{
  display:block;  
  background: url('../images/accodionh2.jpg') no-repeat top right; 
  font-size:15px; 
  padding:5px 0px 5px 0px; 
  color:#6e6e6e;
  text-align:left; 
  margin:5px 0px 5px 0; 
  width:100%;
  clear:both;
}
.sidebar #accordion .section h2{
  font-size: 13px;
}
#accordion .section h2:hover{color:#b8252a;}
#accordion .section .content{
  display:none; width:100%;
  margin-top:0px; padding:0 20px 20px 0px;}
#accordion .section .content ul{ list-style:disc!important;}
  #accordion .section .content ul li{}
 
#accordion .section .content  img{padding-left: 20px;}

.membershipaccordion h2{
  font-size: 16px!important;
}

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  
  }
  .entry-content ul{list-style:disc!important; margin-left: 20px;
                   list-style-type: disc!important; display: inline-block;}
  .entry-content ul li{margin:0 0 10px 10px;
                      list-style:disc!important;}
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 2.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  
   .entry-content img{margin: 0 20px 20px 0;}
  
  
  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */

/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/

  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 60.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
    position: relative;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 1024px;
    position: relative;
  }
  /*********************
  HEADER SYTLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    
    /* end .menu ul li */
  
    /* highlight current page */
  
    /* end current highlighters */
  
  }
  .nav li {
    float: left;
    position: relative;
    /*
  		plan your menus and drop-downs wisely.
  		*/
  
    /* showing sub-menus */
  
  }
  .nav li a {
    border-bottom: 0;
    /*
  			you can use hover styles here even though this size
  			has the possibility of being a mobile device.
  			*/
  
  }
  .nav li a:hover,
  .nav li a:focus {
      color:#b8252a!important;
    
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    background:#fff;
    margin: 0 0 0 -1px;
    opacity: 0;
    left:0;
    border: 1px solid #ccc;
    border-left:1px solid #b8252a;
    border-top: 0;
    position: absolute!important;
    display: none;
    z-index: 8999;
    padding:40px 10px 10px 20px;
    font-size: 11px;
    
    
    /* highlight sub-menu current page */
  
  }
  .current{border-left:1px solid #b8252a; }
  
  .active{display: block;}
  .hide{}
  .nav li ul.sub-menu li,
  .nav li ul.children li {
   padding:0 0 5px 0!important;
   float:none;
  
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding: 0px!important;
    border-right: 0;
    font-size: 11px!important;
    display: block;
    width: 180px;
    
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
/*  .nav li:hover ul {
    top: auto;
    display: block;
  }*/
  
  
  
  
  .nav li ul.sub-menu ul,
  .nav li ul.children ul,
  .nav li ul.sub-menu ul ul,
  .nav li ul.children ul ul{
      background: transparent;
      border: none;
      position: relative;
      display: block!important;
      margin: 0 0 0 20px;
      width: 180px;
      padding: 0px 0 0 0;
  }
    
  
  .close{font-size: 10px!important; position: absolute; z-index: 99999;
        font-size: 10px; display: block; padding: 5px; cursor: pointer; top:0px; right:0px; }
  .menufeature{width:230px;padding:10px; font-size: 10px!important; top:20px;
   z-index: 9999; right:20px; position: absolute; }
  .menufeature a{font-size: 10px; padding: 0!important;margin: 0!important; text-transform: none!important;}
  .menufeature p{font-size: 10px!important; margin: 0!important;padding: 0!important;}
  .menufeature img{margin:0 0 0 0px!important; border:1px solid #e4e5e5;}
  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
   font-size: 13px;
    margin-top: 26px;
    border:3px solid #e4e5e5;
    padding:0px 20px 10px 20px;
    float:right;
  }
  .sideimage{margin: 20px auto 5px auto;}
  .sidebar h2{font-size: 16px; }
  .detailtext{padding:0 20px 0 20px; text-align: left;}
  .widgettitle {background: #ededed; padding: 10px; margin: -20px -20px 20px -20px;}
 .sidebar h4{display: none;}
   .sidebar .pdf{width: 100%; text-align: center;}
  .widget {
    padding: 0px;
    margin:0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  
  }
  .widget ul li ul {
    margin-top: 0.75em;
    margin-bottom: 1em;
    padding-left: 1em;
  }
  .widget_categories ul,
  .widget_archive ul{
    margin-left: 0px!important;
  }
  .widget_categories li{
    
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {

  
  }
  #inner-footer{border-top:1px solid #e4e5e5; margin-top: -1px; padding-top: 10px; font-size: 11px;}
  #inner-footer nav{float: right;}
  #inner-footer nav li{
        font-size: 12px;
        border-left:1px solid #78797b;
        padding: 0 10px 0 10px;
        line-height: 1;
  }
  #inner-footer nav ul{float:right; clear:both;}
  #inner-footer nav li:last-child{padding-right: 0;}
  #inner-footer nav li a{color:#78797b; text-decoration: underline;}
  #inner-footer nav li a:hover{text-decoration: none;}
  #inner-footer nav li:first-child{border-left: none;}
  .copyright{float:left; color:#b8252a;}
  /* end .footer-links */

/*store*/
  
.payment_methods{display:none!important;}
  
  
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  
 
  
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (max-width : 480px) {
 .features,
 .eventfeatures{ 
   width: 100%; 
   min-width: 320px;
   padding:10px;
   background:none;}
  .feature{clear:both;}

  #galleria{ height: 125px;width:100%;position:relative; border: none; 
   padding: 0!important; overflow: hidden!important;margin: 0px auto 0;}
  .galleria-images{height: auto;width:100%;}
  .galleria-container{border: none; background: transparent!important;padding: 0; margin: 0;}
  .galleria-thumbnails-container{display: none!important;}
 
  .galleria-stage{overflow: visible;height: 78px;width: 100%; margin: 0 auto 0;border:3px solid #e4e5e5;
                   padding: 0!important; bottom:0!important; left: 0; margin-bottom: 25px;}
  .galleria-images{height: 258px;width: 100%;   }
  .callout{clear:both; margin-top: 30px; width:90%;}
  #menu-main-menu{
    display:block;
    clear:both;
    margin:0;
    position: relative;
    height:auto;
    width:100%;
    z-index: 99999999!important;
  }
  #menu-main-menu li{
    clear:both;
    display:block;
    width:100%;
    border-bottom: 1px solid #ccc;
    padding:5px;
    position: relative;
  }
  #content{clear:both;display:block;}
  .nav li ul.sub-menu, 
  .nav li ul.children {
      border: none!important;
      z-index: 9999999!important;
      width:100%;
      position: relative!important;
  }
  .menufeature{
    display:none;
    
  }
  #menu-main-menu li .current a{
    padding:10px!important;
  }
  #menu-item-40.current a {
     padding: 10px 25px 20px 19px!important;
  }
  .wrap{
    width: 100%;
  }
  .page-title{
    padding: 10px;
  }
  .topfeatured{
    display:none;
  }
  
  #logo{
    width:90%!important;
    margin: 10px;
    background-size:contain;
    background-position: center center;
  }
  #menu-top-nav{
    width:70%;
    float: left!important;
    margin:0;
    padding:0;
  }
  #menu-top-nav li{
    margin:0;
    float:left;
    
  }
  #menu-social-menu{
    width:30%;
    float:right!important;
    margin:0;
    padding:0;
  }
  #searchform{
    display:none;
  }
  #menu-footer-menu{
    display:block;
    clear:both;
    width:100%!important;
    margin:0 auto 0;
    float:none!important;
  }
   #menu-footer-menu li{
      float:none;
      clear:both;
      margin: 10px;
      width:100%;
      text-align: left;
      border: none!important;
   }
  #inner-footer nav{float: none;}


  /* end .footer-links */
   
   
   #footer{
     width:100%;
   }
   #inner-footer{
     padding:10px;
     width:auto;
   }
   .calfilter{
     clear:both;
     position: relative;
     display: block;
     margin: 10px;
   }
   .fourcol,
   .twelvecol,
   .eightcol{
     width:100%;
     padding:10px;
     clear:both;
   }
   iframe{width: 100%;}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
  
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}


.entry-content ul.gform_fields{list-style: none!important;}
.gform_wrapper form li{list-style-position: none; list-style: none!Important;}

