/*
Theme Name: East Providence Historical Society
Theme URI: http://www.tenmilecreative.com
Description: Responsive Wordpress Theme for East Providence Historical Society
Version: 1.0
Author: Ten Mile Creative
Author URI: http://www.tenmilecreative.com
*/
/* GLOBAL STYLES */
* {
  margin: 0;
  padding: 0;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  padding-bottom: 128px;
}
@media (max-width: 480px) {
  body {
    padding-bottom: 240px;
  }
}
a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#header {
  display: block;
  width: 100%;
  position: relative;
  padding: 12px 0px;
}
@media (max-width: 480px) {
  #header {
    padding: 8px 0px;
  }
  #header h1 {
    font-size: 2em;
  }
}
@media (max-width: 992px) {
  #menu-wrap.container {
    width: auto !important;
  }
}
/* --- #menu --- */
#menu {
  clear: both;
  background-color: #3f5573;
  margin-bottom: 1em;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 0 4px 0 4px;
}
#menu_toggle {
  display: none;
  padding: 7px 12px;
}
#menu_toggle a {
  color: #ffffff;
  text-decoration: none;
}
#menu_toggle a.toggle-active {
  color: #d9d9d9;
}
@media (min-width: 900px) {
  #menu_toggle {
    display: none !important;
  }
}
@media (max-width: 899px) {
  #menu_toggle {
    display: block;
    margin-left: 2.5%;
  }
}
#main-menu {
  list-style: none;
  display: block;
  width: 100%;
}
#main-menu ul {
  margin-bottom: 0 !important;
}
#main-menu ul li {
  display: inline-block;
}
#main-menu a {
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  padding: 7px 12px;
  display: inline-block;
  width: 100%;
}
.no-touch #main-menu a:hover,
#main-menu .current-menu-item a,
#main-menu .current-menu-parent a,
#main-menu .current_page_parent a,
#main-menu .current-page-ancestor a {
  background-color: #243042;
}
#main-menu li.menu-item-has-children ul {
  display: none;
  position: absolute;
  width: auto;
  background-color: #243042;
  z-index: 100;
}
#main-menu li.menu-item-has-children ul li {
  display: block;
}
.no-touch #main-menu li.menu-item-has-children ul li a:hover,
#main-menu li.menu-item-has-children ul li .current-menu-item a {
  background-color: #1b2431;
}
#main-menu li.menu-item-has-children:hover ul {
  display: block;
}
@media (max-width: 899px) {
  #main-menu {
    display: none;
    z-index: 21;
    background-color: #2d3d52;
  }
  #main-menu ul li {
    display: block !important;
    width: auto;
  }
  #main-menu li.menu-item-has-children ul {
    display: block !important;
    position: relative !important;
  }
  #main-menu li a {
    display: block;
    width: auto;
  }
  .no-touch #main-menu a:hover {
    background-color: #1b2431;
  }
}
@media (min-width: 900px) {
  #main-menu {
    display: block !important;
  }
}
/* --- end #menu --- */
/* --- #footer --- */
#footer {
  font-size: 13px;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 100px;
  /*a {
		color: #e0e0e0;
	}
	a:hover {
		color: gray; 
	}*/
}
#footer .copyright {
  padding: 8px 0 8px 0px;
}
#footer hr {
  border-top: 2px solid #3f5573 !important;
  margin-top: 10px !important;
  margin-bottom: 8px !important;
}
#footer #footer-menu {
  padding: 8px 0 0 0;
}
#footer #footer-menu ul {
  list-style: inside none;
}
#footer #footer-menu ul li {
  display: inline;
  margin-right: 1em;
}
#footer #footer-menu ul li a {
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 480px) {
  #footer #footer-menu ul li {
    display: block;
    padding-bottom: 4px;
  }
  #footer #footer-menu ul li:last-child {
    padding-bottom: 0px;
  }
  #footer #footer-menu .social-icons .social-icons-row1 {
    display: block;
    margin-bottom: 6px;
  }
}
/* --- END #footer --- */
/* ----- WP RESPONSIVE IMAGE FIX ----- */
.sticky,
.bypostauthor,
.gallery-caption {
  display: normal;
}
.alignnone {
  margin: 1em 1em 1em 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: .5em auto;
}
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.aligncenter {
  display: block;
  margin: 1em auto;
}
img[class*="align"],
img[class*="wp-image-"] {
  max-width: 100%;
  height: auto;
  padding: 8px;
}
img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
img.alignright {
  margin-left: 1em 0 1em 1em;
}
img.alignleft {
  margin: 1em 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin: 1em auto;
}
img#wpstats {
  display: block;
  margin: 0 auto;
}
img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
  border: none;
}
.wp-caption {
  margin-bottom: 1em;
  margin-left: 0;
  max-width: 96%;
  text-align: center;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  position: relative;
  font-size: .8em;
}
.gallery {
  margin: 0 auto;
}
.gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 33%;
}
.gallery a img {
  border: none;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto;
}
.comments ol {
  padding-left: 0;
}
.comments ol li {
  margin: 0;
}
.comment-author {
  padding: 0;
  text-decoration: none;
}
@media only screen and (max-width: 800px) {
  embed,
  object {
    max-width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .gallery-columns-3 .gallery-item {
    width: 33.33%;
  }
  .gallery-columns-3 .gallery-item img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-2 .gallery-item img {
    width: 100%;
    height: auto;
  }
}
/* ------ COLORS ------*/
.color-facebook {
  color: #3b5998;
}
.color-twitter {
  color: #00aced;
}
.color-googleplus {
  color: #dd4b39;
}
.color-youtube {
  color: #C4302B;
}
.color-linkedin {
  color: #007bb6;
}
.color-instagram {
  color: #517fa4;
}
.color-tumblr {
  color: #32506d;
}
.color-vimeo {
  color: #45bbff;
}
.color-rss {
  color: #FF6600;
}
.color-email {
  color: #828282;
}
.color-imdb {
  color: #f3ce13;
}
.color-soundcloud {
  color: #ff7700;
}
.color-hover-facebook:hover,
.color-hover-facebook:active {
  color: #3b5998 !important;
}
.color-hover-twitter:hover,
.color-hover-twitter:active {
  color: #00aced !important;
}
.color-hover-linkedin:hover,
.color-hover-linkedin:active {
  color: #007bb6 !important;
}
.color-hover-rss:hover,
.color-hover-rss:active {
  color: #FF6600 !important;
}
.colorbg-facebook {
  background-color: #3b5998;
}
.colorbg-twitter {
  background-color: #00aced;
}
.colorbg-googleplus {
  background-color: #dd4b39;
}
.colorbg-youtube {
  background-color: #C4302B;
}
.colorbg-linkedin {
  background-color: #007bb6;
}
.colorbg-instagram {
  background-color: #517fa4;
}
.colorbg-tumblr {
  background-color: #32506d;
}
.colorbg-vimeo {
  background-color: #45bbff;
}
/* ----- PAGES ----- */
#fancybox-wrap,
#fancybox-wrap * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.photo-left {
  float: left;
  max-width: 33%;
  width: 33%;
  margin: 1em 2em 2em 0em;
  clear: left;
}
@media (max-width: 600px) {
  .photo-left {
    max-width: 45%;
    width: 45%;
  }
}
.photo-right {
  float: right;
  max-width: 33%;
  width: 33%;
  margin: 1em 0em 2em 2em;
  clear: right;
}
@media (max-width: 600px) {
  .photo-right {
    max-width: 45%;
    width: 45%;
  }
}
.photo-center {
  max-width: 90%;
  margin: 0em auto 0em auto;
}
.photo-box-left {
  float: left;
  max-width: 33%;
  width: 33%;
  margin: 1em 2em 2em 0em;
  clear: left;
}
.photo-box-left img {
  max-width: 100%;
  margin: 0 !important;
}
@media (max-width: 600px) {
  .photo-box-left {
    max-width: 45%;
    width: 45%;
  }
}
.photo-box-left p {
  font-size: 0.8em;
}
.photo-box-right {
  float: right;
  max-width: 33%;
  width: 33%;
  margin: 1em 0em 2em 2em;
  clear: right;
}
.photo-box-right img {
  max-width: 100%;
  margin: 0 !important;
}
@media (max-width: 600px) {
  .photo-box-right {
    max-width: 45%;
    width: 45%;
  }
}
.photo-box-right p {
  font-size: 0.8em;
}
.photo-box-center {
  max-width: 90%;
  margin: 0em auto 1em auto;
}
.photo-box-center img {
  max-width: 100%;
  width: auto;
  margin: 0 auto 0 auto;
}
.photo-box-center p {
  font-size: 0.8em;
}
.photo-top,
.photo-box-top {
  margin-top: 0 !important;
}
h3,
h4,
h5 {
  margin-top: 20px !important;
}
#home-links li {
  margin-bottom: 8px !important;
}
#home-links li:last-child {
  margin-bottom: 0;
}
#showcase {
  list-style: none;
  display: block;
  margin: 0 !important;
}
#showcase li {
  width: 32%;
  text-align: center;
  display: inline-block;
  margin-bottom: 1em;
  margin-top: 1em;
  vertical-align: top;
}
#showcase li img {
  max-width: 100%;
  max-height: 200px;
}
@media (max-width: 950px) and (min-width: 751px) {
  #showcase li {
    width: 49%;
  }
}
@media (max-width: 750px) {
  #showcase li {
    width: 100%;
  }
}
#memories h3 {
  text-align: center;
}
#ring-map {
  margin-top: 2em;
}
#ringmapimg {
  width: auto;
  max-width: 100%;
  height: auto;
}
#content ul {
  margin-left: 1em;
}
#content ul.list-unstyled {
  margin-left: 0;
}
