/*! ==========================================================================
    Theme Name:
    Theme URI:
    Author:
    Author URI:
    Description:
========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

@font-face {
  font-family: 'Colaborate-Regular';
  src: url('fonts/Colaborate-Regular.eot');
  src: url('fonts/Colaborate-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/Colaborate-Regular.woff') format('woff'),
       url('fonts/Colaborate-Regular.ttf') format('truetype'),
       url('fonts/Colaborate-Regular.svg#Colaborate-Regular') format('svg');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-font-smoothing:  antialiased;
  -moz-osx-font-smoothing: grayscale
}

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

body {
  color: #58595b;
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

img {
  height: auto;
  max-width: 100%;
}

/* ==========================================================================
   @ normalize.css v3.0.1 | MIT License | git.io/normalize
   ========================================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

/* ==========================================================================
   @ Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0 0 1rem 0;
  padding: 0;
}

h1 {
  color: #e593a0;
  font-size: 26px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h2, h3, h4 {
  margin-top: 50px;
}

li {
  margin-left: 17px;
}

a {
  color: #cf005d;
  text-decoration: none;
}

.title-packages {
  color: #58595b;
  margin-top: 110px;
}

.title-points {
  background: url(images/icon-list.png) no-repeat;
  margin: 0 0 12px 55px;
  padding: 0 0 20px 55px;
}

.title-pink {
  color: #e593a0;
}

/* ==========================================================================
   @ Grid
   ========================================================================== */
.grid:after {
  content: "";
  display: table;
  clear: both;
}

[class*='grid-'] {
  float: left;
  padding: 0 20px 0 0;
}

.grid-2-3 {
  width: 66.66%;
}

.grid-1-2 {
  width: 50%;
}

.grid-1-3 {
  width: 33.33%;
}

.grid-1-4 {
  width: 25%;
}

.grid-1-8 {
  width: 12.5%;
}

.grid-pad {
  padding: 20px 0 20px 20px;
}

.grid-pad [class*='grid-']:last-of-type {
  padding-right: 20px;
}

/* ==========================================================================
   @ Navigation
   ========================================================================== */
.main-nav {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 45px;
  text-align: center;
  width: 100%;
}

.main-nav ul {
  margin: 0;
}

.main-nav li {
  display: inline-block;
  margin: 0 -4px 0 0;
  padding: 0 18px;
}

.main-nav a {
  color: #58585a;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: -1px;
}

.main-nav a:hover,
.main-nav li.current-menu-item > a {
  border-bottom: 2px solid #f2c5cc;
}

.open-nav {
  display: none;
}

.footer-nav ul,
.footer-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav li {
  display: inline;
}

/* ==========================================================================
   @ Layout
   ========================================================================== */
