 /* Updated 2020 08 13 */
 header {
   margin-bottom: 40px;
   clear:both;
 }	
.fix-font {
  font-size: 180%;
  } 
h1, h2, h3 {
  color: #5C5A26;
  font-weight: normal;
  
}	
footer h1, footer h2, footer h3 {
  color: #FFF;
}
a {
   color: #5C5A26;
}

a:hover {
	color:  #7F7D34;
	}	
 .navbar-inverse .navbar-nav > li > a,
 footer a {
    color: #FFF541;    /*yellow*/
}
a.menu {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing:.01em;
  color: #5C5A26;
  text-align: right;
}
.nav>li>a {
  padding: 20px 7px 10px 7px;
}
 #here {
 	color: #000;
   }	
.logo { 
  /*float: left;*/
  max-width: 355px; 
  height: auto;
}
h1.logo-title { 
    display: inline-block;
    font-size: 22px;
    font-size: 2.2rem;
    margin: 25px 0 0 5px;
  
    font-weight: 400;
    
    }
    .tagline {
      color: #5C5A26; /*#7F7D34; SHADES OF green*/
     font-style: italic;
     font-size: 16px;
     font-size: 1.6rem;
     line-height: 1.2rem;
     letter-spacing: .04em;
     margin: 0 0 0 0;
   
    }
/*h1, h2, h3 {
	font-family: 'Sorts Mill Goudy', serif;
	} */
 
ul.login { 
   list-style: none; 
   padding: 7px; 
   margin-top: 15px; 
   border: 1px solid #7F7D34;
   border-radius:5px;
   }
/*for articles*/
.art-brdr {
  border: 1px solid #7F7D34;
  border-radius:5px;
  -moz-box-shadow:    1px 2px 3px 2px #ccc;
  -webkit-box-shadow: 1px 2px 3px 2px #ccc;
  box-shadow:         1px 2px 3px 2px #ccc;
  margin-bottom: 20px;
  padding: 8px;
  }
  /* front banner */
.btm-margin {
	margin-bottom: 20px;
	}
	
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* sidebar yellow */
.well { 
	background-color: #FCF73D;
	background-color: rgba(252,247,61,0.7);  
	}/* was #FFF489; }*/
.overridebg {
  background-color: #f5f5f5;
  min-height: 520px;
  }
.artblock {
  background-color: #f5f5f5;
}
/* gallery */
.mat { border: 8px solid #FFF; }
.gallery .well { background-color: #FFF; }
div.mythumb  {  height: 180px; width: 180px; overflow: hidden; display: block; margin: 10px auto;}
/* artist page */
#artist_images  { background-color: #FFF; }
#artwork .well  { 
  background-color: #FFF; 
  padding-bottom: 40px;
  }
img.showthumb, #artwork img { display: block; margin: 0 auto; }
/*forms*/
div.search .form-control { width: auto; }

fieldset { 
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2em;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px solid #7F7D34;
    border-radius:5px;
}
legend {
	border: none;
	color: #7F7D34;
	width: auto;
	
	}
.fake-btn, .custom-btn, .tab-btn {
	border: 1px solid #7F7D34;
    border-radius:5px;
    padding: .7em;
    color: #000;
    
    }
.tab-btn {
    border-bottom: none;
    border-radius: 5px 5px 0 0;
  }
a:hover.fake-btn, a:hover.custom-btn, a:hover.tab-btn {
	background-color: #e3e3e3;
	text-decoration: none;
  }
.custom-btn {
  line-height:3.8em;
  white-space: nowrap;
}
.active-tab {
  color:#600;
  background: #FFF;
}
.custom-align {
  display: inline;
}
.btn-default {
	border-color: #7F7D34;
	border: 1px solid #7F7D34;
	}
.ui-autocomplete {
   background-color: #FFF;
   width: 18em;
   border: 1px solid #ccc;
   border-radius: 4px;
   box-shadow: 0 0 10px rgba(0,0,0,0.6); 
   -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6); 
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6); 
   -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
   }
.art-nav li {
  border-bottom: 1px solid #ccc;
  }
.alert {
  color: #600;
  font-size: 120%;
  line-height: 1.6em;
  }
.alert-info{
  padding-left: 30px;
}
.alert-info {
background-color: #dff0d8;
border-color:  #dff0d8;
}
.announcement {
  border: 4px solid black;
  background-color: rgba(252,247,61,0.7);
  margin-top:20px;
}
.attention {
  font-style:italic;
  font-size: 110%;
  font-weight: bold;
  letter-spacing: .03em;
  margin-bottom: 25px;
}
.attention li {
  line-height: 150%;
}
.btm-nav {
  padding-top: 20px;
  padding-bottom: 20px;
  }
