/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 21, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 31, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
/* line 42, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
/* line 52, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 82, ../scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
/* line 90, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 102, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 112, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
/* line 125, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 130, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0em 0;
}

/* line 135, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 140, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 145, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 150, ../scss/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
/* line 159, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
/* line 168, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 172, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
/* line 180, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
/* line 188, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 198, ../scss/_normalize.scss */
p,
pre {
  margin: 0 0 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 210, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
/* line 230, ../scss/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
/* line 239, ../scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 244, ../scss/_normalize.scss */
small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
/* line 254, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 261, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 265, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 280, ../scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 284, ../scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 294, ../scss/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 303, ../scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 318, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
/* line 327, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
/* line 339, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
/* line 351, ../scss/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 359, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
/* line 371, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 387, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
/* line 400, ../scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
/* line 417, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 428, ../scss/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
/* line 440, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
/* line 453, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
/* line 465, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
/* line 474, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 484, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 497, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 510, ../scss/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 517, ../scss/_normalize.scss */
b, strong, .strong {
  font-weight: bold;
}

/* line 519, ../scss/_normalize.scss */
dfn, em, .em {
  font-style: italic;
}

/* line 521, ../scss/_normalize.scss */
small, .small {
  font-size: 75%;
}

/* line 523, ../scss/_normalize.scss */
ul, ol {
  padding: 0;
  list-style-type: none;
}

/* line 528, ../scss/_normalize.scss */
dd {
  margin: 0;
}

/* line 534, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 23, ../scss/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 25, ../scss/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 26, ../scss/_mixins.scss */
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 35, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 42, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 112, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* line 118, ../scss/_mixins.scss */
.text-left {
  text-align: left;
}

/* line 119, ../scss/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 120, ../scss/_mixins.scss */
.text-right {
  text-align: right;
}

/* line 124, ../scss/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 130, ../scss/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 136, ../scss/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 142, ../scss/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 148, ../scss/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
/* line 210, ../scss/_mixins.scss */
.button, .button:visited {
  font-family: "futura", Helvetica, Arial, sans-serif;
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
/* line 229, ../scss/_mixins.scss */
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: white;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
/* line 237, ../scss/_mixins.scss */
.button:active, .button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}

/* line 242, ../scss/_mixins.scss */
.blue-button, .blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  box-shadow: inset 0 0 3px #59b3ec;
}
/* line 248, ../scss/_mixins.scss */
.blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
/* line 252, ../scss/_mixins.scss */
.blue-button:active, .blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/* Font Declarations */
@font-face {
  font-family: 'futura';
  src: url("../fonts/futuralt-book-webfont.eot");
  src: url("../fonts/futuralt-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/futuralt-book-webfont.woff") format("woff"), url("../fonts/futuralt-book-webfont.ttf") format("truetype"), url("../fonts/futuralt-book-webfont.svg#futura_ltbook") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'futura';
  src: url("../fonts/futuralt-bold-webfont.eot");
  src: url("../fonts/futuralt-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/futuralt-bold-webfont.woff") format("woff"), url("../fonts/futuralt-bold-webfont.ttf") format("truetype"), url("../fonts/futuralt-bold-webfont.svg#futura_ltbold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'futura';
  src: url("../fonts/futuralt-bookoblique-webfont.eot");
  src: url("../fonts/futuralt-bookoblique-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/futuralt-bookoblique-webfont.woff") format("woff"), url("../fonts/futuralt-bookoblique-webfont.ttf") format("truetype"), url("../fonts/futuralt-bookoblique-webfont.svg#futura_ltbookoblique") format("svg");
  font-weight: normal;
  font-style: italic;
}

/******************************************************************
Site Name: TUTT
Author: The Drop

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 13, ../scss/_base.scss */
html, body {
  height: 100%;
}

/* line 16, ../scss/_base.scss */
body {
  font-family: "futura", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1;
  color: #94d4c7;
}

/* line 22, ../scss/_base.scss */
.clear {
  clear: both;
}

/* line 26, ../scss/_base.scss */
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
/* line 31, ../scss/_base.scss */
p a {
  color: rgb(103,103,103);
}

/* line 36, ../scss/_base.scss */
p a:hover {
  opacity: 0.8;
}

/* line 40, ../scss/_base.scss */
body.page-id-55 .sixcol.first {
  display: none;
}

/*********************
LAYOUT & GRID STYLES
*********************/
/* line 44, ../scss/_base.scss */
.wrap {
  width: 320px;
  margin: 0 auto;
}

/* line 48, ../scss/_base.scss */
.salvattore-wrap {
  width: 300px;
  margin: 0 auto;
}

/* line 52, ../scss/_base.scss */
.inner-wrap {
  width: 300px;
  margin: 0 auto;
  float: none;
}

/* line 57, ../scss/_base.scss */
.smaller-wrap {
  width: 96%;
  margin: 0 auto;
}

/* line 61, ../scss/_base.scss */
.padd-top {
  padding-top: 50px;
}

/* line 64, ../scss/_base.scss */
.blockPadding {
  padding-top: 30px;
  padding-bottom: 10px;
}

/*********************
LINK STYLES
*********************/
/* line 73, ../scss/_base.scss */
a, a:visited {
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 87, ../scss/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* line 97, ../scss/_base.scss */
img {
  max-width: 100%;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 105, ../scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "futura", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 115, ../scss/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 120, ../scss/_base.scss */
h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

/* line 130, ../scss/_base.scss */
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

/* line 136, ../scss/_base.scss */
h3, .h3 {
  font-size: 1.125em;
}

/* line 140, ../scss/_base.scss */
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

/* line 145, ../scss/_base.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 152, ../scss/_base.scss */
.page-title {
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  display: none;
}

/* line 158, ../scss/_base.scss */
body.page-id-15 .page-title, body.page-id-13 .page-title {
  display: block;
}

/* line 161, ../scss/_base.scss */
body.page-id-15 .sixcol p a {
  color: white;
  text-decoration: none;
}

/* line 166, ../scss/_base.scss */
#wpcf7-f221-p15-o1 {
  width: 300px;
}

/* line 172, ../scss/_base.scss */
body.single-villa-rentals .entry-content h3, body.single-wedding-packages .entry-content h3 {
  color: #676767;
  font-size: 14px;
}
/* line 176, ../scss/_base.scss */
body.single-villa-rentals .entry-content ul, body.single-wedding-packages .entry-content ul {
  list-style-type: disc;
  margin-left: 20px;
}
/* line 179, ../scss/_base.scss */
body.single-villa-rentals .entry-content ul li, body.single-wedding-packages .entry-content ul li {
  padding-bottom: 5px;
  color: #676767;
  font-size: 14px;
}

/* line 189, ../scss/_base.scss */
form.wpcf7-form p, form#contact-invite p {
  height: 58px;
  font-size: 13px;
}
/* line 193, ../scss/_base.scss */
form.wpcf7-form input, form.wpcf7-form select, form.wpcf7-form textarea, form#contact-invite input, form#contact-invite select, form#contact-invite textarea {
  font-family: inherit;
  width: 100%;
  border: 1px solid white;
  background: transparent;
  padding: 10px;
  color: white;
  font-size: 13px;
  border-radius: 0;
  -webkit-appearance: none;
}
/* line 204, ../scss/_base.scss */
form.wpcf7-form input:hover, form#contact-invite input:hover {
  outline: none;
  border-color: #eee;
}
/* line 208, ../scss/_base.scss */
form.wpcf7-form input:focus, form#contact-invite input:focus {
  outline: none;
  border-color: #eee;
}
/* line 212, ../scss/_base.scss */
form.wpcf7-form input::-webkit-input-placeholder, form.wpcf7-form textarea::-webkit-input-placeholder, form#contact-invite input::-webkit-input-placeholder, form#contact-invite textarea::-webkit-input-placeholder {
  color: white;
}
/* line 215, ../scss/_base.scss */
form.wpcf7-form input:-moz-placeholder, form.wpcf7-form textarea:-moz-placeholder, form#contact-invite input:-moz-placeholder, form#contact-invite textarea:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
/* line 219, ../scss/_base.scss */
form.wpcf7-form input::-moz-placeholder, form.wpcf7-form textarea::-moz-placeholder, form#contact-invite input::-moz-placeholder, form#contact-invite textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
/* line 223, ../scss/_base.scss */
form.wpcf7-form input:-ms-input-placeholder, form.wpcf7-form textarea:-ms-input-placeholder, form#contact-invite input:-ms-input-placeholder, form#contact-invite textarea:-ms-input-placeholder {
  color: white;
}
/* line 226, ../scss/_base.scss */
form.wpcf7-form .form-left, form#contact-invite .form-left {
  float: left;
  width: 48.15%;
}
/* line 230, ../scss/_base.scss */
form.wpcf7-form .form-right, form#contact-invite .form-right {
  float: right;
  width: 48.15%;
}
/* line 234, ../scss/_base.scss */
form.wpcf7-form #subscribe-btn, form.wpcf7-form .wpcf7-submit, form#contact-invite #subscribe-btn, form#contact-invite .wpcf7-submit {
  background: white;
  color: #94d4c7;
}
/* line 238, ../scss/_base.scss */
form.wpcf7-form #subscribe-btn:hover, form.wpcf7-form .wpcf7-submit:hover, form#contact-invite #subscribe-btn:hover, form#contact-invite .wpcf7-submit:hover {
  opacity: 0.8;
}
/* line 241, ../scss/_base.scss */
form.wpcf7-form select, form#contact-invite select {
  border: 1px solid white;
  border-radius: none;
  background: transparent;
  padding: 10px;
}
/* line 248, ../scss/_base.scss */
form.wpcf7-form input::-webkit-outer-spin-button,
form.wpcf7-form input::-webkit-inner-spin-button, form#contact-invite input::-webkit-outer-spin-button,
form#contact-invite input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

/* line 254, ../scss/_base.scss */
form#contact-invite {
  height: 60px;
}

/* line 257, ../scss/_base.scss */
.ketchup-error {
  display: none !important;
}

/* line 260, ../scss/_base.scss */
span#result {
  color: white;
  font-size: 13px;
  line-height: 19px;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 266, ../scss/_base.scss */
span#result a {
  color: white;
}
/* SEO target page H1 headings */
.target-page {
    color: white;
    font-size: 1.75em;
    font-weight: 500;
	text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

/* SEO target page H1 headings */
.target-page-h2 {   
	color: white;
	font-family: "futura",Helvetica,Arial,sans-serif;
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
}

/*********************
HEADER STYLES
*********************/
/* line 275, ../scss/_base.scss */
p#logo {
  display: none;
}

/* line 278, ../scss/_base.scss */
.header {
  background: white;
}
/* line 282, ../scss/_base.scss */
.header #logo img {
  width: 376px;
  height: auto;
}
/* line 287, ../scss/_base.scss */
.header .login {
  display: none;
}

