/**
 * @file
 * Styles for Bartik's image buttons.
 */

.image-button.is-disabled:hover,
.image-button.is-disabled:active,
.image-button.is-disabled:focus,
.image-button.is-disabled {
  background: transparent;
  opacity: 0.5;
  cursor: default;
}


/*----------------- main-content.css-----------------*/

@media all and (min-width:1025px) and (max-width:1166px) {
.view-photo-gallery .item-list ul li {
	display: inline-block;
	margin: 2px 5px 5px;
	text-align: center;
	padding: 0px;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
	position: relative;
	width: 30%;
}
.view-photo-gallery .views-col.col-1 ul {
  list-style: outside none none;
  overflow: hidden;
  padding: 0;
  position: relative;
  display: inline-block;
  text-align: center;
}
.view-photo-gallery .views-col.col-1 ul li {
  border: 5px solid #eee;
  display: inline-block;
  /*float: none;*/
  overflow: hidden;
}
}

@media all and (min-width:769px) and (max-width:1024px) {
.view-photo-gallery .item-list ul li {
	display: inline-block;
	margin: 2px 5px 15px;
	text-align: center;
	padding: 0px;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
	position: relative;
	width: 30%;
}
}
@media all and (min-width:769px) and (max-width:866px) {
.view-photo-gallery .item-list ul li {
	display: inline-block;
	margin: 2px 5px 5px;
	text-align: center;
	padding: 0px;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
	position: relative;
	width: 29%;
}
.view-photo-gallery .views-col.col-1 ul {
  list-style: outside none none;
  overflow: hidden;
  padding: 0;
  position: relative;
  display: inline-block;
  text-align: center;
}
.view-photo-gallery .views-col.col-1 ul li {
  border: 5px solid #eee;
  display: inline-block;
/*  float: none;*/
  overflow: hidden;
}
}
@media all and (min-width:460px) and (max-width:768px) {
	
.item-list ul li {
	display: inline-block;
	margin: 0;
	text-align: center;
	padding: 0.2em 0.5em 0 0;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
}
.view-photo-gallery .item-list ul li {
	display: inline-block;
	margin: 2px 5px 15px;
	text-align: center;
	padding: 0px;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
	position: relative;
	width: 31%;
}
.ornamental-lft {
	float: left;
	padding-right: 15px;
}
}
@media all and (max-width:600px){
.view-photo-gallery .item-list ul li {
	display: inline-block;
	margin: 2px 5px 15px;
	text-align: center;
	padding: 0px;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
	position: relative;
	width:31%;
}
}

@media all and (min-width:300px) and (max-width:480px) {
.view-photo-gallery .item-list ul li {
	display: inline-block;
	margin: 2px 5px 15px;
	text-align: center;
	padding: 0px;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
	position: relative;
	width: 48%;
}
}