.container {
  max-width: 925px;
  margin: 0 auto;
  position: relative;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.site-header {
  background: white;
  margin-bottom: 75px;
  padding: 20px 0;
  position: relative;
  width: 100%;
}

.site-logo {
  background: url(images/logo.png) no-repeat;
  background-size: 100%;
  display: block;
  float: left;
  height: 187px;
  margin-top: 30px;
  width: 836px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.site-footer {
  background: #58585a;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  min-height: 300px;
  text-align: center;
  padding: 20px 0;
}

.site-footer a {
  color: white;
}

.page-footer {
  background: #ebe4d4;
  font-family: 'Colaborate-Regular', Arial, sans-serif;
  font-size: 43px;
  letter-spacing: 4px;
  line-height: 170px;
  min-height: 170px;
  text-align: center;
}

.main-content {
  padding-bottom: 40px;
  padding-top: 40px;
}

.home .main-content {
  padding-bottom: 0;
}

.banner {
  background: #e8e8e8;
  overflow: hidden;
}

.banner img {
  display: block;
  margin: 0 auto;
}

.social {
  position: absolute;
  top: 0;
  right: 0;
}

.social > li {
  display: inline-block;
}

.social > li > a {
  background-image: url(images/icons-social.png);
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}

.social-facebook {
  background-position: 0 0;
}

.social-instagram {
  background-position: -43px 0;
}

.social-google {
  background-position: -86px 0;
}

.post-date {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0 0;
}

.post-link {
  font-size: 18px;
}

.post-back {
  display: block;
  margin-bottom: 20px;
}

.post-comments {
  max-width: 90%;
}

.blog-sidebar {
  margin-top: 38px;
  width: 17%;
  float: right;
  font-size: 16px;
  padding: 0;
}

.blog-wrap {
  width: 82%;
}

/* ==========================================================================
   @ Contact
   ========================================================================== */
div.wpcf7 {
  margin-top: 40px;
}

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
  border: 2px solid #eeb7c0;
  border-radius: 4px;
  height: 50px;
  max-width: 100%;
  padding: 0 13px;
}

.wpcf7 .wpcf7-text {
  margin: 0 15px 15px 0;
}

.wpcf7 .wpcf7-textarea {
  height: 190px;
  padding: 10px 13px;
}

.wpcf7 .wpcf7-text::-webkit-input-placeholder {
    color: #58595b;
}

.wpcf7 .wpcf7-text:-moz-placeholder {
   color: #58595b;
   opacity: 1;
}

.wpcf7 .wpcf7-text::-moz-placeholder {
   color: #58595b;
   opacity: 1;
}

.wpcf7 .wpcf7-text:-ms-input-placeholder {
   color: #58595b;
}

.wpcf7 .wpcf7-submit {
  background: url(images/button-submit.png) no-repeat;
  border: 0;
  cursor: pointer;
  float: right;
  height: 121px;
  margin-top: -80px;
  position: relative;
  text-indent: -9999px;
  width: 121px;
  z-index: 2;
}

.wpcf7 .wpcf7-validation-errors {
  background: #9b0019;
  border: 0;
  clear: both;
  color: white;
  font-size: 18px;
  padding: 15px;
  position: relative;
  top: 20px;
}

.wpcf7 .wpcf7-mail-sent-ok {
  background-color: green;
  color: white;
  border: none;
  clear: both;
  font-size: 18px;
  padding: 15px;
  position: relative;
  top: 20px;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 18px;
  margin: -8px 0 0 5px;
}

.contact-email {
  color: #e593a0;
  font-size: 30px;
  font-weight: 600;
}

.contact-email:before {
  background: url(images/icon-email.png) no-repeat;
  content: '';
  display: inline-block;
  height: 32px;
  margin-right: 22px;
  width: 47px;
  vertical-align: middle;
}

/* ==========================================================================
   @ Gallery
   ========================================================================== */
.gallery {
  padding: 20px 0;
}

.gallery-item {
  float: left;
  padding-right: 20px;
  width: 25%;
}

.gallery-item-title {
  margin: 5px 0 20px 0;
  text-align: center;
}

.gallery-popup {
  display: block;
  position: relative;
}

/* ==========================================================================
   @ Miscellaneous
   ========================================================================== */
.alignright {
  float: right;
  margin: 0 0 60px 40px;
}

.alignleft {
  float: left;
  margin: 0 40px 60px 0;
}

hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 20px 0;
}

.button {
  background: #EACD8F;
  border-radius: 10px;
  color: white;
  display: inline-block;
  padding: 12px 20px;
}

.button-header {
  float: right;
  margin-top: 27px;
}

.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

/* ==========================================================================
   @ Form(s)
   ========================================================================== */


/* ==========================================================================
   @ Responsive - Tablet
   ========================================================================== */
@media (max-width: 960px) {
  .main-content {
    padding: 20px;
  }

  .site-header {
    padding: 0 10px;
  }

  .site-logo {
    max-height: 200px;
    max-width: 100%;
  }

  .social {
    top: 10px;
  }
}

@media (max-width: 700px) {
  .main-nav {
    display: none;
    margin: 20px 0;
    width: 100%;
  }

  .main-nav ul > li {
    margin: 0;
  }

  .main-nav ul > li,
  .main-nav ul a {
    width: 100%;
  }

  .open-nav {
    background: url(images/open-nav.png) no-repeat;
    background-size: 100%;
    display: block;
    float: right;
    height: 24px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
  }

  .button-header {
    margin-right: 50px;
  }

  [class*='grid-'] {
    float: none;
    width: 100%;
  }

  .site-header {
    margin-bottom: 0;
  }

  .site-logo {
    height: 0;
    padding-top: 18%;
    max-width: 80%;
  }

  .alignright,
  .alignleft {
    float: none;
    display: block;
    max-width: 100%;
    margin: 0 auto 20px auto;
  }

  .gallery-item {
    width: 50%;
  }

  .google-map {
    margin: 0 0 20px 0;
    padding: 0 20px;
  }

  .title-points {
    margin: 0;
  }

  .page-footer {
    font-size: 24px;
    line-height: normal;
    min-height: 0;
    padding: 30px;
  }

  .contact-email {
    font-size: 16px;
  }

  .blog-sidebar {
    margin: 0;
    padding: 0;
  }
}

/* ==========================================================================
   @ Responsive - Mobile
   ========================================================================== */
@media (max-width: 440px) {
  body {
    font-size: 16px;
  }

  h2 {
    margin-top: 20px;
  }

  .site-header {
    text-align: center;
  }

  .social {
    display: none;
  }

  .button-header {
    float: none;
    margin: 0 auto;
  }

  .site-logo {
    float: none;
  }

  .gallery-item {
    float: none;
    margin: 0 auto 20px auto;
    padding: 0;
    width: 100%;
  }

  .title-points {
    font-size: 20px;
  }

  .wpcf7 br {
    display: none;
  }

  .wpcf7 .wpcf7-not-valid-tip {
    margin-bottom: 10px;
  }
}