/* line 293, ../scss/_base.scss */
body.post-type-archive-photographers .fourcol img {
  width: 100%;
  height: auto;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* line 312, ../scss/_base.scss */
.scrolled-logo, .mobile-logo {
  display: none;
  position: absolute;
  top: 17px;
  left: 20px;
  width: 71px;
  height: auto;
}

/* line 320, ../scss/_base.scss */
.menu-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* line 325, ../scss/_base.scss */
.menu-toggle:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* line 329, ../scss/_base.scss */
.menu-block {
  height: 60px;
  width: 100%;
}

/* line 333, ../scss/_base.scss */
.mobile-logo {
  display: block !important;
  top: 23px !important;
}

/* line 337, ../scss/_base.scss */
#menu-mobile {
  display: block;
}

/* line 340, ../scss/_base.scss */
#menu-main {
  display: none;
}

/* line 343, ../scss/_base.scss */
.mobile-navigation {
  display: block;
}

.mobile-navigation li ul.sub-menu { display: none; }

/* line 346, ../scss/_base.scss */
.main-navigation {
  display: none;
}

/* line 349, ../scss/_base.scss */
.main-navigation, .mobile-navigation {
  border-bottom: 0;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  background: white;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 356, ../scss/_base.scss */
.main-navigation ul, .mobile-navigation ul {
  margin: 0;
}
/* line 359, ../scss/_base.scss */
.main-navigation li, .mobile-navigation li {
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
/* line 361, ../scss/_base.scss */
.main-navigation li a, .mobile-navigation li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px 20px 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #94d4c7;
  letter-spacing: 1px;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
/* line 375, ../scss/_base.scss */
.main-navigation li a:hover, .main-navigation li a:focus, .mobile-navigation li a:hover, .mobile-navigation li a:focus {
  text-decoration: underline;
}
/* line 396, ../scss/_base.scss */
.main-navigation li ul.sub-menu li a,
.main-navigation li ul.children li a, .mobile-navigation li ul.sub-menu li a,
.mobile-navigation li ul.children li a {
  padding-bottom: 10px;
}
/* line 399, ../scss/_base.scss */
.main-navigation li ul.sub-menu li a:hover, .main-navigation li ul.sub-menu li a:focus,
.main-navigation li ul.children li a:hover,
.main-navigation li ul.children li a:focus, .mobile-navigation li ul.sub-menu li a:hover, .mobile-navigation li ul.sub-menu li a:focus,
.mobile-navigation li ul.children li a:hover,
.mobile-navigation li ul.children li a:focus {
  text-decoration: underline !important;
}
/* line 422, ../scss/_base.scss */
.main-navigation li.current-menu-item a,
.main-navigation li.current_page_item a,
.main-navigation li.current-page-ancestor a, .mobile-navigation li.current-menu-item a,
.mobile-navigation li.current_page_item a,
.mobile-navigation li.current-page-ancestor a {
  text-decoration: underline;
}
/* line 425, ../scss/_base.scss */
.main-navigation li.current-menu-item ul li a,
.main-navigation li.current_page_item ul li a,
.main-navigation li.current-page-ancestor ul li a, .mobile-navigation li.current-menu-item ul li a,
.mobile-navigation li.current_page_item ul li a,
.mobile-navigation li.current-page-ancestor ul li a {
  text-decoration: none;
}
/* line 428, ../scss/_base.scss */
.main-navigation li.current-menu-item ul li.current-menu-item a,
.main-navigation li.current_page_item ul li.current-menu-item a,
.main-navigation li.current-page-ancestor ul li.current-menu-item a, .mobile-navigation li.current-menu-item ul li.current-menu-item a,
.mobile-navigation li.current_page_item ul li.current-menu-item a,
.mobile-navigation li.current-page-ancestor ul li.current-menu-item a {
  text-decoration: underline;
}
/* line 434, ../scss/_base.scss */
.main-navigation li#menu-item-25 ul.sub-menu li a.current-menu-item, .mobile-navigation li#menu-item-25 ul.sub-menu li a.current-menu-item {
  text-decoration: none !important;
}

/* end .nav */
/* line 443, ../scss/_base.scss */
.mobile-navigation ul li a {
  text-align: center;
  padding: 10px;
  border-top: 1px solid #f1f1f1;
  font-size: 13px;
}

/* line 453, ../scss/_base.scss */
li.active a {
  text-decoration: underline !important;
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 462, ../scss/_base.scss */
.scrolled {
  position: fixed !important;
  top: 0 !important;
  border: none !important;
  padding-top: 0px;
  background: white;
  z-index: 9999;
}

/* line 471, ../scss/_base.scss */
#container {
  min-height: 100%;
  margin-bottom: -57px;
}

/* line 475, ../scss/_base.scss */
#container:after {
  content: "";
  height: 57px;
  display: block;
}

/* line 481, ../scss/_base.scss */
section.wedding-block {
  width: 100% !important;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 486, ../scss/_base.scss */
section.wedding-block h1 {
  line-height: 1;
  padding-top: 25px;
  padding-bottom: 20px;
}
/* line 491, ../scss/_base.scss */
section.wedding-block p {
  letter-spacing: 0px;
}
/* line 493, ../scss/_base.scss */
section.wedding-block p a {
  color: #676767;
}
/* line 497, ../scss/_base.scss */
section.wedding-block img {
  height: auto;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}

/* line 504, ../scss/_base.scss */
section#testimonial-block {
  display: none;
  background: black;
  position: relative;
  height: auto;
  overflow: hidden;
}
/* line 510, ../scss/_base.scss */
section#testimonial-block img {
  width: 100%;
  opacity: 0.6;
  margin-bottom: 0;
}
/* line 515, ../scss/_base.scss */
section#testimonial-block .full-width {
  position: absolute;
  top: 40%;
  width: 100%;
}
/* line 519, ../scss/_base.scss */
section#testimonial-block .full-width .eightcol {
  text-align: center;
  float: none !important;
  margin: 0 auto;
}
/* line 523, ../scss/_base.scss */
section#testimonial-block .full-width .eightcol p {
  color: white;
}
/* line 525, ../scss/_base.scss */
section#testimonial-block .full-width .eightcol p a {
  color: white;
  text-decoration: none;
}

/* line 534, ../scss/_base.scss */
article img {
  display: block;
}

/* line 537, ../scss/_base.scss */
#babysitting-in-thailand, #flights-to-thailand {
  border-bottom: none;
}

/* line 540, ../scss/_base.scss */
#prev {
  position: absolute;
  bottom: 10px;
  right: 30px;
  z-index: 300;
}
/* line 545, ../scss/_base.scss */
#prev img.big-nav {
  display: none;
}
/* line 548, ../scss/_base.scss */
#prev img.prev-nav-hover {
  display: none;
}

/* line 552, ../scss/_base.scss */
#next {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 300;
}
/* line 557, ../scss/_base.scss */
#next img.big-nav {
  display: none;
}
/* line 560, ../scss/_base.scss */
#next img.next-nav-hover {
  display: none;
}

/* line 564, ../scss/_base.scss */
#prev:hover, #next:hover {
  cursor: pointer;
}

/* line 568, ../scss/_base.scss */
.article-header {
  width: 100%;
  position: relative;
}
/* line 573, ../scss/_base.scss */
.article-header .cycle-overlay .right {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 9999;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 13px;
  color: white;
  -webkit-font-smoothing: antialiased;
  display: none;
}
/* line 585, ../scss/_base.scss */
.article-header .cycle-overlay .left {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 110px;
  z-index: 9999;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: white;
  -webkit-font-smoothing: antialiased;
}
/* line 596, ../scss/_base.scss */
.article-header .cycle-overlay .left .numbers {
  display: inline-block;
}
/* line 599, ../scss/_base.scss */
.article-header .cycle-overlay .left .desc {
  display: none;
}

/* line 605, ../scss/_base.scss */
.article-footer h1 {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0;
}
/* line 611, ../scss/_base.scss */
.article-footer h1 a {
  color: #676767;
}
/* line 614, ../scss/_base.scss */
.article-footer h1 a:hover {
  opacity: 0.8;
}

/* line 620, ../scss/_base.scss */
.boxshadow {
  -moz-box-shadow: inset 0px 30px 30px -10px #F7F7F7;
  -webkit-box-shadow: inset 0px 30px 30px -10px #F7F7F7;
  box-shadow: inset 0px 30px 30px -10px #F7F7F7;
  padding-bottom: 0px;
}

/* line 627, ../scss/_base.scss */
#grid[data-columns]::before {
  content: '1 .column.twelvecol';
}

/* line 631, ../scss/_base.scss */
#grid .column {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 636, ../scss/_base.scss */
[data-columns]::before {
  position: absolute;
  right: 9999em;
  bottom: 9999em;
  visibility: hidden;
}

/* line 645, ../scss/_base.scss */
#gallery {
  position: relative;
  display: none;
}
/* line 648, ../scss/_base.scss */
#gallery a {
  display: none;
}
/* line 651, ../scss/_base.scss */
#gallery a:first-child {
  display: block;
}
/* line 654, ../scss/_base.scss */
#gallery img {
  display: block;
  height: auto;
  width: 100%;
}
/* line 659, ../scss/_base.scss */
#gallery span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #94d4c7;
  text-align: center;
  top: 0;
  display: none;
  background: rgba(148, 212, 199, 0.8);
}
/* line 668, ../scss/_base.scss */
#gallery span p, #gallery span a {
  color: white;
  line-height: 100%;
  position: absolute;
  top: 47%;
  width: 100%;
  font-size: 18px;
  font-weight: 100;
  text-decoration: none;
}
/* line 679, ../scss/_base.scss */
#gallery span:hover {
  cursor: pointer;
}

/* line 684, ../scss/_base.scss */
body.single-galleries #grid {
  margin-top: 0px;
}
/* line 686, ../scss/_base.scss */
body.single-galleries #grid #gallery img:hover {
  opacity: 0.8;
}

/* line 693, ../scss/_base.scss */
ul.gallery_filter {
  padding-top: 18px;
  padding-bottom: 17px;
  width: 100%;
  text-align: center;
  margin: 0;
}
/* line 699, ../scss/_base.scss */
ul.gallery_filter li {
  display: inline-block;
  margin-right: 5px;
  color: #94d4c7;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 706, ../scss/_base.scss */
ul.gallery_filter li a {
  color: #94d4c7;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 712, ../scss/_base.scss */
ul.gallery_filter li a.active {
  text-decoration: underline;
}
/* line 715, ../scss/_base.scss */
ul.gallery_filter li a:hover {
  text-decoration: underline;
}
/* line 718, ../scss/_base.scss */
ul.gallery_filter li ul {
  margin: 0;
}
/* line 720, ../scss/_base.scss */
ul.gallery_filter li ul li {
  display: inline-block;
  margin-right: 5px;
}
/* line 723, ../scss/_base.scss */
ul.gallery_filter li ul li a {
  color: #94d4c7;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 729, ../scss/_base.scss */
ul.gallery_filter li ul li a.active {
  text-decoration: underline;
}
/* line 733, ../scss/_base.scss */
ul.gallery_filter li ul li:last-child {
  margin-right: 0;
}
/* line 738, ../scss/_base.scss */
ul.gallery_filter li.categories {
  margin-right: 0;
}

/* line 742, ../scss/_base.scss */
#gallery-menu-wrap {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
/* line 746, ../scss/_base.scss */
#gallery-menu-wrap ul.gallery_filter {
  width: 50%;
}

/* line 756, ../scss/_base.scss */
.column:first-child {
  margin-left: 0 !important;
}

/* line 760, ../scss/_base.scss */
body.post-type-archive-wedding-packages #text-banner,
body.page-template-page-wedding-packages #text-banner{
  margin-bottom: 0;
}
/* line 763, ../scss/_base.scss */
body.post-type-archive-wedding-packages #text-banner .ninecol h1,
body.page-template-page-wedding-packages  #text-banner .ninecol h1{
  width: 100%;
  padding-top: 20%;
}
/* line 767, ../scss/_base.scss */
body.post-type-archive-wedding-packages #text-banner .ninecol p,
body.page-template-page-wedding-packages  #text-banner .ninecol p {
  width: 100%;
}