.form-group.required .control-label:after {
  content:" *";
  color:#A00;
}
/* form on artist_select page */
.dataInput .form-control {
  
  margin-bottom: 20px;
  }
.hideBtn {
  visibility: hidden;
  }
.showBtn {
  visibility: visible;
  }
/* table on transactions page */
.tallyborder {
  border-top: solid 2px #000;
  }
.tally td {
  padding:10px;
}
.tally td input[type="text"] {
  width: 4em;
}
.tally td input.coupon {
  width: 9em;
}
.tally td input.hidebrder {
  border: none;
}
.tally label {
  padding-left: 1em;
  }
tr.admin {
  background-color: #eee;
  border: 1px solid #ccc;
}
.with-errors {
  color: #800;}
/*pagination*/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color:  #000;
    border-color: #FFF541;
    color: #FFF541;
    }
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    color: #000;
    }
 
hr {
	/*height: 12px; 
	border-top: 1px solid #8c8b8b;
	border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);*/
	border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}
 footer {
 	background-color: #000;
 	color: #FFF;
 	}
.extra-top {
	padding-top: 20px;
	} 
.extra-bottom {
  margin-bottom: 20px;
}	
.extra-margin {
  margin-top:20px;
}
/* artist.php	*/
.artist-map {height: 400px;}
.eachShow p { min-height: 8em; padding-left: 20px;}
.eachShow p img { margin-bottom: 5px; }
 /* for social icons with font awesome */
* {
    box-sizing: border-box;
   } 	
.social { margin: 0; padding: 0; }
.social ul { /*margin: 1em 2em;*/ padding: 5px; }
.social ul li { 
	display: inline-block;
	list-style: outside none none;
	margin: 5px;
	}
.social i {
	background-color: #555;
	border-radius: 50%;
	color: #FFF541;
	font-size: 22px;
	height: 40px;
	padding-top: 12px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40px;
	}
	
.social i:hover { color: #FFF; }
/*end social*/	

/*artist profile*/
.flex-mat {
  display: block;
  margin: 10px auto;
  padding: 20px 20px 30px 20px;
  background-color: #000;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  }
.flex-mat img {
  display: block;
  margin: auto;
  border: 8px solid #FFF;
  }
.gap-right {
  margin-right: 10px; 
}

/*map*/
	.map {
        height: 400px;
        width: 100%;
        margin: 25px 0 35px 0;
    }
	.ol-popup {
	position: absolute;
	background-color: white;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	min-width: 250px;
  }
  .ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
  }
  .ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
  }
  .ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
  }
  .ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
  }
  .ol-popup-closer:after {
	content: "✖";
  }
/*end map*/
/* directory images */
.main_image {
  width: 600px;
  height: 600px;
  border: solid 1px #A00;
  /* this is fixed size on purpose to measure input image, don't change */
  }
  input[type="file"] {
    max-width: 100%;
  }
