/*
THEME NAME: Suzie Larke Wedding Photography
THEME URI: 
DESCRIPTION: Suzie Larke Wedding Photography Site
VERSION: 0.2
AUTHOR: Proper Design
AUTHOR URI:
TAGS: 
Template: hybrid
*/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
  font-size: 100%;
  background: transparent;
  border: none;
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

b, i, hr, u, center, menu, layer, s, strike, font, xmp {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  background: transparent;
  border: none;
  text-decoration: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.main-column {
  width: 100%;
  max-width: 62em;
  margin: 0 auto;
  overflow: hidden;
}

body {
  color: #000000;
  font-size: 13px;
  font-family: Palatino,Palatino Linotype,Georgia,serif;
}

#body-container {
  width: 880px;
  margin: 20px auto;
}

#header-container {
  margin: 20px;
  text-align: center;
}

#site-title a img {
  max-width: 100%;
  height: auto;
}

#footer-container {
  background: url(images/menu_dots.png) repeat-x;
  padding: 10px 0;
  margin: 20px 0;
  text-align: right;
}

p {
  font-size: 13px;
  margin-bottom: 10px;
  text-align: justify;
}

.aligncenter {
  display: block;
  margin: 16px auto;
}

.alignnone {
  display: block;
  margin: 16px 0;
}

.alignleft {
  float: left;
  margin: 16px 30px 16px 0;
}

.alignright {
  float: right;
  margin: 16px 0 16px 30px;
}

#co
h2, h3 {
  font-size: 1.6em;
  font-weight: normal;
}

a {
  color: #F569B4;
}

a:hover {
  color: #666666;
}

.page-title, .entry-title, .archive-title {
  font-size: 1.9em;
  font-weight: normal;
  margin-bottom: 20px;
}

.page .page-title {
  display: none;
}

textarea, input[type="text"] {
  width: 860px;
  display: block;
  background: #efefef;
  padding: 10px;
  border: none;
}

input[type="submit"] {
  background: #EFEFEF;
  padding: 8px;
  border: none;
  color: #bbb;
  font-weight: bold;
}

input[type="submit"]:hover {
  color: #222;
  box-shadow: 0px 0px 2px 0 #666666;
}

.comment {
  min-height: 80px;
  padding: 10px 0;
  border-top: dotted 2px;
  margin: 10px 0;
}

.comment-meta {
  float: left;
}

.avatar {
  float: right;
  margin: 0 0 20px 20px;
}

.media-wrapper {
  position: relative;
  background: white;
  border-top: solid white;
  border-bottom: solid white;
}

.slides {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.gallery.slides {
  height: 0;
  padding-bottom: 56.25%;
}
.gallery.slides .slide {
  height: 100%;
}

.slick-slide {
  opacity: 0.5;
  position: relative;
}

.slide-image {
  width: 100%;
  display: block;
  background-position: center;
  background-size: fill;
  padding-bottom: 75%;
}
@media screen and (min-width: 42em) {
  .slide-image {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 62em) {
  .slide-image {
    padding-bottom: 41.66667%;
  }
}

.slide-title {
  color: white;
  font-size: 1.6em;
  margin: 0;
}
@media screen and (min-width: 42em) {
  .slide-title {
    font-size: 2em;
  }
}

.slide-content {
  color: white;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 1em;
  margin: 0;
  background-color: #999;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (min-width: 42em) {
  .slide-content {
    padding: 1.5em;
  }
}
@media screen and (min-width: 62em) {
  .slide-content {
    padding: 2em;
  }
}
.slide-content p {
  margin: 1em 0 0 0;
}

.slide-link {
  color: white;
}

.slick-active, .slick-center {
  opacity: 1;
}
.slick-active .slide-content, .slick-center .slide-content {
  top: 0;
}

.slick-dots {
  bottom: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 1em;
  width: 2rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button:before {
  font-size: 1rem;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: white;
}

.single-hero-block {
  margin: -1em -2em 1em;
  border-top: solid white;
  border-bottom: solid white;
}
.single-hero-block img {
  width: 100%;
  height: auto;
}

.gallery-grid-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1em 0;
}

.gallery-grid-item {
  box-sizing: border-box;
  padding: 0.5em;
  position: relative;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  width: 50%;
  margin-bottom: -3em;
}
@media screen and (min-width: 42em) {
  .gallery-grid-item {
    width: 33.33333%;
  }
}
@media screen and (min-width: 62em) {
  .gallery-grid-item {
    width: 25%;
  }
}
.gallery-grid-item img {
  width: 100%;
  height: auto;
}
.gallery-grid-item:hover {
  border: 1px solid #999;
}

.grid-title-overlay {
  position: relative;
  bottom: 3em;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.65);
  padding: 0.5em;
}
.grid-title-overlay h2 {
  color: #333;
}

.galleria {
  height: 500px;
}

.galleria-stage {
  padding: 1em;
  margin: 0;
}

.masonry-grid .galleria {
  /* Special image treatment in masonry view */
  padding-bottom: 0;
}

.masonry-grid .galleria-container {
  background-color: white;
}

#body-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  max-width: 100%;
  padding: 1em;
  margin: 0;
}

#header-container {
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

#container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#footer-container {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-top: solid thin black;
  background-image: none;
}

.content {
  margin: 0 auto;
  max-width: 60em;
}
.content img {
  max-width: 100%;
  height: auto;
}

.content.gallery {
  max-width: none;
}

.menu-link, .menu-item a, .menu-toggle {
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  display: inline-block;
  padding: 1em 0.5em;
  line-height: 0.9;
}

#primary-menu {
  margin: 0;
  padding: 0;
}

.menu-item a {
  display: inline-block;
}

.too-small .menu-item a {
  display: block;
}

#primary-menu {
  height: auto !important;
  min-height: 40px;
  background-image: none;
  border-top: solid thin;
  border-bottom: solid thin;
  text-align: center;
}

.too-small#primary-menu .menu {
  margin: 0;
}

#menu-top-menu {
  width: 100%;
  list-style: none;
  padding: 0;
}
#menu-top-menu li {
  display: inline;
}

.menu-toggle {
  cursor: pointer;
  display: none;
}

.too-small .menu-toggle {
  display: block;
}

.too-small.is-open ul {
  max-height: 60em;
  -webkit-transition: 1s;
          transition: 1s;
}

.too-small ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

.social-item {
  display: inline-block;
  padding: .25em;
}

.social-item-icon {
  margin-right: .5em;
  width: 1em;
  height: 1em;
}