/* line 773, ../scss/_base.scss */
body.post-type-archive-wedding-packages .column, body.post-type-archive-villa-rentals .column, {
  float: left;
}

body.post-type-archive-wedding-packages .column, body.page-template-page-wedding-packages .column {
  float: left;
}

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 805, ../scss/_base.scss */
.byline {
  color: #999;
}

/* entry content */
/* line 812, ../scss/_base.scss */
.entry-content {
  padding: 25px 0 15px 0;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
/* line 814, ../scss/_base.scss */
.entry-content h1 {
  font-size: 14px;
  line-height: 19px;
  padding: 0;
  margin: 0;
  color: #676767;
  letter-spacing: 0px;
  text-transform: uppercase;
}
/* line 824, ../scss/_base.scss */
.entry-content p {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #676767;
  margin: 0;
}
/* line 864, ../scss/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 871, ../scss/_base.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 887, ../scss/_base.scss */
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
/* line 892, ../scss/_base.scss */
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
/* line 900, ../scss/_base.scss */
.wp-caption {
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 905, ../scss/_base.scss */
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
/* line 910, ../scss/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* line 917, ../scss/_base.scss */
body.page-id-2, body.page-id-13 {
  background: #94d4c7;
}
/* line 919, ../scss/_base.scss */
body.page-id-2 h1.page-title, body.page-id-13 h1.page-title {
  display: block;
}
/* line 923, ../scss/_base.scss */
body.page-id-2 .threecol ul, body.page-id-13 .threecol ul {
  display: none;
  margin: 0;
}
/* line 926, ../scss/_base.scss */
body.page-id-2 .threecol ul li, body.page-id-13 .threecol ul li {
  padding-bottom: 2px;
}
/* line 928, ../scss/_base.scss */
body.page-id-2 .threecol ul li a, body.page-id-13 .threecol ul li a {
  color: white;
  font-size: 13px;
  padding-bottom: 2px;
}

/* line 937, ../scss/_base.scss */
body.page-id-5 .entry-content, body.page-id-7 .entry-content {
  padding: 0;
}

/* line 940, ../scss/_base.scss */
body.post-type-archive-villa-rentals .article-footer h1 {
  height: 94px;
}

/* line 944, ../scss/_base.scss */
body.page-id-5 .article-header, body.page-id-205 .article-header {
  display: none;
}

/* line 949, ../scss/_base.scss */
body.page-id-13 #social-bottom img {
  display: inline-block !important;
  opacity: 1 !important;
}
/* line 953, ../scss/_base.scss */
body.page-id-13 #social-bottom h1 {
  text-transform: capitalize;
  font-size: 14px !important;
  font-weight: normal;
  text-align: center;
  padding-bottom: 20px;
  text-decoration: underline;
  color: white;
}
/* line 962, ../scss/_base.scss */
body.page-id-13 #social-bottom p {
  color: white;
}

/* line 971, ../scss/_base.scss */
body.page-id-55 .sixcol.last {
  padding-top: 30px;
}
/* line 974, ../scss/_base.scss */
body.page-id-55 .blockPadding {
  padding-top: 0;
}

/* line 980, ../scss/_base.scss */
#middle-block .bold-border {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 50px;
}
/* line 984, ../scss/_base.scss */
#middle-block .bold-border a {
  border: 6px solid white;
  padding: 5px 20px;
  color: white;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 1000, ../scss/_base.scss */
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

/* line 1003, ../scss/_base.scss */
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
/* line 1005, ../scss/_base.scss */
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
/* line 1009, ../scss/_base.scss */
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
/* line 1016, ../scss/_base.scss */
.bones_page_navi li a:hover, .bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
/* line 1025, ../scss/_base.scss */
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
/* line 1030, ../scss/_base.scss */
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
/* line 1041, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
/* line 1044, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
/* line 1053, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 1096, ../scss/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 1100, ../scss/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/* line 1105, ../scss/_base.scss */
.slider-wrapper {
  max-width: 812px;
  margin-bottom: 20px;
}
/* line 1111, ../scss/_base.scss */
.slider-wrapper .cycle-overlay {
  display: none !important;
}

/* line 1115, ../scss/_base.scss */
#slider-wrap {
  width: 100%;
  overflow: hidden;
}

/* line 1119, ../scss/_base.scss */
.article-header #slider {
  width: 620px;
  height: 270px;
  max-height: 550px;
  margin-left: -150px;
  overflow: hidden;
}
/* line 1125, ../scss/_base.scss */
.article-header #slider img {
  width: 620px;
  height: auto;
  max-width: none;
}

/* line 1131, ../scss/_base.scss */
#text-banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #94d4c7;
  margin-bottom: 50px;
}
/* line 1137, ../scss/_base.scss */
#text-banner .ninecol {
  float: none !important;
  margin: 0 auto !important;
}
/* line 1140, ../scss/_base.scss */
#text-banner .ninecol h1 {
  color: white;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 25%;
  width: 90%;
  margin: 0 auto;
}
/* line 1150, ../scss/_base.scss */
#text-banner .ninecol p {
  color: white;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 25%;
}

/* line 1162, ../scss/_base.scss */
body.post-type-archive-villa-rentals #text-banner {
  margin-bottom: 0;
}
/* line 1164, ../scss/_base.scss */
body.post-type-archive-villa-rentals #text-banner .bold-text {
  padding-top: 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center;
  float: none;
  -webkit-font-smoothing: antialiased;
  width: 92%;
}
/* line 1177, ../scss/_base.scss */
body.post-type-archive-villa-rentals #text-banner .bold-border {
  padding-top: 40px;
  padding-bottom: 110px;
  font-size: 17px;
}
/* line 1181, ../scss/_base.scss */
body.post-type-archive-villa-rentals #text-banner .bold-border a {
  border: 8px solid white;
  padding: 10px 40px;
  color: white;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

/* line 1191, ../scss/_base.scss */
.contact-wedding {
  display: none;
}

/* line 1194, ../scss/_base.scss */
.contact-other-event {
  display: none;
}

/* line 1197, ../scss/_base.scss */
.contact-accommodation {
  display: none;
}

/* line 1203, ../scss/_base.scss */
body.post-type-archive-photographers .article-header, body.post-type-archive-villa-rentals .article-header, body.post-type-archive-wedding-packages .article-header, body.post-type-archive-press .article-header, body.post-type-archive-testimonials .article-headerm, body.page-template-page-wedding-packages .article-header {
  background: black !important;
  position: relative;
}
/* line 1206, ../scss/_base.scss */
body.post-type-archive-photographers .article-header a, body.post-type-archive-villa-rentals .article-header a, body.post-type-archive-wedding-packages .article-header a, body.post-type-archive-press .article-header a, body.post-type-archive-testimonials .article-header a, body.page-template-page-wedding-packages .article-header a {
  display: block;
}
/* line 1209, ../scss/_base.scss */
body.post-type-archive-photographers .article-header a span, body.post-type-archive-villa-rentals .article-header a span, body.post-type-archive-wedding-packages .article-header a span, body.post-type-archive-press .article-header a span, body.post-type-archive-testimonials .article-header a span, 
body.page-template-page-wedding-packages .article-header a span {
  display: none;
  position: absolute;
  top: 50% !important;
  width: 100%;
  z-index: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1 !important;
  background: transparent !important;
}
/* line 1224, ../scss/_base.scss */
body.post-type-archive-photographers .article-footer h1, body.post-type-archive-villa-rentals .article-footer h1, body.post-type-archive-wedding-packages .article-footer h1, body.post-type-archive-press .article-footer h1, body.post-type-archive-testimonials .article-footer h1, body.page-template-page-wedding-packages .article-footer h1 {
  color: #676767;
  padding-bottom: 30px;
}
/* line 1229, ../scss/_base.scss */
body.post-type-archive-photographers .article-footer p, body.post-type-archive-villa-rentals .article-footer p, body.post-type-archive-wedding-packages .article-footer p, body.post-type-archive-press .article-footer p, body.post-type-archive-testimonials .article-footer p, body.page-template-page-wedding-packages .article-footer p {
  text-align: center;
  font-size: 13px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
/* line 1234, ../scss/_base.scss */
body.post-type-archive-photographers .article-footer p a, body.post-type-archive-villa-rentals .article-footer p a, body.post-type-archive-wedding-packages .article-footer p a, body.post-type-archive-press .article-footer p a, body.post-type-archive-testimonials .article-footer p a {
  color: #676767;
}

/* line 1240, ../scss/_base.scss */
body.post-type-archive-photographers .article-footer h1 {
  padding-bottom: 5px;
}

/* line 1244, ../scss/_base.scss */
body.post-type-archive-press .article-header {
  background: white !important;
  text-align: center;
}
/* line 1250, ../scss/_base.scss */
body.post-type-archive-press .article-header a span {
  color: black;
  left: 0;
}
/* line 1256, ../scss/_base.scss */
body.post-type-archive-press .threecol img {
  display: inline;
  max-height: 175px;
}
/* line 1261, ../scss/_base.scss */
body.post-type-archive-press .wrap {
  max-width: 1100px;
}

/* line 1265, ../scss/_base.scss */
#map {
  width: 100%;
  height: 550px;
  overflow: hidden;
}
/* line 1269, ../scss/_base.scss */
#map img {
  max-width: none;
}

/* line 1273, ../scss/_base.scss */
.download {
  color: #94d4c7;
}

/* line 1276, ../scss/_base.scss */
.enquiry_form {
  margin: 0 auto !important;
  float: none !important;
  width: 300px;
}

/* line 1281, ../scss/_base.scss */
.chosen-container {
  width: 140px !important;
  line-height: 17px !important;
  -webkit-appearance: none;
  color: #fff !important;
  border-radius: 0 !important;
}
/* line 1287, ../scss/_base.scss */
.chosen-container .chosen-single {
  color: #fff !important;
}