/* ****************stepwizard ********************* */
.stepwizard-step p {
    margin-top: 10px;    
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-order: 0;
    
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
/* ************** end stepwizard *********** */
/* *** reg table *and admin **/
.full-width {
	width: 100%;
}
.big-head {
  font-size: 2em;
  font-size: 2rem;
  font-weight: bolder;
}
.roombrdr td, .roombrdr th {
  padding: 10px;
  border: solid 1px #ccc;
}
.nobrdr {
border: solid 1px #FFF;
text-align: right;
}
/* alert for admin login */
.admin-alert {
  /*border: 4px solid rgba(252,247,61,0.7);*/
  background: rgba(252,247,61,0.3);
}
/* ************** exhibits code *********** */
.price {
  margin-bottom: 0 !important; /*reseting to bs3*/
}
/****************************************** */
.grid-container {
  display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 15px;
}
.art-grid {
  grid-column: span 3;
  border: 1px solid #ccc;
  padding-left: 10px;
}
      /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
      .brushes {
        background: url("../graphics/brushes-trimmed-1920w-2.png") top no-repeat ;
        background-size: cover;
        min-height: 400px;
        max-width: 1920px;
      }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.benefit-top {
      padding-top: 100px;
    }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		
		 
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
 		
 			.custom-align {
         margin-right: 20px; /* hack for admin to keep small buttons vertical at large widths*/
       }
    }
    
    
    
    .eightad {
      max-width:45%;
      margin-right:3%
    }
    
     /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
      
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
    h1.logo-title {
      font-size: 18px;
      font-size: 1.8rem;
    }
    .tagline {
      font-size: 14px;
      font-size: 1.4rem;
    }
    .logo { max-width:300px; height:auto; }
		div.mythumb { display: inline-block; }
		
		.art-grid {
  			grid-column: span 4;
      }
      .eightad {
        max-width: 100%;
      }
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.social { margin-left: 1em; }
		header .col-xs-6 { width: 75%; }
		.art-grid {
  			grid-column: span 6;
      }
      /* collaped menu */
      .navbar-toggle .icon-bar {
        border: solid 2px #000;
        margin-top:20px;
      }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		/*.logo { margin-top: -80px; margin-left: -10px; width:110px; }*/
		.art-grid {
  			grid-column: span 12;
      }
    /*.logo {
      width: 70px;
      height: auto;
    }*/
    
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }
    .sponsors  {
      /* Prevent vertical gaps */
      line-height: 0;
       
      -webkit-column-count: 5;
      -webkit-column-gap:   0px;
      -moz-column-count:    5;
      -moz-column-gap:      0px;
      column-count:         5;
      column-gap:           0px;  
    }
    .cameos {
      line-height: 0;
       
      -webkit-column-count: 5;
      -webkit-column-gap:   0px;
      -moz-column-count:    5;
      -moz-column-gap:      0px;
      column-count:         4;
      column-gap:           0px; 
    }
    /*Sponsors page added in 2020 these breakpoints need to be bootstrapped*/
    
    .sponsors img, .cameos img {
      /* Just in case there are inline attributes */
      max-width: 100% !important;
      height: auto !important;
    }
    .cameos img {
      /* Just in case there are inline attributes */
      max-width: 90% !important;
      height: auto !important;
      margin: 10px auto;
    }
    /*.cameos {
      -moz-column-count:    4;
      -webkit-column-count: 4;
      column-count:         4;  
    }*/
    @media (max-width: 1200px) {
      
      .sponsors {
      -moz-column-count:    4;
      -webkit-column-count: 4;
      column-count:         4;
      }
      .cameos {
        -moz-column-count:    3;
        -webkit-column-count: 3;
        column-count:         3;  
      }
    }
    @media (max-width: 1000px) {
      .sponsors, .cameos {
      -moz-column-count:    3;
      -webkit-column-count: 3;
      column-count:         3;
      }
      .extra-padding {
        padding: 10px;
      }
    }
    @media (max-width: 800px) {
      .sponsors, .cameos {
      -moz-column-count:    2;
      -webkit-column-count: 2;
      column-count:         2;
      }
      
    }
    @media (max-width: 400px) {
      .sponsors, .cameos {
      -moz-column-count:    1;
      -webkit-column-count: 1;
      column-count:         1;
      }
      
    }
.sponsors button {
border: none;
background-color: transparent;
}
.sponsors .modal-btn:focus,.btn:active {
    outline: none;
    box-shadow: none;
}
.sponsors .modal-img {
    max-width: 100%;
    display:block;
    margin: 0 auto;
}
.highlight {
  background-color: #FCF73D;
	background-color: rgba(252,247,61,0.2);
}


.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .overlay {
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
top: auto;
bottom: 0;
padding: 1em;
height: 4.75em;
background: #79FAC4;
color: #3c4a50;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
visibility: hidden;

}

/*.hovereffect img {
  display: block;
  position: relative;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}

.hovereffect:hover img {
-webkit-transform: translate3d(0,-10%,0);
transform: translate3d(0,-10%,0);
}*/

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  float: left;
  margin: 0px;
  display: inline-block;
}

/*.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
color: #fff;
border: 1px solid #fff;
margin: 50px 0 0 0;
background-color: transparent;
}
.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}


.hovereffect p.icon-links a {
float: right;
color: #3c4a50;
font-size: 1.4em;
}

.hovereffect:hover p.icon-links a:hover,
.hovereffect:hover p.icon-links a:focus {
color: #252d31;
}
*/
.hovereffect h2,
.hovereffect p.icon-links a {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,200%,0);
transform: translate3d(0,200%,0);
visibility: visible;
}

/*.hovereffect p.icon-links a span:before {
display: inline-block;
padding: 8px 10px;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}*/


.hovereffect:hover .overlay,
.hovereffect:hover h2,
.hovereffect:hover p.icon-links a {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

.hovereffect:hover h2 {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}

/*.hovereffect:hover p.icon-links a:nth-child(3) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}

.hovereffect:hover p.icon-links a:nth-child(2) {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}

.hovereffect:hover p.icon-links a:first-child {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}*/
.benefix {
  display: block;
  margin: auto;
  width: 50%;
}
.extra-padding {
  padding: 30px;
}
.filtered, .hideme {
  display: none;
}
.fix1 {
  position: fixed;
  bottom: 50px;
  right: 150px;
}
.fix2 {
  position: fixed;
  bottom: 50px;
  right: 20px;
}
/*tooltip on artwork */
.ui-tooltip {
  width: 175px;
  background: #fff;
  border-radius: 5px;
}
.ui-tooltip {
  padding: 10px 20px;
  font: bold 14px "Helvetica Neue", Sans-Serif;
  text-transform: uppercase;
  box-shadow: 0 0 7px black;
}
