@import "css/normalize.css";

@import "css/bootstrap.min.css";
/*
Theme Name:   The Kopanski Wedding
Theme URI:    http://thekopanskiwedding.com
Description:  Custom Theme
Version:    1.0
Author:     Michal Kopanski
Author URI:   http://michalkopanski.com
Tags:       starkers, wedding, responsive, bootstrap, clean
*/
/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries
===========================
*/
/* ----------------------------------------------------------------------------------------------------------
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
div,
article,
section,
header,
footer,
nav,
li {
  position: relative;
  /* For absolutely positioning elements within containers (add more to the list if need be) */
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
.group:after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden;
  /* For clearing */
}
::-moz-selection {
  background: #ff0;
  color: #333;
}
::selection {
  background: #ff0;
  color: #333;
}
/* ----------------------------------------------------------------------------------------------------------
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16 =     0.875em     (14px equivalent)
16 / 16 =     1em         (16px equivalent)
18 / 16 =     1.125em     (18px equivalent)
21 / 16 =     1.3125em    (21px equivalent)
24 / 16 =     1.5em       (24px equivalent)
30 / 16 =     1.875em     (30px equivalent)

*/
body,
input,
textarea {
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}
small,
blockquote,
.caption {
  font-family: 'PT Serif Caption', serif;
}
/* ----------------------------------------------------------------------------------------------------------
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  zoom: 1;
}
.clearfix:after {
  clear: both;
}
html {
  background: #121226;
}
body.404 {
  text-align: center;
}
body.404 h1#splash-logo {
  display: block;
  height: 74px;
  width: 252px;
  background: url('img/splash-logo.png') no-repeat center center;
  text-indent: -999px;
  overflow: hidden;
  margin: 100px auto;
}
h1#splash-logo {
  display: block;
  height: 74px;
  width: 252px;
  background: url('img/splash-logo.png') no-repeat center center;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -126px;
}
footer {
  text-align: center;
}
body.home {
  background: transparent;
  text-align: center;
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}
body.home h2 {
  color: #ffffff;
  font-weight: 200;
  font-size: 2em;
}
body.home .contain {
  display: table-cell;
  vertical-align: middle;
}
body.home .wrap {
  margin: auto;
  width: auto;
  padding: 100px 20px;
}
body.home .btn {
  margin: 10px;
}
.btn-primary {
  background: #ff5044;
  border: none;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-bottomleft: 50px;
  -moz-border-radius-topleft: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 1.25em;
}
.btn-primary:hover {
  background: #ff6d63;
}
.btn-primary:active {
  background: #ff5e53;
}
#bar {
  zoom: 1;
}
#bar:before,
#bar:after {
  display: table;
  content: "";
  zoom: 1;
}
#bar:after {
  clear: both;
}
#bar a {
  color: #ff5044;
  display: block;
  float: left;
  padding: 15px;
  font-weight: bold;
}
body.rsvp {
  background: #45bfee;
  color: #ffffff;
}
body.rsvp #rsvp-content {
  padding: 40px 0;
}
body.rsvp .container {
  text-align: center;
}
body.rsvp h2 {
  font-size: 1.75em;
  margin: 0 0 10px;
}
body.rsvp p {
  color: #e1f3f8;
  margin: 0;
  font-size: 1.2em;
}
body.rsvp #rsvp-card {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  color: #000000;
  text-align: left;
  margin: 30px 0;
  padding: 15px 20px 10px;
}
body.rsvp #rsvp-card p {
  color: #000000;
}
body.rsvp #rsvp-card input[type="text"]:focus {
  outline: none;
}
body.rsvp #rsvp-card .section.your-name {
  display: block;
  padding-left: 80px;
  padding-bottom: 3px;
  position: relative;
  margin-bottom: 20px;
}
body.rsvp #rsvp-card .section.your-name label {
  width: 80px;
  padding-right: 10px;
  margin: 0;
  position: absolute;
  font-size: .75em;
  bottom: 0;
  left: 0;
  text-align: right;
}
body.rsvp #rsvp-card .section.your-name span.your-name {
  position: relative;
  display: block;
  border-bottom: 2px solid #000000;
}
body.rsvp #rsvp-card .section.your-name span.your-name input {
  font-family: 'Parisienne', cursive;
  font-size: 1.75em;
  line-height: 1em;
  padding: 5px;
  width: 100%;
  border: 0;
  margin-bottom: -10px;
  background: none;
}
body.rsvp #rsvp-card .section.presence {
  zoom: 1;
  margin-bottom: 20px;
}
body.rsvp #rsvp-card .section.presence:before,
body.rsvp #rsvp-card .section.presence:after {
  display: table;
  content: "";
  zoom: 1;
}
body.rsvp #rsvp-card .section.presence:after {
  clear: both;
}
body.rsvp #rsvp-card .section.presence label {
  font-size: .9em;
}
body.rsvp #rsvp-card .section.presence #presence {
  float: left;
  width: 70%;
}
body.rsvp #rsvp-card .section.presence #presence label {
  margin: 2px 20px 2px 0;
}
body.rsvp #rsvp-card .section.presence #presence label input {
  margin-right: 3px;
}
body.rsvp #rsvp-card .section.presence div.guests {
  float: left;
  width: 30%;
}
body.rsvp #rsvp-card .section.presence div.guests input {
  text-align: center;
  padding: 5px 0;
  height: 25px;
  width: 25px;
  border: 2px solid #000000;
  margin-right: 5px;
}
body.rsvp input[type="submit"] {
  background: #31e370;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  border: none;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 1.5em;
}
body.rsvp input[type="submit"]:hover {
  background: #4ce783;
}
body.rsvp input[type="submit"]:focus {
  outline: none;
  -webkit-box-shadow: 0 0 5px #1085b2;
  -moz-box-shadow: 0 0 5px #1085b2;
  box-shadow: 0 0 5px #1085b2;
}
body.rsvp input[type="submit"]:active {
  background: #31e370;
}
div.wpcf7-response-output {
  margin: 0 0 30px;
  padding: 10px;
}
div.wpcf7-validation-errors {
  background: #e1f15a;
  color: #1085b2;
  border: 0;
}
div.wpcf7-mail-sent-ok {
  background: #31e370;
  color: #ffffff;
  border: 0;
}
span.wpcf7-not-valid-tip {
  font-family: "Open Sans", sans-serif;
  top: auto;
  bottom: 110%;
  left: -5px;
  border: none;
  background: #e03635;
  color: #ffffff;
  padding: 10px;
  font-weight: 600;
  width: 200px;
}
span.wpcf7-not-valid-tip:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #e03635;
  position: absolute;
  top: 100%;
  left: 10px;
}
.gallery {
  background: #121226;
}
.gallery .gallery-item {
  padding: 0;
}
.gallery .gallery-item a {
  display: block;
  background: #45bfee;
  overflow: hidden;
}
.gallery .gallery-item a img {
  width: 100%;
  height: auto;
  display: block;
  background: #121226;
  position: relative;
}
.gallery .gallery-item a:before {
  content: "";
  background: url(img/zoom.png) no-repeat top left;
  display: none;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
}
.gallery .gallery-item a:hover img {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.gallery .gallery-item a:hover:before {
  display: block;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body.home .wrap {
    width: 600px;
  }
  body.home .wrap h2 {
    font-size: 2.5em;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body.home .wrap {
    width: 940px;
  }
  body.home .wrap h2 {
    font-size: 3em;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  
}
body.home {
  /*
   * HTML5 Boilerplate
   *
   * What follows is the result of much research on cross-browser styling.
   * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
   * Kroc Camen, and the H5BP dev community and team.
   */

  /* ==========================================================================
    Base styles: opinionated defaults
  ========================================================================== */

  /*
   * Remove text-shadow in selection highlight: h5bp.com/i
   * These selection rule sets have to be separate.
   * Customize the background color to match your design.
   */

  /*
   * A better looking default horizontal rule
   */

  /*
   * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
   */

  /*
   * Remove default fieldset styles.
   */

  /*
   * Allow only vertical resizing of textareas.
   */

  /* ==========================================================================
    Chrome Frame prompt
  ========================================================================== */

  /* ==========================================================================
    Author's custom styles
  ========================================================================== */

  /* ==========================================================================
    Helper classes
  ========================================================================== */

  /*
   * Image replacement
   */

  /*
   * Hide from both screenreaders and browsers: h5bp.com/u
   */

  /*
   * Hide only visually, but have it available for screenreaders: h5bp.com/v
   */

  /*
   * Extends the .visuallyhidden class to allow the element to be focusable
   * when navigated to via the keyboard: h5bp.com/p
   */

  /*
   * Hide visually and from screenreaders, but maintain layout
   */

  /* ==========================================================================
    EXAMPLE Media Queries for Responsive Design.
    These examples override the primary ('mobile first') styles.
    Modify as content requires.
  ========================================================================== */

  /* ==========================================================================
    Print styles.
    Inlined to avoid required HTTP connection: h5bp.com/r
  ========================================================================== */

}
body.home html,
body.home button,
body.home input,
body.home select,
body.home textarea {
  color: #222;
  font-family: 'Droid Serif', serif;
  -webkit-font-smoothing: antialiased;
}
body.home body {
  font-size: 1.6em;
  line-height: 1.4;
  font-family: 'Droid Serif', serif;
  -webkit-font-smoothing: antialiased;
  background: #eaeaea;
}
body.home ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
body.home ::selection {
  background: #b3d4fc;
  text-shadow: none;
}
body.home hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
body.home img {
  vertical-align: middle;
}
body.home fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
body.home textarea {
  resize: vertical;
}
body.home p {
  font-size: 1em;
}
body.home .chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
body.home #wrap {
  position: relative;
  margin: 0 auto;
}
body.home #hero {
  height: 570px;
  padding: 30px 0;
  zoom: 1;
}
body.home #hero:before,
body.home #hero:after {
  display: table;
  content: "";
  zoom: 1;
}
body.home #hero:after {
  clear: both;
}
body.home #hero .logo {
  width: 270px;
  margin: 0;
  float: left;
}
body.home #hero ul.menu {
  float: right;
  list-style: none;
}
body.home #hero ul.menu li {
  float: left;
  display: block;
  margin-left: 30px;
}
body.home #hero ul.menu li a {
  font-weight: bold;
  color: #ffffff;
  font-size: 1.15em;
}
body.home #hero h1#logomark {
  margin: 0;
}
body.home #hero h1#logomark a {
  background: url(img/logo.png) no-repeat top left;
  display: block;
  height: 60px;
  width: 270px;
  text-indent: -999px;
  overflow: hidden;
}
body.home h2.section-title {
  margin: 0;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-size: 1.1em;
  text-align: center;
  background: url(img/heading_bg.png) no-repeat bottom center;
}
body.home p.section-description {
  font-family: "PT Serif Caption", serif;
  font-style: italic;
  color: #666666;
  font-size: .9em;
  text-align: center;
  margin: 1em 0;
}
body.home #our-story {
  padding: 60px 0;
  background: #ffffff;
}
body.home #our-story .story {
  padding-top: 2em;
}
body.home #our-story p {
  color: #343434;
  line-height: 1.66;
}
body.home .btn-success {
  background: #31e370;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  border: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 10px 15px;
}
body.home .btn-success:hover {
  background-color: #4cec84;
}
body.home .btn-success:focus {
  outline: none;
  background-color: #4cec84;
}
body.home .ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */

  *text-indent: -9999px;
}
body.home .ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
body.home .hidden {
  display: none !important;
  visibility: hidden;
}
body.home .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.home .visuallyhidden.focusable:active,
body.home .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
body.home .invisible {
  visibility: hidden;
}
@media only screen and (min-width: 35em) {
  body.home {
    /* Style adjustments for viewports that meet the condition */
  
  }
  body.home #locations {
    padding: 2em 100px;
  }
  body.home body.home .wrap {
    width: auto;
  }
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  body.home {
    /* Style adjustments for high resolution devices */
  
  }
}
@media print {
  body.home {
    /*
       * Don't show links for images, or javascript/internal links
       */
  
  }
  body.home * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
  
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body.home a,
  body.home a:visited {
    text-decoration: underline;
  }
  body.home a[href]:after {
    content: " (" attr(href) ")";
  }
  body.home abbr[title]:after {
    content: " (" attr(title) ")";
  }
  body.home .ir a:after,
  body.home a[href^="javascript:"]:after,
  body.home a[href^="#"]:after {
    content: "";
  }
  body.home pre,
  body.home blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  body.home thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  body.home tr,
  body.home img {
    page-break-inside: avoid;
  }
  body.home img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  body.home p,
  body.home h2,
  body.home h3 {
    orphans: 3;
    widows: 3;
  }
  body.home h2,
  body.home h3 {
    page-break-after: avoid;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  h1#splash-logo {
    background-image: url(img/splash-logo@2x.png);
    background-size: 252px 74px;
  }
  .gallery .gallery-item a:before {
    background-image: url(img/zoom@2x.png);
    background-size: 40px 40px;
  }
}