/* line 1292, ../scss/_base.scss */
body.single-villa-rentals .article-footer {
  background: #94d4c7;
  padding: 4px 0;
}
/* line 1295, ../scss/_base.scss */
body.single-villa-rentals .article-footer h1 {
  color: white;
}
/* line 1298, ../scss/_base.scss */
body.single-villa-rentals .article-footer p {
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  margin: 0;
  height: 60px;
  color: white;
}
/* line 1307, ../scss/_base.scss */
body.single-villa-rentals .article-footer p.label {
  height: 25px;
  padding-bottom: 0;
}
/* line 1311, ../scss/_base.scss */
body.single-villa-rentals .article-footer input {
  color: white;
  font-size: 12px;
}
/* line 1315, ../scss/_base.scss */
body.single-villa-rentals .article-footer input.wpcf7-submit {
  color: #94d4c7;
}

/* line 1321, ../scss/_base.scss */
#middle-block {
  background: #94d4c7;
  height: auto;
  margin-top: -3px;
}
/* line 1325, ../scss/_base.scss */
#middle-block .icons {
  padding-top: 40px;
  width: 142px;
  margin: 0 auto;
}
/* line 1329, ../scss/_base.scss */
#middle-block .icons .icon {
  display: inline-block;
  padding: 2px;
}
/* line 1332, ../scss/_base.scss */
#middle-block .icons .icon img {
  width: 20px;
  height: auto;
}
/* line 1337, ../scss/_base.scss */
#middle-block .icons .icon:hover {
  opacity: 0.8;
}
/* line 1341, ../scss/_base.scss */
#middle-block p {
  color: white;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  margin: 0;
}
/* line 1349, ../scss/_base.scss */
#middle-block .bold-text {
  padding-top: 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center;
  float: none;
  -webkit-font-smoothing: antialiased;
  width: 92%;
}
/* line 1362, ../scss/_base.scss */
#middle-block .small-text {
  display: none;
}

/* line 1366, ../scss/_base.scss */
p.island {
  text-transform: capitalize;
}

/* line 1369, ../scss/_base.scss */
hr.divider {
  background: #d9d9d9;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
}

/* line 1376, ../scss/_base.scss */
body.page-id-13 #social-bottom {
  padding-top: 30px;
}

/* line 1379, ../scss/_base.scss */
#social-bottom {
  height: auto;
  padding-top: 10px;
  padding-bottom: 0;
  width: 300px !important;
}
/* line 1384, ../scss/_base.scss */
#social-bottom img {
  padding: 0;
  margin: 0;
}
/* line 1388, ../scss/_base.scss */
#social-bottom #link_box {
  margin-bottom: 10px;
}
/* line 1390, ../scss/_base.scss */
#social-bottom #link_box .link_box_inner {
  position: relative;
  overflow: hidden;
  background: #94d4c7;
  margin-bottom: 10px;
  width: 100%;
  height: 115px;
  text-align: center;
}
/* line 1398, ../scss/_base.scss */
#social-bottom #link_box .link_box_inner h1 {
  position: absolute;
  top: 45%;
  font-size: 18px;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
  color: white;
  z-index: 1;
}
/* line 1408, ../scss/_base.scss */
#social-bottom #link_box .link_box_inner a {
  text-decoration: none;
  color: white;
}
/* line 1412, ../scss/_base.scss */
#social-bottom #link_box .link_box_inner img {
  opacity: 0.8;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  margin-top: -75px !important;
  z-index: 0;
}
/* line 1423, ../scss/_base.scss */
#social-bottom #link_box p {
  display: none;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
/* line 1428, ../scss/_base.scss */
#social-bottom #link_box p a {
  color: #676767;
}
/* line 1432, ../scss/_base.scss */
#social-bottom #link_box p.no-padding {
  padding-bottom: 0 !important;
  height: 20px;
  margin-bottom: 0;
}
/* line 1438, ../scss/_base.scss */
#social-bottom #social_box {
  position: relative;
  margin-bottom: 30px;
}
/* line 1441, ../scss/_base.scss */
#social-bottom #social_box p {
  text-align: center;
  color: white;
  position: absolute;
  top: 50%;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
}
/* line 1453, ../scss/_base.scss */
#social-bottom #social_box p.small_social {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  -webkit-font-smoothing: none;
  text-transform: none;
  top: 40%;
}
/* line 1461, ../scss/_base.scss */
#social-bottom #social_box a {
  text-decoration: none;
  color: white;
}

/* line 1467, ../scss/_base.scss */
#social-bottom.bot {
  padding-top: 0px;
}

/* line 1471, ../scss/_base.scss */
.stretchHeight {
  height: 100% !important;
  width: auto !important;
}

/* line 1475, ../scss/_base.scss */
.stretchWidth {
  width: 100% !important;
  height: auto !important;
}

/* line 1482, ../scss/_base.scss */
body.page-id-13 #social-bottom #link_box .link_box_inner {
  height: 300px;
}
/* line 1484, ../scss/_base.scss */
body.page-id-13 #social-bottom #link_box .link_box_inner h1 {
  position: absolute;
  top: 45%;
  font-size: 18px;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
  color: white;
  z-index: 1;
}
/* line 1494, ../scss/_base.scss */
body.page-id-13 #social-bottom #link_box .link_box_inner a {
  text-decoration: none;
  color: white;
}
/* line 1498, ../scss/_base.scss */
body.page-id-13 #social-bottom #link_box .link_box_inner img {
  margin-top: 0px !important;
}
/* line 1503, ../scss/_base.scss */
body.page-id-13 #social-bottom h1 {
  padding-top: 15px;
}
/* line 1506, ../scss/_base.scss */
body.page-id-13 #social-bottom p {
  display: block !important;
}

/*********************
FOOTER STYLES
*********************/
/* line 1516, ../scss/_base.scss */
.footer {
  height: 100px;
  background: #94d4c7;
  border-top: 1px solid white;
  clear: both;
  display: none;
}

/* line 1523, ../scss/_base.scss */
.mobile-footer {
  display: block;
  background: #94d4c7;
  border-top: 1px solid white;
  clear: both;
}
/* line 1528, ../scss/_base.scss */
.mobile-footer .footer-left {
  float: left;
  padding: 20px 10px;
  margin-bottom: 0;
}
/* line 1532, ../scss/_base.scss */
.mobile-footer .footer-left img {
  width: 197px;
  height: auto;
}
/* line 1537, ../scss/_base.scss */
.mobile-footer .footer-right {
  float: right;
  padding: 16px 10px;
}
/* line 1540, ../scss/_base.scss */
.mobile-footer .footer-right a {
  margin-left: 2px;
}
/* line 1542, ../scss/_base.scss */
.mobile-footer .footer-right a img {
  width: 20px;
  height: auto;
}

/* line 1550, ../scss/_base.scss */
#bottom-footer {
  display: none;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* line 1563, ../scss/_base.scss */
.center {
  text-align: center;
  padding-top: 34px;
}

/* end .footer-links */
/* @group Base */
/* line 2, ../scss/_chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  float: right;
  margin-bottom: 20px;
}

/* line 15, ../scss/_chosen.scss */
span.adults-number .chosen-container {
  float: left;
}

/* line 18, ../scss/_chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid white;
  border-top: 0;
  background: #94d4c7;
}

/* line 28, ../scss/_chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

/* line 31, ../scss/_chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
/* line 37, ../scss/_chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px;
  border: 1px solid white;
  background: transparent;
  color: white;
  text-decoration: none;
  white-space: nowrap;
}

/* line 48, ../scss/_chosen.scss */
.chosen-container-single .chosen-default {
  color: white;
}

/* line 51, ../scss/_chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 58, ../scss/_chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 61, ../scss/_chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 71, ../scss/_chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 74, ../scss/_chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 77, ../scss/_chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 23px;
  height: 100%;
}

/* line 85, ../scss/_chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/down_arrow.png") no-repeat 0px 17px;
}

/* line 91, ../scss/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/up_arrow.png") no-repeat 0px 17px;
}

/* line 95, ../scss/_chosen.scss */
.chosen-container-single .chosen-search {
  display: none;
}

/* line 98, ../scss/_chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 103, ../scss/_chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
/* line 110, ../scss/_chosen.scss */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  background: #94d4c7;
}

/* line 120, ../scss/_chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  background: #94d4c7;
  color: white;
}

/* line 129, ../scss/_chosen.scss */
.chosen-container .chosen-results li:hover {
  opacity: 0.8;
}

/* line 132, ../scss/_chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 136, ../scss/_chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 141, ../scss/_chosen.scss */
.chosen-container .chosen-results li.highlighted {
  color: #fff;
}

/* line 144, ../scss/_chosen.scss */
.chosen-container .chosen-results li.no-results {
  display: list-item;
}

/* line 147, ../scss/_chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 152, ../scss/_chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 155, ../scss/_chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 162, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  opacity: 0.8;
  cursor: text;
}

/* line 177, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 181, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 186, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 200, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

/* line 204, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 207, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  color: #666;
}

/* line 211, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 214, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 217, ../scss/_chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 221, ../scss/_chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 229, ../scss/_chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid white;
}

/* line 234, ../scss/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 238, ../scss/_chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 242, ../scss/_chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: white !important;
}

/* @end */
/* @group Disabled Support */
/* line 248, ../scss/_chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 252, ../scss/_chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 255, ../scss/_chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 261, ../scss/_chosen.scss */
.chosen-rtl {
  text-align: right;
}

/* line 264, ../scss/_chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 268, ../scss/_chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 273, ../scss/_chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 276, ../scss/_chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 280, ../scss/_chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 284, ../scss/_chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 287, ../scss/_chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 290, ../scss/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 294, ../scss/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 299, ../scss/_chosen.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

/* line 302, ../scss/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 306, ../scss/_chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 310, ../scss/_chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 313, ../scss/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 316, ../scss/_chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 12, ../scss/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, ../scss/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 31, ../scss/_fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 35, ../scss/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  padding: 0 !important;
}

/* line 39, ../scss/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 43, ../scss/_fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 47, ../scss/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 51, ../scss/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 59, ../scss/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 65, ../scss/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 70, ../scss/_fancybox.scss */
#fancybox-loading {
  background: url("../images/loading.gif") no-repeat;
}

/* line 73, ../scss/_fancybox.scss */
.fancybox-close {
  background: url("../images/close.png") no-repeat;
}

/* line 76, ../scss/_fancybox.scss */
.fancybox-prev span {
  background: url("../images/left.png") no-repeat;
}

/* line 79, ../scss/_fancybox.scss */
.fancybox-next span {
  background: url("../images/right.png") no-repeat;
}

/* line 83, ../scss/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 95, ../scss/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/loading.gif") center center no-repeat;
}

/* line 101, ../scss/_fancybox.scss */
.fancybox-close {
  display: block;
  position: fixed;
  width: 115px;
  height: 30px;
  top: 30px;
  right: 30px;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

/* line 113, ../scss/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

/* line 125, ../scss/_fancybox.scss */
.fancybox-prev {
  position: absolute;
  left: -50px;
  float: left;
  background: url(../images/left.png) left 48% no-repeat;
}

/* line 132, ../scss/_fancybox.scss */
.fancybox-next {
  position: absolute;
  right: -40px;
  float: right;
  background: url(../images/right.png) right 48% no-repeat;
}

/* line 139, ../scss/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 150, ../scss/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 155, ../scss/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 164, ../scss/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 176, ../scss/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 181, ../scss/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 185, ../scss/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 189, ../scss/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: white;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
}

/* line 199, ../scss/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 205, ../scss/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 212, ../scss/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 219, ../scss/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 223, ../scss/_fancybox.scss */
.fancybox-title-float-wrap {
  z-index: 8050;
  text-align: center;
  margin-top: 15px;
}

/* line 229, ../scss/_fancybox.scss */
.fancybox-title-float-wrap .child {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: black;
  padding-top: 20px;
  letter-spacing: 0;
}

/* line 238, ../scss/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 244, ../scss/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 248, ../scss/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 263, ../scss/_fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 268, ../scss/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /* line 18, ../scss/_481up.scss */
  .wrap {
    width: 320px !important;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 26, ../scss/_481up.scss */
  body.page-id-5 .entry-content {
    padding: 40px 0 20px 0;
  }

  /* line 30, ../scss/_481up.scss */
  section#testimonial-block .full-width .eightcol h1 {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    padding-bottom: 20px;
  }

  /* line 38, ../scss/_481up.scss */
  body.post-type-archive-press .article-footer h1 {
    font-size: 10px;
    line-height: 1;
    height: 80px;
    overflow: hidden;
  }

  /* line 46, ../scss/_481up.scss */
  #slider {
    display: block !important;
  }

  /* line 50, ../scss/_481up.scss */
  body.single-wedding-packages .ninecol #slider {
    max-width: 812px;
  }

  /* line 54, ../scss/_481up.scss */
  #slider {
    width: 100%;
    height: auto;
    max-height: 550px;
    margin-left: 0;
    overflow: hidden;
  }
  /* line 60, ../scss/_481up.scss */
  #slider img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  /* line 68, ../scss/_481up.scss */
  .article-header .cycle-overlay .left {
    left: 10px;
  }
  /* line 71, ../scss/_481up.scss */
  .article-header #slider {
    width: 100%;
    height: auto;
    max-height: 550px;
    margin-left: 0;
    overflow: hidden;
  }
  /* line 77, ../scss/_481up.scss */
  .article-header #slider img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  /* line 88, ../scss/_481up.scss */
  #social-bottom.wrap {
    width: 45%;
  }

  /* .menu is clearfixed inside mixins.scss */
  /* line 93, ../scss/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 94, ../scss/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 95, ../scss/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 96, ../scss/_481up.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 141, ../scss/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 145, ../scss/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 150, ../scss/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 155, ../scss/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /* line 164, ../scss/_481up.scss */
  #middle-block {
    background: #94d4c7;
    height: auto;
    margin-top: -3px;
  }
  /* line 168, ../scss/_481up.scss */
  #middle-block .icons {
    padding-top: 140px;
    width: 142px;
    margin: 0 auto;
  }
  /* line 172, ../scss/_481up.scss */
  #middle-block .icons .icon {
    display: inline-block;
    padding: 2px;
  }
  /* line 177, ../scss/_481up.scss */
  #middle-block p {
    color: white;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
    margin: 0;
  }
  /* line 185, ../scss/_481up.scss */
  #middle-block .bold-text {
    padding-top: 55px;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
    float: none;
    -webkit-font-smoothing: antialiased;
  }
  /* line 197, ../scss/_481up.scss */
  #middle-block .small-text {
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block;
  }
  /* line 203, ../scss/_481up.scss */
  #middle-block .bold-border {
    padding-top: 40px;
    padding-bottom: 160px;
    font-size: 17px;
  }
  /* line 207, ../scss/_481up.scss */
  #middle-block .bold-border a {
    border: 8px solid white;
    padding: 10px 40px;
    color: white;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
  }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
@media only screen and (min-width: 600px) {
  /* line 1, ../scss/_600up.scss */
  .salvattore-wrap {
    width: 100%;
  }

  /* line 4, ../scss/_600up.scss */
  #grid[data-columns]::before {
    content: '3 .column.fourcol' !important;
  }

  /* line 7, ../scss/_600up.scss */
  #grid .column {
    width: 28.95% !important;
    margin-left: 2.1919% !important;
    margin-right: 2.1919% !important;
  }

  /* line 12, ../scss/_600up.scss */
  .wrap {
    width: 75% !important;
  }

  /* line 15, ../scss/_600up.scss */
  .inner-wrap {
    width: 75%;
  }

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  /* line 24, ../scss/_grid.scss */
  .onecol {
    width: 4.16666658%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 25, ../scss/_grid.scss */
  .twocol {
    width: 12.87878788%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 26, ../scss/_grid.scss */
  .threecol {
    width: 21.590909091%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 27, ../scss/_grid.scss */
  .fourcol {
    width: 30.30303030%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 28, ../scss/_grid.scss */
  .fivecol {
    width: 39.015151525%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 29, ../scss/_grid.scss */
  .sixcol {
    width: 47.727272728%;
  }

  /* 48%;    } /* grid_6  */
  /* line 30, ../scss/_grid.scss */
  .sevencol {
    width: 56.439393939%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 31, ../scss/_grid.scss */
  .eightcol {
    width: 65.15151515%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 32, ../scss/_grid.scss */
  .ninecol {
    width: 73.863636367%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 33, ../scss/_grid.scss */
  .tencol {
    width: 82.57575758%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 34, ../scss/_grid.scss */
  .elevencol {
    width: 91.287877879%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 35, ../scss/_grid.scss */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  /* line 38, ../scss/_grid.scss */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 4.545454%;
  }

  /* line 44, ../scss/_grid.scss */
  .first {
    margin-left: 0;
  }

  /* line 48, ../scss/_grid.scss */
  .last {
    float: right;
  }

  /* line 21, ../scss/_600up.scss */
  .entry-content {
    padding: 50px 0 30px 0;
  }

  /* line 25, ../scss/_600up.scss */
  section.wedding-block, .blockPadding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* line 29, ../scss/_600up.scss */
  section.wedding-block {
    border-bottom: 1px solid #dddddd;
  }
  /* line 31, ../scss/_600up.scss */
  section.wedding-block .sixcol {
    width: 99.999997%;
  }
  /* line 33, ../scss/_600up.scss */
  section.wedding-block .sixcol img {
    max-width: 100%;
  }

  /* line 39, ../scss/_600up.scss */
  body.post-type-archive-photographers .article-header a span {
    font-size: 10px;
  }
  /* line 43, ../scss/_600up.scss */
  body.post-type-archive-photographers .article-footer p a.websiteLink {
    display: none;
  }

  /* line 50, ../scss/_600up.scss */
  body.page-id-15 .inner-wrap, body.page-id-55 .inner-wrap {
    width: 100% !important;
  }
  /* line 53, ../scss/_600up.scss */
  body.page-id-15 .sixcol, body.page-id-55 .sixcol {
    width: 80% !important;
    margin: 0 auto !important;
    float: none;
  }
  /* line 58, ../scss/_600up.scss */
  body.page-id-15 #wpcf7-f221-p15-o1, body.page-id-55 #wpcf7-f221-p15-o1 {
    width: 450px;
  }
  /* line 60, ../scss/_600up.scss */
  body.page-id-15 #wpcf7-f221-p15-o1 .chosen-container, body.page-id-55 #wpcf7-f221-p15-o1 .chosen-container {
    width: 217px !important;
  }
  /* line 64, ../scss/_600up.scss */
  body.page-id-15 form#contact-invite, body.page-id-55 form#contact-invite {
    width: 450px;
  }

  /* line 69, ../scss/_600up.scss */
  #container {
    margin-bottom: -100px !important;
  }

  /* line 72, ../scss/_600up.scss */
  #container:after {
    height: 100px !important;
  }

  /* line 76, ../scss/_600up.scss */
  ul.gallery_filter li {
    margin-right: 20px !important;
  }
  /* line 78, ../scss/_600up.scss */
  ul.gallery_filter li ul li {
    margin-right: 20px !important;
  }

  /* line 82, ../scss/_600up.scss */
  #gallery-menu-wrap {
    width: 96%;
  }

  /* line 86, ../scss/_600up.scss */
  #prev {
    position: absolute;
    top: 46%;
    left: 50px;
    bottom: auto !important;
    right: auto !important;
    z-index: 9999;
  }
  /* line 93, ../scss/_600up.scss */
  #prev img.small-nav {
    display: none;
  }
  /* line 96, ../scss/_600up.scss */
  #prev img.big-nav {
    display: block !important;
  }

  /* line 101, ../scss/_600up.scss */
  #prev:hover img.big-nav {
    display: none !important;
  }
  /* line 104, ../scss/_600up.scss */
  #prev:hover img.prev-nav-hover {
    display: block !important;
  }

  /* line 108, ../scss/_600up.scss */
  #next {
    position: absolute;
    top: 46%;
    bottom: auto !important;
    right: 50px !important;
    z-index: 9999;
  }
  /* line 114, ../scss/_600up.scss */
  #next img.small-nav {
    display: none;
  }
  /* line 117, ../scss/_600up.scss */
  #next img.big-nav {
    display: block !important;
  }

  /* line 122, ../scss/_600up.scss */
  #next:hover img.big-nav {
    display: none !important;
  }
  /* line 125, ../scss/_600up.scss */
  #next:hover img.next-nav-hover {
    display: block !important;
  }

  /* line 129, ../scss/_600up.scss */
  .slider-wrapper {
    max-width: 812px;
    margin-bottom: 20px;
  }
  /* line 132, ../scss/_600up.scss */
  .slider-wrapper #prev {
    left: 30px !important;
  }
  /* line 135, ../scss/_600up.scss */
  .slider-wrapper #next {
    right: 30px !important;
  }

  /* line 139, ../scss/_600up.scss */
  .cycle-overlay .right {
    position: absolute;
    bottom: 30px !important;
    left: auto !important;
    right: 50px !important;
    z-index: 9999;
    font-size: 13px !important;
    color: white;
    display: block !important;
  }

  /* line 149, ../scss/_600up.scss */
  .cycle-overlay .left {
    bottom: 30px !important;
    left: 50px !important;
  }
  /* line 152, ../scss/_600up.scss */
  .cycle-overlay .left .desc {
    display: inline-block !important;
  }

  /* line 156, ../scss/_600up.scss */
  body.page-id-13 #social-bottom {
    padding-top: 50px;
  }

  /* line 160, ../scss/_600up.scss */
  #social-bottom {
    padding-top: 50px;
    width: 92% !important;
    max-width: 1100px;
  }
  /* line 164, ../scss/_600up.scss */
  #social-bottom #link_box {
    margin-bottom: 0px !important;
  }
  /* line 166, ../scss/_600up.scss */
  #social-bottom #link_box .link_box_inner {
    height: auto !important;
    margin-bottom: 30px;
  }
  /* line 169, ../scss/_600up.scss */
  #social-bottom #link_box .link_box_inner h1 {
    position: absolute;
    top: 49%;
    font-size: 26px;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
    color: white;
  }
  /* line 178, ../scss/_600up.scss */
  #social-bottom #link_box .link_box_inner img {
    margin: 0 !important;
    margin-top: 0 !important;
    opacity: 0.5;
  }
  /* line 187, ../scss/_600up.scss */
  #social-bottom #link_box p {
    display: block;
    height: 57px;
    padding-bottom: 0;
    margin-bottom: 20px;
    overflow: hidden;
  }
  /* line 195, ../scss/_600up.scss */
  #social-bottom h1 {
    font-size: 14px !important;
    top: 48% !important;
    padding-top: 0 !important;
  }

  /* line 201, ../scss/_600up.scss */
  #social-bottom.bot {
    padding-top: 45px !important;
    padding-bottom: 45px;
    display: block;
  }

  /* line 206, ../scss/_600up.scss */
  #social_box {
    margin-bottom: 50px !important;
  }

  /* line 209, ../scss/_600up.scss */
  .footer {
    display: block !important;
  }

  /* line 212, ../scss/_600up.scss */
  .mobile-footer {
    display: none !important;
  }

  /* line 217, ../scss/_600up.scss */
  body.page-id-2 .threecol ul, body.page-id-13 .threecol ul {
    display: block !important;
  }

  /* line 223, ../scss/_600up.scss */
  body.page-id-55 .sixcol.first {
    display: none;
  }
  /* line 226, ../scss/_600up.scss */
  body.page-id-55 .sixcol.last {
    padding-top: 50px;
  }
  /* line 229, ../scss/_600up.scss */
  body.page-id-55 .blockPadding {
    padding-top: 0;
  }

  /* line 235, ../scss/_600up.scss */
  body.page-id-13 #social-bottom {
    padding-bottom: 25px;
  }
  /* line 237, ../scss/_600up.scss */
  body.page-id-13 #social-bottom #link_box .link_box_inner:hover img {
    cursor: default !important;
  }

  /* line 243, ../scss/_600up.scss */
  body.page-id-5 .article-header, body.page-id-205 .article-header {
    display: block;
  }

  /* line 248, ../scss/_600up.scss */
  body.single-villa-rentals .article-footer {
    padding: 50px 0;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 26, ../scss/_768up.scss */
  .wrap {
    width: 92% !important;
  }

  /* line 29, ../scss/_768up.scss */
  body.page-id-2 .sixcol, body.page-id-55 .sixcol {
    width: 47.727272728% !important;
  }

  /* line 32, ../scss/_768up.scss */
  .inner-wrap {
    width: 92%;
    max-width: 1100px;
  }

  /* line 36, ../scss/_768up.scss */
  .salvattore-wrap {
    width: 92% !important;
    margin: 0 auto;
  }

  /* line 41, ../scss/_768up.scss */
  p#logo {
    display: block;
  }

  /*********************
  HEADER STYLES
  *********************/
  /* line 49, ../scss/_768up.scss */
  .header {
    position: relative;
  }
  /* line 51, ../scss/_768up.scss */
  .header #logo {
    padding-top: 68px;
    padding-bottom: 35px;
    margin: 0;
    text-align: center;
  }
  /* line 57, ../scss/_768up.scss */
  .header .login {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 6px;
    border: 1px solid #94d4c7;
    letter-spacing: 1px;
  }
  /* line 65, ../scss/_768up.scss */
  .header .login a {
    font-size: 12px;
    color: #94d4c7;
    text-decoration: none;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 77, ../scss/_768up.scss */
  .mobile-navigation {
    display: none;
  }

  /* line 80, ../scss/_768up.scss */
  .main-navigation, #menu-main {
    display: block;
  }

  /* line 84, ../scss/_768up.scss */
  .nav {
    border: 0;
    width: 100%;
    text-align: center;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 89, ../scss/_768up.scss */
  .nav li {
    display: inline-block;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 93, ../scss/_768up.scss */
  .nav li a {
    border-bottom: 0;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 113, ../scss/_768up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    background: #94d4c7;
    top: 41px;
    padding: 10px 30px;
    /* highlight sub-menu current page */
  }
  /* line 123, ../scss/_768up.scss */
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 126, ../scss/_768up.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    color: white;
  }
  /* line 132, ../scss/_768up.scss */
  .nav li ul.sub-menu li a:hover, .nav li ul.sub-menu li a:focus,
  .nav li ul.children li a:hover,
  .nav li ul.children li a:focus {
    text-decoration: underline !important;
  }
  /* line 143, ../scss/_768up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 165, ../scss/_768up.scss */
  .nav li:hover ul {
    top: auto;
    display: block;
  }
  /* line 172, ../scss/_768up.scss */
  .nav li#menu-item-76:hover::before, .nav li#menu-item-25:hover::before, .nav li#menu-item-21:hover::before {
    background: #94d4c7;
    border: solid #94d4c7;
    border-width: 0px;
    bottom: -25px;
    content: ' ';
    display: block;
    height: 30px;
    left: 27%;
    position: absolute;
    width: 30px;
    z-index: 99;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 50% 50%;
    -o-transform: rotate(-45deg);
    -o-transform-origin: 50% 50%;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
  }
  /* line 195, ../scss/_768up.scss */
  .nav li#menu-item-25:hover::before {
    left: 33% !important;
  }
  /* line 198, ../scss/_768up.scss */
  .nav li#menu-item-76:hover::before {
    left: 38% !important;
  }
  /* line 201, ../scss/_768up.scss */
  .nav li#menu-item-76 ul.sub-menu {
    left: -62px;
    width: 260px;
  }
  /* line 210, ../scss/_768up.scss */
  .nav li#menu-item-25 ul.sub-menu {
    left: -100px;
  }
  /* line 213, ../scss/_768up.scss */
  .nav li#menu-item-25 ul.sub-menu li a {
    width: 220px;
    text-decoration: none;
  }
  /* line 219, ../scss/_768up.scss */
  .nav li#menu-item-21 ul.sub-menu {
    left: -95px;
  }
  /* line 222, ../scss/_768up.scss */
  .nav li#menu-item-21 ul.sub-menu li a {
    width: 190px;
  }

  /* end .nav */
  /* line 238, ../scss/_768up.scss */
  #social-bottom h1 {
    font-size: 18px !important;
    top: 49% !important;
  }

  /* line 244, ../scss/_768up.scss */
  body.page-id-5 .entry-content, body.page-id-7 .entry-content {
    padding: 50px 0 50px 0;
  }

  /* line 248, ../scss/_768up.scss */
  section.wedding-block {
    width: 100% !important;
  }
  /* line 250, ../scss/_768up.scss */
  section.wedding-block h1 {
    padding-top: 0;
  }
  /* line 253, ../scss/_768up.scss */
  section.wedding-block .sixcol {
    width: 47.727272728% !important;
  }
  /* line 257, ../scss/_768up.scss */
  section.wedding-block .sixcol p {
    padding-bottom: 0px;
  }

  /* line 262, ../scss/_768up.scss */
  .sixcol.first {
    overflow: hidden;
  }
  /* line 264, ../scss/_768up.scss */
  .sixcol.first .wed-img {
    width: 550px !important;
    min-height: 500px;
  }

  /* line 272, ../scss/_768up.scss */
  section#testimonial-block {
    display: block !important;
  }

  /* line 275, ../scss/_768up.scss */
  section#testimonial-block .full-width .eightcol h1 {
    font-size: 18px;
    line-height: 22px;
  }

  /* line 280, ../scss/_768up.scss */
  .enquiry_form {
    margin: 0 auto !important;
    float: none !important;
    width: 525px;
  }
  /* line 284, ../scss/_768up.scss */
  .enquiry_form .chosen-container {
    width: 253px !important;
  }

  /* line 289, ../scss/_768up.scss */
  body.page-id-15 .inner-wrap, body.page-id-55 .inner-wrap {
    width: 100% !important;
  }
  /* line 292, ../scss/_768up.scss */
  body.page-id-15 .sixcol, body.page-id-55 .sixcol {
    width: 80% !important;
    margin: 0 auto !important;
    float: none;
  }
  /* line 297, ../scss/_768up.scss */
  body.page-id-15 .sixcol.last, body.page-id-55 .sixcol.last {
    float: none;
  }
  /* line 300, ../scss/_768up.scss */
  body.page-id-15 #wpcf7-f221-p15-o1, body.page-id-55 #wpcf7-f221-p15-o1 {
    width: 525px;
  }
  /* line 302, ../scss/_768up.scss */
  body.page-id-15 #wpcf7-f221-p15-o1 .chosen-container, body.page-id-55 #wpcf7-f221-p15-o1 .chosen-container {
    width: 253px !important;
  }
  /* line 306, ../scss/_768up.scss */
  body.page-id-15 form#contact-invite, body.page-id-55 form#contact-invite {
    width: 525px;
  }

  /* line 311, ../scss/_768up.scss */
  body.page-id-55 .sixcol.last img {
    display: none;
  }

  /* line 316, ../scss/_768up.scss */
  body.page-id-55 .sixcol {
    width: 92% !important;
  }

  /* line 322, ../scss/_768up.scss */
  .stretchHeight {
    height: 100% !important;
    width: auto !important;
  }

  /* line 326, ../scss/_768up.scss */
  .stretchWidth {
    width: 100% !important;
    height: auto !important;
  }

  /* line 332, ../scss/_768up.scss */
  body.post-type-archive-photographers .article-header a span {
    font-size: 14px;
  }
  /* line 336, ../scss/_768up.scss */
  body.post-type-archive-photographers .article-footer p a.websiteLink {
    display: block;
  }

  /* line 344, ../scss/_768up.scss */
  body.post-type-archive-villa-rentals #text-banner .bold-border {
    padding-bottom: 160px;
  }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /* line 361, ../scss/_768up.scss */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }

  /* end .footer-links */
  /* line 375, ../scss/_768up.scss */
  #bottom-footer {
    display: block;
    background: #aeded4;
  }
  /* line 378, ../scss/_768up.scss */
  #bottom-footer p.footer-left {
    float: left;
    color: white;
    font-size: 13px;
    margin: 0;
    padding: 20px 0px 10px 20px;
  }
  /* line 384, ../scss/_768up.scss */
  #bottom-footer p.footer-left a {
    color: white;
    text-decoration: none;
  }
  /* line 388, ../scss/_768up.scss */
  #bottom-footer p.footer-left a:hover {
    text-decoration: underline;
  }
  /* line 392, ../scss/_768up.scss */
  #bottom-footer p.footer-right {
    float: right;
    color: white;
    font-size: 13px;
    margin: 0;
    padding: 12px 20px 10px 0px;
  }
  /* line 398, ../scss/_768up.scss */
  #bottom-footer p.footer-right img {
    width: 75px;
    vertical-align: middle;
  }

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  /* line 24, ../scss/_grid.scss */
  .onecol {
    width: 4.16666658%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 25, ../scss/_grid.scss */
  .twocol {
    width: 12.87878788%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 26, ../scss/_grid.scss */
  .threecol {
    width: 21.590909091%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 27, ../scss/_grid.scss */
  .fourcol {
    width: 30.30303030%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 28, ../scss/_grid.scss */
  .fivecol {
    width: 39.015151525%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 29, ../scss/_grid.scss */
  .sixcol {
    width: 47.727272728%;
  }

  /* 48%;    } /* grid_6  */
  /* line 30, ../scss/_grid.scss */
  .sevencol {
    width: 56.439393939%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 31, ../scss/_grid.scss */
  .eightcol {
    width: 65.15151515%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 32, ../scss/_grid.scss */
  .ninecol {
    width: 73.863636367%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 33, ../scss/_grid.scss */
  .tencol {
    width: 82.57575758%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 34, ../scss/_grid.scss */
  .elevencol {
    width: 91.287877879%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 35, ../scss/_grid.scss */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  /* line 38, ../scss/_grid.scss */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 4.545454%;
  }

  /* line 44, ../scss/_grid.scss */
  .first {
    margin-left: 0;
  }

  /* line 48, ../scss/_grid.scss */
  .last {
    float: right;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: Take Us To Thailand
  Author: The Drop
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /* line 12, ../scss/_1030up.scss */
  section#testimonial-block .full-width .eightcol h1 {
    font-size: 20px;
    line-height: 26px;
  }

  /* line 18, ../scss/_1030up.scss */
  #social-bottom h1 {
    top: 49% !important;
    font-size: 22px !important;
  }

  /* line 24, ../scss/_1030up.scss */
  body.post-type-archive-press .article-footer h1 {
    font-size: 13px;
    line-height: 17px;
  }

  /* line 31, ../scss/_1030up.scss */
  body.page-id-15 .sixcol, body.page-id-13 .sixcol, body.page-id-55 .sixcol {
    width: 47.727272728% !important;
    float: left !important;
    margin-left: 4.545454% !important;
  }
  /* line 36, ../scss/_1030up.scss */
  body.page-id-15 .sixcol.first, body.page-id-13 .sixcol.first, body.page-id-55 .sixcol.first {
    margin-left: 0 !important;
  }
  /* line 39, ../scss/_1030up.scss */
  body.page-id-15 #wpcf7-f221-p15-o1, body.page-id-13 #wpcf7-f221-p15-o1, body.page-id-55 #wpcf7-f221-p15-o1 {
    width: 450px !important;
  }
  /* line 41, ../scss/_1030up.scss */
  body.page-id-15 #wpcf7-f221-p15-o1 .chosen-container, body.page-id-13 #wpcf7-f221-p15-o1 .chosen-container, body.page-id-55 #wpcf7-f221-p15-o1 .chosen-container {
    width: 217px !important;
  }
  /* line 45, ../scss/_1030up.scss */
  body.page-id-15 form#contact-invite, body.page-id-13 form#contact-invite, body.page-id-55 form#contact-invite {
    width: 450px !important;
  }

  /* line 50, ../scss/_1030up.scss */
  body.page-id-13 .sixcol.last img, body.page-id-55 .sixcol.last img {
    display: block;
  }

  /* line 55, ../scss/_1030up.scss */
  body.page-id-55 .sixcol.first {
    display: block;
  }
  /* line 58, ../scss/_1030up.scss */
  body.page-id-55 .sixcol.last {
    padding-top: 0px;
  }
  /* line 61, ../scss/_1030up.scss */
  body.page-id-55 .blockPadding {
    padding-top: 50px;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /* line 12, ../scss/_1240up.scss */
  .first {
    margin-left: 0 !important;
  }

  /* line 15, ../scss/_1240up.scss */
  #slider {
    height: auto;
    overflow: hidden;
  }
  /* line 18, ../scss/_1240up.scss */
  #slider img {
    width: 100%;
  }

  /* line 22, ../scss/_1240up.scss */
  #text-banner {
    height: 520px;
  }

  /* line 25, ../scss/_1240up.scss */
  section#testimonial-block {
    height: auto;
  }

  /* line 29, ../scss/_1240up.scss */
  .wrap {
    width: 92% !important;
    max-width: 1100px !important;
  }

  /* line 33, ../scss/_1240up.scss */
  .salvattore-wrap {
    width: 1150px !important;
    margin: 0 auto;
  }

  /* line 37, ../scss/_1240up.scss */
  .stretchHeight {
    width: 100% !important;
    height: auto !important;
  }

  /* line 41, ../scss/_1240up.scss */
  .stretchWidth {
    width: 100% !important;
    height: auto !important;
  }

  /* line 45, ../scss/_1240up.scss */
  #wpcf7-f221-p15-o1 {
    width: 100% !important;
  }
  /* line 47, ../scss/_1240up.scss */
  #wpcf7-f221-p15-o1 .chosen-container {
    width: 246px !important;
  }

  /* line 51, ../scss/_1240up.scss */
  form#contact-invite {
    width: 100% !important;
  }

  /* line 54, ../scss/_1240up.scss */
  #gallery-menu-wrap {
    width: 100%;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 23, ../scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 28, ../scss/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 33, ../scss/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 40, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 44, ../scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 49, ../scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 53, ../scss/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 57, ../scss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 65, ../scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 71, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 80, ../scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

/* ==== FIVE ==== */

.videoWrapper { position: relative; padding-bottom: 40.9%; /* 16:9 */ padding-top: 25px; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.facebook-video { display: block;
    position: relative;
    width: 100%; float: left; padding-bottom: 20px; }

.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe { width: 100% !important; }

#slider-wrapper { background: #94d4c7; }

.header #logo { padding-top: 55px; padding-bottom: 22px;  }
.header, .main-navigation, .mobile-navigation { background: #94d4c7; color: white;  }
.main-navigation li a, .mobile-navigation li a { color: white; }


#middle-block .bold-border { padding-bottom: 75px; }
#middle-block .icons { padding-top: 75px; }

.page-id-15 #middle-block { background: #ffffff; color: #94d4c7; }
.page-id-15 .page-title, .page-id-15 #middle-block p { color: #94d4c7; }
.page-id-15 form.wpcf7-form input, .page-id-15 form.wpcf7-form select, .page-id-15 form.wpcf7-form textarea, .page-id-15 form#contact-invite input, .page-id-15 form#contact-invite select, .page-id-15 form#contact-invite textarea { border: 1px solid #94d4c7; color: #94d4c7; }

/* line 212, ../scss/_base.scss */
.page-id-15 form.wpcf7-form input::-webkit-input-placeholder, .page-id-15 form.wpcf7-form textarea::-webkit-input-placeholder, .page-id-15 form#contact-invite input::-webkit-input-placeholder, .page-id-15 form#contact-invite textarea::-webkit-input-placeholder {
  color: #94d4c7;
}
/* line 215, ../scss/_base.scss */
.page-id-15 form.wpcf7-form input:-moz-placeholder, .page-id-15 form.wpcf7-form textarea:-moz-placeholder, .page-id-15 form#contact-invite input:-moz-placeholder, .page-id-15 form#contact-invite textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #94d4c7;
}
/* line 219, ../scss/_base.scss */
.page-id-15 form.wpcf7-form input::-moz-placeholder, .page-id-15 form.wpcf7-form textarea::-moz-placeholder, .page-id-15 form#contact-invite input::-moz-placeholder, .page-id-15 form#contact-invite textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #94d4c7;
} 
/* line 223, ../scss/_base.scss */
.page-id-15 form.wpcf7-form input:-ms-input-placeholder, .page-id-15 form.wpcf7-form textarea:-ms-input-placeholder, .page-id-15 form#contact-invite input:-ms-input-placeholder, .page-id-15 form#contact-invite textarea:-ms-input-placeholder {
  color: #94d4c7;
}

.page-id-15 .article-header {  }

.slider-testimonial { color: white; display: block; position: absolute; left: 50px; top: 0; bottom: 0; }

.five-hello-bar { background: #AEDED4; text-align:center; color: white; font-size: 13px; line-height: 16px; position: relative; float: left; width: 100%; display: block; padding: 10px; z-index: 999; }
.five-hello-bar a { color: white; text-decoration: none; font-size: 13px; line-height: 16px; }
.five-hello-bar a:hover { text-decoration:underline; color: white; }
.five-hello-bar { display: none; }

form.wpcf7-form .wpcf7-submit, form#contact-invite #subscribe-btn { background: #AEDED4; color: white !important; }

/* ===== SLICK ===== */
#five-slider { opacity: 0; visibility: hidden; }
#five-slider.slick-initialized { opacity: 1; visibility: visible; }

#five-slider .slick-list { width: 100%; height: 100%; }
#five-slider .slick-track { height: 100%; }

#five-slider .slick-next, #five-slider .slick-prev { font-size: 0; border: none; position: relative; width: 50px; height: 50px; position: absolute; top: 50%; left: 0; margin: -25px 0 0; background: transparent; z-index: 100; outline: none !important; }
#five-slider .slick-next { left: auto; right: 0; }
#five-slider .slick-next:after, #five-slider .slick-prev:after  { content: "\f054"; font-family: FontAwesome; display: inline-block; font-size: 36px; line-height: 46px; color: #ffffff; color: rgba(255,255,255,.7); }
#five-slider .slick-prev:after { content: "\f053"; }
#five-slider img { opacity: 1; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; height: 550px; width: auto; }
#five-slider a:hover img { opacity: .7; }

#five-slider .five-slide { position: relative; float: left; outline: 0; }
#five-slider .five-slide .credit { position: absolute; right: 20px; bottom: 20px; color: #333333; display: inline-block; color: white; opacity: 0; visibility: hidden; }
#five-slider.slick-initialized .credit {  opacity: 1; visibility: visible; }
#five-slider .five-slide .title { position: absolute; left: 20px; bottom: 20px; display: inline-block; text-transform: uppercase; color: white; }
#five-slider .five-slide .testimonial { position: absolute; left: 20px; top: 70%; color: white; font-size: 20px; line-height: 28px;  width: 50%; text-transform: uppercase; font-style:italic; }

.chosen-container-active .chosen-single, .chosen-container-single .chosen-single { color: #94d4c7 !important; border: 1px solid #94d4c7 !important; } 

i, body.page-id-15 .sixcol p a { color: #94d4c7; }
i.fa { font-size: 18px; margin: 0px 5px; }

body.page-id-13 #social-bottom h2 {
    text-transform: capitalize;
    font-size: 14px !important;
    font-weight: normal;
    text-align: center;
    padding-bottom: 20px;
    text-decoration: underline;
    color: white;
	
}

#social-bottom img.main_profile_image { margin-bottom: 25px; }

section.wedding-block h2 { font-size: 14px; line-height: 19px; padding: 0 0 20px 0; margin: 0; letter-spacing: 0px; text-transform: uppercase; font-weight: bold; }
section.wedding-block h3 { font-size: 14px; color: #676767; line-height: 19px; padding: 0 0 20px 0; margin: 0; letter-spacing: 0px; text-transform: uppercase; font-weight: bold;  }


@media only screen and (min-width: 481px) {
	#middle-block .icons { width: 175px; }
}

.wp-pagenavi { margin-bottom: 20px; }
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi a.page { color: white; background: #94d4c7; border: 1px solid white; }
.wp-pagenavi a:hover, .wp-pagenavi span.current { background: white; border: 1px solid #94d4c7; color: #94d4c7; }

.full-video .video-credit{ position: absolute; right: 20px; bottom: 40px; color: #333333; display: inline-block; color: white; z-index: 99; }

.footer { height: 140px; }
.footer .icons {  text-align: center; font-size: 12px; margin-top: 22px; }
.footer .icons img { width: 20px; margin: 0 5px; }  

.home h1 {  color: #FFFFFF;  text-align: center; padding: 50px 0 0 0; margin-bottom: -20px;     text-transform: uppercase; font-size: 22px; line-height: 30px; }

#social-bottom #link_box .link_box_inner h2 { position: absolute; top: 45%; font-size: 18px;  text-align: center;  width: 100%; letter-spacing: 1px;  color: white; z-index: 1; font-weight: 700; text-transform: uppercase; font-size: 22px; z-index: 9; transition: .3s all linear;  -webkit-transition: .3s all linear; }

#social-bottom #link_box .link_box_inner:hover h2 { opacity: 0; }
#social-bottom #link_box .link_box_inner h3 { position: absolute; top: 49%;  font-size: 26px; text-align: center;  width: 100%;  letter-spacing: 1px;  color: white;  font-weight: bold; top: 42% !important; font-size: 22px !important; text-transform: uppercase;  opacity: 1;  z-index: 9; transition: .3s all linear; -webkit-transition: .3s all linear; }

#social-bottom #link_box .link_box_inner:hover h3 { opacity: 0; }

#social-bottom h3 {
    
}

@media only screen and (max-width: 600px) {
	
	#social-bottom #link_box .link_box_inner h2 { top: 35% !important; }
	#social-bottom #link_box .link_box_inner h3 { top: 20% !important; }
	
}

body.wedding-packages-template-default.logged-in{ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.wedding-packages-template-default.logged-in article h1 { font-size: 44px; margin: 0px 0 30px; }
.wedding-packages-template-default.logged-in article h1 span { display: block; font-size: 20px; line-height: normal; color: #94d4c7; letter-spacing: normal; }
.wedding-packages-template-default.logged-in article { text-align: center; }
.wedding-packages-template-default.logged-in article > section:first-child > .wrap { padding-top: 20px; }
.wedding-packages-template-default.logged-in article p, .wedding-packages-template-default.logged-in article ul { margin: 0 0 20px; }
.wedding-packages-template-default.logged-in article h3 { font-weight: bold; font-size: 24px; line-height: normal; }
.wedding-packages-template-default.logged-in article h2 { font-weight: bold; font-size: 32px; line-height: normal; padding-top: 15px; margin-bottom: 20px; }
.wedding-packages-template-default.logged-in article .description ul > li:last-child:after { display: none; }
.wedding-packages-template-default.logged-in article .description ul li { padding: 20px 0 21px; margin: 0; position: relative; }
.wedding-packages-template-default.logged-in article .description ul > li:after { content: ''; width: 100px; height: 1px; position: absolute; left: 50%; margin-left: -50px; bottom: 0; background: #94d4c7 }
.wedding-packages-template-default.logged-in article .description ul { list-style: none; padding: 0; }
.wedding-packages-template-default.logged-in article .wrap { max-width: 720px !important; font-size: 16px; line-height: normal; margin: 0 auto; }
.wedding-packages-template-default.logged-in article .btn { display: inline-block; background: #94d4c7; color: #fff; font-weight: bold; text-decoration: none; text-transform: uppercase; padding: 18px 30px; font-size: 14px; letter-spacing: 1px; }
.wedding-packages-template-default.logged-in article .btn:hover { background: #bee4dc; text-decoration: none; }

.wedding-packages-template-default.logged-in #package-images-1 .wrap { max-width: none !important; padding-top: 20px; }
.wedding-packages-template-default.logged-in #package-images-1 ul { list-style: none; padding: 0; margin: 0 -15px; font-size: 0; letter-spacing: normal; }
.wedding-packages-template-default.logged-in #package-images-1 ul li { display: inline-block; width: 33.33%; padding: 0 15px; vertical-align: top; }
.wedding-packages-template-default.logged-in #package-images-1 ul li img { height: auto; }

.wedding-packages-template-default.logged-in #package-inclusions { background: #94d4c7; color: white; padding-bottom: 20px; }
.wedding-packages-template-default.logged-in #package-inclusions .wrap { max-width: 1100px !important; text-align: left; position: relative }
.wedding-packages-template-default.logged-in #package-inclusions .wrap h2 { position: relative;  text-align: center;  }
.package-inclusions-wrapper { margin: 0 auto; position: relative; max-width: 550px; }
.wedding-packages-template-default.logged-in #package-inclusions ul { list-style: none; padding: 0; margin: 0; font-size: 0; line-height: normal; letter-spacing: normal; text-align: left; float: left; width: 100% } 
.wedding-packages-template-default.logged-in #package-inclusions ul li { float: left; font-size: 16px; padding: 0px 0px; position: relative; line-height: normal; margin-bottom:15px; list-style: none; width: 100%; }
.wedding-packages-template-default.logged-in #package-inclusions ul li:before {    
font-family: 'FontAwesome';
content: '\f046';
margin:0 20px 0 -33px;
color: #ffffff;
}
.wedding-packages-template-default.logged-in #package-inclusions .package-inclusions-intro { text-align: center; margin-bottom: 40px; }

.wedding-packages-template-default.logged-in #package-enhancements { background: white; padding-bottom: 20px; }
.wedding-packages-template-default.logged-in #package-enhancements .wrap { max-width: 1100px !important; text-align: left; position: relative }
.wedding-packages-template-default.logged-in #package-enhancements .wrap h2 { position: relative;  text-align: center;  }
.package-enhancements-wrapper { margin: 0 auto; position: relative; max-width: 550px; }
.wedding-packages-template-default.logged-in #package-enhancements ul { list-style: none; padding: 0; margin: 0; font-size: 0; line-height: normal; letter-spacing: normal; text-align: left; float: left; width: 100% } 
.wedding-packages-template-default.logged-in #package-enhancements ul li { float: left; font-size: 16px; padding: 0px 0px; position: relative; line-height: normal; margin-bottom:15px; list-style:none; width: 100%; }
.wedding-packages-template-default.logged-in #package-enhancements ul li:before {    
font-family: 'FontAwesome';
content: '\f096';
margin:0 20px 0 -33px;
color: #676767;
}
.wedding-packages-template-default.logged-in #package-enhancements .package-enhancements-intro { text-align: center; margin-bottom: 40px; }
.wedding-packages-template-default.logged-in h2.package-costs { margin-top: 40px; border-top: 1px solid white; clear: both;float: left;
    width: 100%; }


.wedding-packages-template-default.logged-in #package-upgrades { background: #f9f9f9; border-top: 2px solid #e8e8e8; }
.wedding-packages-template-default.logged-in #package-upgrades .dotpoints { list-style: none; padding: 0; margin: 80px -15px 0; font-size: 0; line-height: normal; letter-spacing: normal; }
.wedding-packages-template-default.logged-in #package-upgrades .dotpoints li.dotpoint { display: inline-block; vertical-align: top; width: 50%; padding: 0 15px; margin-bottom: 40px; }
.wedding-packages-template-default.logged-in #package-upgrades .dotpoints li.dotpoint h3 { background: #f9f9f9; font-size: 17px !important; text-transform: uppercase; letter-spacing: 0px; padding: 0px 15px 20px; border-bottom: none; margin: 0; }
.wedding-packages-template-default.logged-in #package-upgrades .dotpoints li.dotpoint div { background: #f9f9f9; font-size: 16px; padding: 0px 25px 0px; border-top: none; position: relative; line-height: 1.5em; }
.wedding-packages-template-default.logged-in #package-upgrades .dotpoints li.dotpoint div:before { content: ''; display: block; background: #94d4c7; height: 1px; margin: 0 -10px 25px; }
.wedding-packages-template-default.logged-in #package-upgrades .dotpoints li.dotpoint > div > *:last-child { margin-bottom: 0; }

.wedding-packages-template-default.logged-in #package-images-2 { background: #f9f9f9; }
.wedding-packages-template-default.logged-in #package-images-2 .wrap { max-width: none !important; padding-top: 20px; }
.wedding-packages-template-default.logged-in #package-images-2 ul { list-style: none; padding: 0; margin: 0 -15px; font-size: 0; letter-spacing: normal; }
.wedding-packages-template-default.logged-in #package-images-2 ul li { display: inline-block; width: 33.33%; padding: 0 15px; vertical-align: top; }
.wedding-packages-template-default.logged-in #package-images-2 ul li img { height: auto; width: 100%; }

.wedding-packages-template-default.logged-in .wpcf7 { margin-top: 40px; }
.wedding-packages-template-default.logged-in form.wpcf7-form input[type="submit"] { width: auto; padding-left: 40px; padding-right: 40px; font-weight: bold; letter-spacing: 0; font-size: 16px; border: none !important; padding: 15px 80px; }

@media (max-width: 991px) {
	
	.wedding-packages-template-default.logged-in article h2 { margin-bottom: 20px; }
	.wedding-packages-template-default.logged-in #package-inclusions .wrap h2 { position: relative; text-align: center; width: auto; top: auto; left: auto; padding: 0; }
	.wedding-packages-template-default.logged-in #package-inclusions .package-inclusions-intro { position: static; width: auto; text-align: center; }
	.package-inclusions-wrapper { padding: 0; }
	.wedding-packages-template-default.logged-in #package-inclusions ul li { width: 33.33%; text-align: center }
	.wedding-packages-template-default.logged-in #package-inclusions ul li:after { left: 50%; margin-left: -50px; }
	
	.wedding-packages-template-default.logged-in #package-enhancements .wrap h2 { position: relative; text-align: center; width: auto; top: auto; left: auto; padding: 0; }
	.wedding-packages-template-default.logged-in #package-enhancements .package-enhancements-intro { position: static; width: auto; text-align: center; }
	.package-enhancements-wrapper { padding: 0; }
	.wedding-packages-template-default.logged-in #package-enhancements ul li { width: 33.33%; text-align: center }
	.wedding-packages-template-default.logged-in #package-enhancements ul li:after { left: 50%; margin-left: -50px; }
	
}

@media (max-width: 767px) {
	
	.wedding-packages-template-default.logged-in article > section:first-child > .wrap { padding-top: 0; }
	.wedding-packages-template-default.logged-in article h1 { font-size: 32px; margin-bottom: 10px; }
	
	.wedding-packages-template-default.logged-in #package-images-1 ul li,
	.wedding-packages-template-default.logged-in #package-images-2 ul li { width: 100%; margin-bottom: 20px; }
	
	.wedding-packages-template-default.logged-in #package-inclusions ul li,
	.wedding-packages-template-default.logged-in #package-enhancements ul li { width: 100%; }
	.package-inclusions-wrapper, .package-enhancements-wrapper { margin: 15px 0 0; }
	.wedding-packages-template-default.logged-in article h2 { font-size: 28px; }
	.wedding-packages-template-default.logged-in article h3 { font-size: 22px; }
	.wedding-packages-template-default.logged-in #package-upgrades .dotpoints li.dotpoint {width: 100%; }
	
}