/*!
Theme Name: casasagrada
Theme URI: https://www.corvid.studio
Author: Corvid.Studio
Author URI: https://www.corvid.studio
Description: Custom theme developed by Corvid.Studio.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: casasagrada
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

casasagrada is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #270914;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1em 0;
	font-weight: 300;
	line-height: 1.5;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #7f1334;
}

a:visited {
	color: #7f1334;
}

a:hover, a:focus, a:active {
	color: #7f1334;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.navbar-default {
	background-image: url(/wp-content/themes/casa-sagrada/images/navigation-bg.png) !important;
	filter: unset !important;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: unset !important;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
	background-color: transparent !important;
	border-color: transparent !important;
	border: 0 !important;
	border-top: 5px solid #0f4652 !important;
	border-bottom: 5px solid #0f4652 !important;
}
.nav > li > a {
	padding: 10px 30px !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #fff !important;
	background-color: transparent !important;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: transparent !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
	background-image: -webkit-linear-gradient(top,transparent 0,transparent 0%);
	background-image: -o-linear-gradient(top,transparent 0,transparent 0%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
	background-image: linear-gradient(to bottom,transparent 0,transparent 0%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent', GradientType=0);
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0);
	box-shadow: inset 0 3px 9px rgba(0,0,0,0);
}
.navbar-brand, .navbar-nav > li > a {
	text-shadow: 0 1px 0 rgba(255,255,255,0);
}
.navbar-default .navbar-nav > li > a {
	color: #fff6ea;
	text-transform: uppercase;
	font-weight: 300 !important;
}
#bs-example-navbar-collapse-1 {
	max-width: 1300px;
	margin: auto;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
}
.dropdown-menu {
	background-color: #0f4652 !important;
	border: 1px solid #0f4652 !important;
	padding-bottom: 15px !important;
}
.dropdown-menu > li > a {
	font-weight: 300 !important;
	line-height: 1.5 !important;
	color: #fff6ea !important;
	font-size: 18px !important;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: transparent;
	background-image: -webkit-linear-gradient(top,transparent 0,transparent 0%);
	background-image: -o-linear-gradient(top,transparent 0,transparent 0%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
	background-image: linear-gradient(to bottom,transparent 0,transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='transparent', GradientType=0);
	background-repeat: repeat-x;
}
.navbar-default .navbar-nav > li > a:hover {
  text-decoration: none;
}
.book-your-event {
	background: rgba(9, 41, 48,.95);
}
.navbar-default .navbar-nav .book-your-event a {
	font-weight: 400 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: #fff6ea;
	background-image: -webkit-linear-gradient(top,#fff6ea 0,#fff6ea 100%);
	background-image: -o-linear-gradient(top,#fff6ea 0,#fff6ea 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff6ea),to(#fff6ea));
	background-image: linear-gradient(to bottom,#fff6ea7 0,#fff6ea 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff6ea', endColorstr='#fff6ea', GradientType=0);
	background-repeat: repeat-x;
	color: #0f4652 !important;
	font-weight: 400 !important;
}
.dropdown-menu li a:hover {
	background: rgba(255,255,255,0.1);
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/**CASA SAGRADA**/
.burg {
	color: #7f1334;
}
.green {
	color: #0f4652;
}
.rust {
	color: #883e05;
}
.darkburg {
	color: #270914;
}
h1, h2, h3, h4 {
	font-family: 'Cinzel', serif;
}
.flexing {
	display: flex;
}
.heart-group {
	text-align: center;
	font-size: 45px;
}
button {
	background: #7f1334;
	border: 1px solid #7f1334;
	color: #fff;
	font-size: 17px;
	line-height: 1.4;
	padding: 10px 20px 14px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 5px;
}
button:hover {
	background: #0f4652;
	border: 1px solid #0f4652;
}
.parallax {
  min-height: 600px;
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-header {
	background: rgba(255,246,234,0.8);
	padding: 10px;
	border-top: 3px solid #7f1334;
	border-bottom: 0 solid #7f1334;
}
.site-header .main-wrapper.flexing {
  justify-content: space-between;
}
.featured .main-wrapper {
	position: relative;
}
.main-wrapper {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
}
.site-branding img {
  max-width: 65%;
}

.featured, .no-feature {
	position: relative;
	max-height: 650px;
	overflow: hidden;
	top: -162px;
	z-index: -1;
	margin-bottom: -160px;
}
.no-feature {
	max-height: 142px;
}
.featured img {
  max-width: 100%;
  width: 100%;
}
.header-phone {
  font-size: 17px;
  line-height: 20px;
	align-self: flex-end;
}
.menu-right.flexing {
	flex-direction: column;
	justify-content: flex-end;
}
.social-icons {
	display: flex;
	justify-content: flex-end;
}
.social-icons a {
	padding: 5px;
	font-size: 27px;
	line-height: 1;
	margin-top: 5px;
}
.social-icons a:hover {
	color: #0f4652;
}
.featured .main-wrapper {
	position: relative;
	top: -580px;
}
.main-caption {
  position: relative;
}
.main-caption img {
	max-width: 70%;
	position: absolute;
	z-index: 9;
}
.banner-text {
  background: rgba(70,20,37,0.68);
  border-bottom: 8px solid #461425;
  position: absolute;
  right: 0;
  top: auto;
  z-index: 9;
  bottom: 30%;
  width: 60%;
  color: #fff6ea;
  font-size: 40px;
  padding: 15px 10px 15px 40px;
	font-family: 'Cinzel', serif;
	line-height: 1;
}
.welcome-text .main-wrapper {
  max-width: 100%;
  margin: 0 0 0 22%;
  padding: 0;
}
body.home .welcome-text {
  padding: 15px 20px 10px;
}
body.home .welcome-text .entry-title {
  font-size: 36px;
  font-family: 'Cinzel', serif;
  font-style: normal;
  line-height: 32px;
}
.welcome-text {
	background: #0f4652;
	color: #fff6ea;
	padding: 10px 20px 25px;
	margin: 40px 0;
	font-family: 'Cinzel', serif;
	border-bottom: 8px solid #0b3952;
	max-width: 70%;
	line-height: 40px;
}
.welcome-text .entry-title {
	font-size: 105px;
	font-family: 'BDScript', serif;
	font-style: italic;
	margin: 0;
	padding: 0;
	line-height: 1;
}
.main-page-content {
	padding: 0 0 40px;
}
.site-footer {
	border-top: 5px solid #7f1334;
	padding: 40px 0;
	font-style: italic;
}
.foot-logo {
  margin-bottom: 20px;
}
.col-left, .col-right {
	flex-basis: 50%;
}
.site-footer .social-icons a {
	font-size: 40px;
	padding: 5px 0 10px 10px;
}
.site-footer .social-icons {
	margin-bottom: 25px;
}
.copyright {
	text-align: center;
	font-size: 14px;
	margin: 40px 0 0;
}
.col-right {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.outline-border {
  width: 65%;
  height: 3px;
  border: 1px solid #270914;
  margin: 20px auto;
}
.event-type-listing {
  background: #0f4652;
  margin-top: 100px;
  max-height: 450px;
  margin-bottom: 120px;
}
.event-type-listing a {
	color: #fff6ea;
}
.event-type-listing .main-wrapper.flexing {
  flex-wrap: wrap;
}
.event-type-image {
  flex-basis: 635px;
  margin: 10px;
	min-height: 299px;
	background-size: cover;
	justify-content: center;
}
.event-wrap {
  width: 530px;
  max-width: 530px;
  min-height: 530px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
  color: #fff;
  text-shadow: 3px -1px 2px rgba(0,0,0,0.6);
	margin: 10px;
	position: relative;
	border: 5px solid #8c3f03;
}
.event-wrap::before, .event-type-image::before {
  content: "";
  width: 100%;
  position: absolute;
  z-index: 0;
  background: rgba(39,9,20,0.5);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.event-type-image {
  width: 575px;
  margin: 10px;
  min-height: 260px;
  background-size: cover;
  max-width: 100%;
	display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
	color: #fff;
  text-shadow: 3px -1px 2px rgba(0,0,0,0.6);
	position: relative;
	border: 5px solid #8c3f03;
}
.double-shadow img {
  border-radius: 10px;
  box-shadow: 15px -15px 0px 0px rgba(153, 206, 255, 1),-15px 15px 0px 1px rgba(0, 74, 173, 1);
}
.event-type-listing p {
  font-size: 30px;
  font-style: italic;
  margin: 0;
  line-height: 1;
  padding-bottom: 20px;
  position: relative;
}
.event-type-listing p span {
  font-size: 18px;
  margin: 0;
  display: block;
}
.event-type.columm.main, .event-type.columm.double {
  margin-top: -50px;
}
/*homepage location section**/
.script {
	font-style: italic;
	font-family: 'BDScript', serif;
}
.location-information {
	background: #fff6ea url(/wp-content/themes/casa-sagrada/images/dotted-bg.png);
	padding: 60px 0;
	outline: 2px solid #8c3f03;
	outline-offset: -20px;
}
.location-information h2 {
	font-family: 'BDScript', serif;
	font-size: 105px;
	font-style: italic;
	line-height: 1;
	margin-top: 0;
}
.location-information .one-column {
	flex-basis: 60%;
	margin-right: 10%;
}
.location-information .two-column {
	flex-basis: 30%;
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	padding: 40px 0 0 0;
}
.everything i {
	font-size: 60px;
}
.everything h3 {
	font-size: 31px;
	line-height: 1.2;
}
/**homepage location google map section**/
.google-map {
  position: relative;
}
.directions-link {
	position: absolute;
	right: 0;
	padding: 10px 20px;
	background: #883e05;
	color: #fff;
}
.directions-link a {
	color: #fff;
	font-weight: 300;
}
.location-banner {
  position: absolute;
  background: rgba(127,19,52,0.85);
  width: 100%;
  color: #fff6ea;
  text-align: center;
  padding: 25px;
  border-bottom: 8px solid rgb(127, 19, 52);
  font-size: 40px;
  font-weight: normal;
  font-style: inherit;
}
.location-banner h3 {
  display: inline;
  font-style: italic;
  font-size: 55px;
  font-family: 'BDScript', serif;
	line-height: 1;
}
.booking-content {
	padding: 75px 20px;
}
.booking-calendar {
	background-image: url(/wp-content/themes/casa-sagrada/images/casa-sagrada_burg-overlay-bg.webp);
	background-size: cover;
	padding: 60px 20px;
}
.booking-content {
	padding: 30px 50px;
	background: rgba(255,255,255,0.8);
}
/**Subscribe to the Newsletter **/
.subscribe-newsletter {
	background: url(/wp-content/themes/casa-sagrada/images/subscribe-bg.jpg);
	color: #fff6ea;
	padding: 100px 20px 70px;
	border-top: 5px solid #7f1334;
}
.subscribe-info {
	flex-basis: 50%;
	margin-right: 25px;
	padding: 0 40px 0 0;
	font-size: 18px;
	font-weight: 300;
}
.subscribe-form {
	flex-basis: 50%;
	align-self: center;
	padding-top: 30px;
}
.subscribe-info h3 {
	font-size: 38px;
	font-weight: 400;
	margin-top: 0;
}
.subscribe-info p {
	margin-bottom: 5px;
}
.subscribe-info ul {
	margin-left: 0;
	padding-left: 17px;
}
.ginput_container input {
	border: #fff6ea !important;
}
.gform_footer input {
	border: 1px solid #270914 !important;
	background: #270914 !important;
	font-size: 18px !important;
	color: #fff6ea !important;
	text-transform: uppercase !important;
	padding: 10px 30px !important;
}
.gform_footer input:hover {
	border: 1px solid #270914 !important;
	background: #7f1334 !important;
}
.gform_wrapper.gravity-theme .gform_footer {
  justify-content: flex-end !important;
}
::placeholder {
  color: #dedede;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12 -18 */
  color: #dedede;
}
body.page-id-185 #iframe {
	margin: 0 -35px;
}

/**contact**/
.contact-form .gform_wrapper .gform_body input, .contact-form .gform_wrapper .gform_body textarea {
	background: rgba(255,255,255,0.2) !important;
	border: 0 !important;
	color: #fff;
}
.contact-form #gform_confirmation_message_1 {
	color: #fff;
}
.contact-copy.left {
	flex-basis: 575px;
	margin-right: 75px;
}
.contact-form.right {
	background: rgba(14,58,68);
	padding: 30px;
	outline: 1px solid #fff6ea;
	outline-offset: -10px;
}
/**Events Template**/
.listing.flexing {
	justify-content: center;
	padding: 50px 0;
}
.listing-box {
	position: relative;
	background: rgba(255,246,234,.95);
	margin: 20px;
	flex-basis: 525px;
	padding: 25px;
	color: #270914;
	outline: 1px solid #270914;
	outline-offset: -12px;
}
.listing-box h3 {
	font-size: 25px;
	text-align: center;
	position: relative;
}
.listing-box h3 span {
	display: block;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
}
.listing-box img {
	position: relative;
}
.facility-descrip {
	font-weight: 300;
	margin-top: 25px;
	padding: 0 7px;
	position: relative;
}
.facilities-listing {
	position: relative;
}
.facilities-listing::before {
	content: "";
	position: absolute;
	background-color: rgba(15,70,82,0.90);
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.facilities-listing h2 {
	color: #fff6ea;
	position: relative;
	font-style: italic;
	font-family: 'BDScript', serif;
	font-size: 105px;
	text-align: center;
	padding-top: 60px;
	line-height: 1;
}
.spaces-listing {
	background: #fff6ea url(/wp-content/themes/casa-sagrada/images/dotted-bg.png);
	padding: 60px 0;
	outline: 2px solid #8c3f03;
	outline-offset: -20px;
}
.spaces-listing h2 {
	font-family: 'BDScript', serif;
	font-style: italic;
	font-size: 105px;
	text-align: center;
	padding-top: 0 0 40px;
	line-height: 1;
}
.space-listing.flexing {
	flex-wrap: wrap;
}
.space-listing-box {
	flex-basis: calc(50% - 40px);
	margin: 20px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px;
	color: #fff;
	text-align: center;
}
.space-listing-box:nth-child(3) {
	flex-basis: calc(100% - 40px);
}
.space-listing-box:nth-child(2)::before {
	background-color: rgba(39,9,20,0.90);
}
.space-listing-box:nth-child(3)::before, .space-listing-box.listing_3::before {
	background-color: rgba(136,62,5,0.90);
}
.space-listing-box::before {
	content: "";
	position: absolute;
	background-color: rgba(15,70,82,0.90);
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.space-listing-box img {
	position: relative;
}
.space-listing-box h3 {
	text-align: center;
	position: relative;
	font-size: 30px;
}
.space-listing-box .space-descrip {
	position: relative;
	padding: 5px 30px;
	font-weight: 300;
	text-align: left;
}
.space-listing-box:nth-child(3) {
	display: flex;
}
.space-listing-box.listing_3, .cottage-listing .space-listing-box {
	display: flex;
}
.space-listing-box.listing_3 .listing-img-wrap {
	max-width: 100%;
	flex-basis: 490px;
	align-self: center;
}
.space-listing-box.listing_3 .listing-content-wrap {
	flex-basis: 550px;
}
.space-listing-box img {
	position: relative;
	width: 100%;
}
.capacity-chart-pdf {
	text-align: right;
	padding-right: 25px;
	font-size: 15px;
}
.bottom-copy {
	padding: 30px 0 20px;
}
.bottom-copy .script {
	font-size: 100px;
}
.section-layout {
	padding: 100px 0 50px;
	justify-content: center;
}
.seccol.copy {
	flex-basis: 515px;
	position: relative;
	margin-left: 75px;
}
.seccol.one.images {
	flex-basis: 615px;
	position: relative;
}
.image-top {
	max-width: 75%;
	position: relative;
}
.image-bottom {
	max-width: 75%;
	float: right;
	margin-top: -90px;
}
.seccol.images img {
	outline: 1px solid #fff6ea;
	outline-offset: -15px;
}
.seccol h2 {
	font-size: 33px;
	line-height: 1.3;
}
.copy-bottom {
	line-height: 1.6;
	font-size: 22px;
	margin-top: 30px;
	font-weight: 300;
}
.stay-section .seccol.copy {
	margin-left: 0;
	margin-right: 75px;
}
.stay-section .image-top {
	float: right;
}
.stay-section .image-bottom {
	margin-top: -90px;
	float: left;
}
.stay-section .section-layout {
	padding: 50px 0 100px;
	justify-content: center;
}
.lets-talk {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 100px 0;
}
.lets-talk::before {
	content: "";
	position: absolute;
	background-color: rgba(15,70,82,0.90);
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.banner-headline h3 {
	font-size: 29px;
}
.first-banner-text, .second-banner-text, .third-banner-text {
	position: relative;
	display: flex;
	flex-direction: column;
}
.first-banner-text .banner-headline {
	background: rgba(39,9,20,.75);
	width: 60%;
	border-bottom: 4px solid #270914;
	color: #fff6ea;
	padding: 1px 0 5px;
	align-self: flex-start;
}

.first-banner-text .banner-headline .main-wrapper, .third-banner-text .banner-headline .main-wrapper {
	max-width: 100%;
	margin-left: 26.5%;
}
.first-banner-content, .second-banner-content, .third-banner-content {
	color: #fff6ea;
	font-weight: 300;
	font-size: 22px;
	max-width: 75%;
	padding: 15px 0 20px;
}
.second-banner-text .banner-headline {
	background: rgba(136,62,5,.75);
	width: 60%;
	border-bottom: 4px solid #883e05;
	color: #fff6ea;
	padding: 1px 0 5px;
	align-self: flex-end;
}
.second-banner-text .banner-headline .main-wrapper {
	max-width: 100%;
	margin-left: 29.2%;
}
.second-banner-content {
	text-align: right;
	float: right;
}
.third-banner-text .banner-headline {
	background: rgba(39,9,20,.75);
}
.third-banner-text .banner-headline {
	background: rgba(127,19,52,.75);
	width: 60%;
	border-bottom: 4px solid #7f1334;
	color: #fff6ea;
	padding: 1px 0 5px;
	align-self: flex-start;
}
/**Accomodations**/
.listing-content-wrap h3 {
	font-size: 25px;
	text-align: center;
	position: relative;
}
.listing-content-wrap h3 span {
	display: block;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.space-listing-box.cottage::before {
	background-color: rgba(136,62,5,0.90);
}
.cottage-listing .space-listing-box.cottage {
	display: flex;
}
.cottage .space-descrip {
	padding: 25px 50px 20px;
}
.accommodations-additions {
	padding: 50px 0 0;
	text-align: center;
}
.cottage-listing .space-listing-box .listing-img-wrap {
	max-width: 100%;
	flex-basis: 490px;
}
.cottage-listing .space-listing-box .listing-content-wrap {
	flex-basis: 550px;
}
/**weddings**/

.listing.long .listing-img-wrap {
	max-width: 100%;
	flex-basis: 490px;
}
.listing.long .listing-content-wrap {
	flex-basis: 550px;
	margin-left: 40px;
}
.listing.long img {
	position: relative;
	width: 100%;
}
.listing.long {
	margin: 0 45px;
}
.wedding.facilities-listing.parallax {
	padding: 30px 0 50px;
	background-position: top center;
	margin-top: 0;
}
.wedding .listing.flexing {
	padding: 0 0 10px;
}
.wedding h2 {
	margin: 10px 0;
	text-align: center;
	padding-top: 25px;
}
.wedding .copy-bottom {
	line-height: 1.2;
	font-size: 18px;
	margin-top: 10px;
	font-weight: 300;
}
.translation {
	display: block;
	font-family: 'Cinzel', serif;
	font-size: 25px;
	margin-top: -20px;
}
.c-gallery {
	margin-right: 20px;
	flex-basis: 48%;
}
.c-info.flexing {
	margin: 40px 0;
}
.c-descrip {
	flex-basis: 48%;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.6;
	padding: 30px 50px 0 0;
}
.v-descrip {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.6;
	max-width: 83%;
	margin: auto;
}
.buttons.flexing {
	justify-content: center;
}
/**gallery**/
.gallery-list.flexing {
	flex-wrap: wrap;
}
.gallery-list .gallery {
	margin: 20px;
}
/**Footer**/
#menu-footer-menu {
	display: flex;
	flex-direction: column;
	list-style: none;
	align-items: flex-end;
	font-weight: normal;
	font-style: normal;
}

.foot-phone {
	margin-top: 20px;
}
/*--------------------------------//////// MEDIA QUERIES/////////*********************/
@media screen and (max-width: 1600px) {
	.featured {
		top: -152px;
		margin-bottom: -152px;
	}
	.featured .main-wrapper {
		top: -500px;
	}
	.main-caption img {
		max-width: 58%;
	}
	.welcome-text .main-wrapper {
  	margin: 0 0 0 15%;
	}
	.banner-text {
		width: 70%;
	}
}
@media screen and (max-width: 1440px) {
	.featured .main-wrapper {
		top: -390px;
	}
	.banner-text {
		font-size: 38px;
	}
	.welcome-text .entry-title {
		font-size: 101px;
	}
	.welcome-text .main-wrapper {
	 	margin: 0 0 0 9%;
 	}
}
@media screen and (max-width: 1366px) {
	.main-caption img {
		max-width: 48%;
	}
	.welcome-text .main-wrapper {
    margin: 0 0 0 6%;
  }
	.welcome-text {
  	max-width: 85%;
	}
}
@media screen and (max-width: 1300px) {
	.featured .main-wrapper {
  	top: -350px;
	}
	.main-caption {
		margin-left: 10px;
	}
	.welcome-text .main-wrapper {
	 margin: 0 0 0 3%;
 }
 .banner-text {
    width: 73%;
  }
}
@media screen and (max-width: 1280px) {
	.featured .main-wrapper {
		top: -310px;
	}
	.banner-text {
    width: 74%;
  }
}
@media screen and (max-width: 1220px) {
	.event-wrap {
	  width: 520px;
	  max-width: 520px;
	}
}
@media screen and (max-width: 1200px) {
	body.home .site-header {
		background: rgba(255,246,234,0.8);
	}
	body.home .featured {
		top: -152px;
		margin-bottom: -152px;
	}
	.site-header {
  	background: rgb(255, 246, 234);
	}
	.featured {
		top: -65px;
		margin-bottom: -65px;
	}
	.event-wrap {
		width: 500px;
		max-width: 500px;
	}
	.space-listing-box.listing_3 .listing-content-wrap, .cottage-listing .space-listing-box .listing-content-wrap {
		padding: 0 40px;
	}
	.listing.long {
		margin: 0;
	}
	.welcome-text .entry-title {
 	 font-size: 85px;
 	 line-height: 75px;
 	 padding: 12px 0 0;
  }
	.banner-text {
	 	width: 79%;
 	}
}
@media screen and (max-width: 1180px) {
		.event-wrap {
		width: 480px;
		max-width: 480px;
	}
}
@media screen and (max-width: 1160px) {
	.event-wrap {
		width: 460px;
		max-width: 460px;
	}
}
@media screen and (max-width: 1140px) {
	.event-wrap {
		width: 440px;
		max-width: 440px;
	}
}
@media screen and (max-width: 1120px) {
	.event-wrap {
		width: 420px;
		max-width: 420px;
	}
	.space-listing-box.listing_3 img, .cottage-listing .space-listing-box img {
		max-width: 400px;
		width: 400px;
		flex-basis: 400px;
	}
	.nav > li > a {
  	padding: 10px 25px !important;
	}
	.banner-text {
    width: 85%;
  }
}
@media screen and (max-width: 1100px) {
	.featured .main-wrapper {
		top: -275px;
	}
	.event-wrap {
		width: 400px;
		max-width: 400px;
	}
}
@media screen and (max-width: 1080px) {
	.nav > li > a {
    padding: 10px 21px !important;
  }
	.featured .main-wrapper {
		top: -260px;
	}
	.event-wrap {
		width: 380px;
		max-width: 380px;
	}
	.first-banner-text .banner-headline .main-wrapper, .third-banner-text .banner-headline .main-wrapper  {
		margin-left: 3px;
	}
	.second-banner-text .banner-headline .main-wrapper {
		margin-left: 3px;
	}
	.second-banner-text .banner-headline .main-wrapper h3 {
		text-align: right;
	}
	.first-banner-text .banner-headline {
		width: 75%;
	}
	.spaces-listing h2 {
		font-size: 85px;
	}
	.space-listing-box .space-descrip {
		padding: 5px 0;
	}
	.space-listing-box.listing_3 img, .cottage-listing .space-listing-box img {
		max-width: 380px;
	}
	.space-listing-box.listing_3 .listing-content-wrap, .cottage-listing .space-listing-box .listing-content-wrap {
		padding: 0 20px 0 50px;
	}
	.welcome-text {
	 max-width: 90%;
 }
}
@media screen and (max-width: 1074px) {
	.event-wrap {
		width: 320px;
		max-width: 320px;
	}
}
@media screen and (max-width: 1067px) {
	body .site-header, body .site-header .site-branding {
		display: block !important;
	}
	.mob-menu-header-holder.mobmenu {
		position: absolute;
		z-index: 0;
		width: 0;
	}
	.mobmenu-right-bt.mobmenu-trigger-action i {
		text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
	}
	.site-header {
		padding: 10px 20px;
	}
	.menu-main-menu-container, .menu-mobile-menu-container {
		margin-top: 15px !important;
	}
	.menu-main-menu-container::before, .menu-mobile-menu-container::before {
		content: url(/wp-content/themes/casa-sagrada/images/casa-sagrada_mobile-menu_logo.png);
		padding: 0 0 0 50px;
	}
	.mobmenu-content {
  	margin-top: 20px !important;
	}
	#mobmenuright {
		margin-top: 20px !important;
		font-weight: 300 !important;
	}
}
@media screen and (max-width: 1024px) {
	.two-column-wrap.flexing {
		flex-wrap: wrap;
	}
	.location-information .one-column {
		flex-basis: 100%;
		padding: 0 30px;
		margin:0;
	}
	.location-information .two-column {
		flex-basis: 100%;
		padding: 60px 0 0 0;
	}
	.space-listing-box.listing_3 .listing-img-wrap, .cottage-listing .space-listing-box .listing-img-wrap {
		align-self: center;
	}
	.welcome-text {
    max-width: 100%;
  }
	.banner-text {
	 	width: 92%;
 	}
}
@media screen and (max-width: 1000px) {
	.newsletter-wrapper.flexing {
		flex-wrap: wrap;
	}
	.subscribe-info {
		font-weight: 300;
		flex-basis: 100%;
		padding: 0;
		margin-right: 0;
	}
	.subscribe-form {
		flex-basis: 100%;
		padding-top: 30px;
	}
	.event-type-image {
  	width: 550px;
	}
	.space-listing-box.listing_3 img, .cottage-listing .space-listing-box img {
		max-width: 340px;
	}
	.c-descrip, .v-descrip {
		font-size: 20px;
	}
}
@media screen and (max-width: 980px) {
	.event-type-image {
		width: 530px;
	}
	.space-listing-box.listing_3 img, .cottage-listing .space-listing-box img {
		max-width: 330px;
	}
	.banner-text {
	 	width: 96%;
 	}
}
@media screen and (max-width: 960px) {
	.event-type-image {
		width: 515px;
	}
}
@media screen and (max-width: 940px) {
	.event-type-image {
		width: 500px;
	}
}
@media screen and (max-width: 920px) {
	.event-type-image {
		width: 475px;
	}
	.featured .main-wrapper {
		top: -200px;
	}
	.main-caption img {
		max-width: 40%;
	}
	.banner-text {
    width: 100%;
		font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
	.contact-columns.flexing {
		flex-wrap: wrap;
	}
	.contact-copy.left {
		flex-basis: 100%;
		margin-right: 0;
	}
	.contact-form.right {
		flex-basis: 100%;
	}
	.event-type-image {
		width: 450px;
	}
	.spaces-listing h2 {
		font-size: 73px;
	}
}
@media screen and (max-width: 880px) {
	.event-type-image {
		width: 430px;
	}
}
@media screen and (max-width: 860px) {
	.event-type-image {
		width: 420px;
	}
}
@media screen and (max-width: 840px) {
	.event-type-image {
		width: 390px;
	}
	.banner-text {
	 font-size: 33px;
 	}
}
@media screen and (max-width: 820px) {
	.featured .main-wrapper {
		top: -180px;
	}
	.welcome-text {
		max-width: 100%;
	}
	.event-wrap {
		width: 100%;
		max-width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.event-type.columm.main, .event-type.columm.double {
		margin-top: -50px;
		flex-basis: 100%;
	}
	.event-type-image {
		width: 100%;
		margin: 0 10px 10px;
	}
	.event-type-listing {
		max-height: unset !important;
		margin-bottom: 0;
		padding-bottom: 60px;
	}
	.event-type.columm.double {
    margin-top: 0 !important;
  }
	.listing.flexing {
		padding: 0 0 50px;
		flex-wrap: wrap;
	}
	.space-listing.flexing {
		justify-content: center;
	}
	.space-listing-box {
		flex-basis: 525px;
	}
	.wedding-template .space-listing-box.listing_3 {
		max-width: 525px;
		margin: auto;
	}
	.space-listing-box.listing_3, .cottage-listing .space-listing-box {
		display: flex;
		flex-basis: 525px;
		flex-wrap: wrap;
	}
	.space-listing-box.listing_3 .listing-content-wrap, .cottage-listing .space-listing-box .listing-content-wrap {
		padding: 0;
		width: 100%;
	}
	.space-listing-box.listing_3 img {
		max-width: 100%;
		width: 100%;
	}
	.capacity-chart-pdf {
		padding-right: 100px;
	}
	.section-layout.flexing {
		flex-wrap: wrap;
	}
	.seccol.copy {
		flex-basis: 600px;
		margin-left: 0;
		margin-top: 30px;
	}
	.stay-section .seccol.copy {
		margin-top: 30px;
		margin-left: 0;
		margin-right: 0;
		order: 2;
	}
	.spaces-listing h2 {
		font-size: 95px;
		line-height: 60px;
	}
	.first-banner-content, .second-banner-content, .third-banner-content {
		max-width: 100%;
	}
	.wedding .listing-box.flexing {
		flex-wrap: wrap;
		justify-content: center;
		max-width: 525px;
		margin: auto;
	}
	.listing.long .listing-content-wrap {
		flex-basis: 550px;
		margin-left: 0;
	}
	.c-info.flexing {
		margin: 40px 0;
		flex-wrap: wrap;
	}
	.c-gallery {
		margin-right: 0;
		flex-basis: 100%;
		order: 2;
		display: flex;
		flex-direction: column;
	}
	.c-descrip {
		flex-basis: 100%;
		font-size: 20px;
		padding: 0 20px;
	}
}
@media screen and (max-width: 768px) {
	.featured .main-wrapper {
		top: -160px;
	}
	.capacity-chart-pdf {
		padding-right: 0;
		text-align: center;
	}
	.banner-text {
	 font-size: 31px;
	 bottom: 20%;
 	}
}
@media screen and (max-width: 767px) {
	.wedding.facilities-listing h2 {
		line-height: 64px;
	}
	.banner-text {
	 	font-size: 29px;
	 	bottom: 20%;
 	}
}
@media screen and (max-width: 720px) {
	.facilities-listing h2 {
		line-height: 65px;
	}
	.copyright {
		max-width: 80%;
		margin: 50px auto 0;
	}
}
@media screen and (max-width: 668px) {
	.banner-text {
		bottom: 0;
		font-size: 35px;
	}
}
@media screen and (max-width: 667px) {
	.location-banner h3 {
  	display: block;
	}
	.location-banner {
		padding: 0 0 10px 0;
		font-size: 30px;
	}
	.location-banner h3 {
		font-size: 30px;
	}
	.banner-text {
		bottom: 10px;
	}
	.featured .main-wrapper {
		top: -130px;
	}
}
@media screen and (max-width: 640px) {
	.no-feature {
		top: -153px;
	}
	.banner-text {
		padding-right: 150px;
		font-size: 27px;
	}
}
@media screen and (max-width: 600px) {
	.no-feature {
		top: -149px;
	}
	.entry-title {
		font-size: 2.5em;
	}
	.booking-content {
		padding: 20px;
	}
	.first-banner-text .banner-headline, .second-banner-text .banner-headline, .third-banner-text .banner-headline {
		width: 100%;
	}
	.spaces-listing.wedding-template {
		padding: 40px 0 60px;
	}
	.wedding.facilities-listing h2 {
		font-size: 68px;
	}
	.buttons.flexing {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 568px) {
	.no-feature {
		top: -143px;
	}
	.site-header .main-wrapper.flexing {
		padding: 0 20px;
	}
	.welcome-text {
	  padding: 10px 20px 30px;
	}
	.featured .main-wrapper {
		display: none;
	}
	body.home .welcome-text .entry-title {
  	font-size: 30px;
	}
	.welcome-text .entry-title {
    font-size: 72px;
    line-height: 49px;
    padding: 12px 0 0;
  }
	.banner-text {
    width: 100%;
    font-size: 25px;
    padding-right: 79px;
  }
	.foot-wrapper.flexing {
		flex-wrap: wrap;
	}
	.col-left, .col-right {
		flex-basis: 100%;
	}
	.event-type-listing .main-wrapper.flexing {
		padding: 0 20px 0 0;
	}
	#book-event .main-wrapper {
		padding: 0;
	}
	#menu-footer-menu li {
		padding: 6px 0;
	}
	.directions-link {
		position: relative;
		padding: 10px 20px;
		background: rgb(136,62,5);
		color: #fff;
		font-size: 20px;
		text-align: center;
	}
	.google-map img {
		transform: scale(1.5);
		margin-top: 34px;
	}
	.spaces-listing h2 {
		font-size: 85px;
		line-height: 60px;
	}
	.spaces-listing.cottage h2 {
		font-size: 85px;
		line-height: 60px;
	}
}
@media screen and (max-width: 534px) {
	.no-feature {
		top: 0;
		margin-bottom: -40px;
	}
	.featured {
		top: 0;
		margin-bottom: 0;
	}
	.main-wrapper {
		padding: 0 20px;
	}
	.site-branding {
		flex-basis: 40%;
	}
	.site-branding img {
		max-width: 100%;
	}
	.menu-right.flexing {
		flex-basis: 50%;
		justify-content: flex-end;
	}
	.header-phone {
		align-self: flex-end;
	}
	.mobmenur-container {
		margin-right: 32px !important;
	}
	.navbar {
  	margin-bottom: 0 !important;
	}
	.site-header .main-wrapper {
		padding: 0 5px;
	}
	body.home .site-header {
  	background: rgb(255, 246, 234);
	}
	body.home .featured {
		top: 0;
		margin-bottom: 0;
	}
	.facilities-listing h2 {
		line-height: 70px;
		font-size: 95px;
	}
}
@media screen and (max-width: 480px) {
	.location-banner h3 {
		margin-bottom: 0;
	}
	.main-wrapper a {
		margin: 10px 0 !important;
		display: block;
	}	
	.site-header .main-wrapper.flexing {
		padding: 0;
	}
	.site-header .main-wrapper a {
		margin: 0 !important;
		display: inline;
	}	
	.site-branding {
		flex-basis: 275px;
	}
	.entry-title {
		font-size: 2em;
	}
	.event-type-listing .main-wrapper.flexing {
		padding: 0px 23px 40px 0px;
	}
	#menu-footer-menu li {
		padding: 0;
	}	
	.google-map img {
		transform: scale(1.5);
		margin-top: 28px;
	}
	.welcome-text .entry-title {
    font-size: 80px;
  }
	.banner-text {
    padding-right: 0;
  }
}
@media screen and (max-width: 430px) {
	.listing-box {
		margin: 20px 0;
	}
	.space-listing-box {
		padding: 20px;
	}
	.banner-text {
	 font-size: 26px;
	 padding: 15px 10px 15px 25px;
 }
 .welcome-text .entry-title {
	 font-size: 75px;
 }
	
}
@media screen and (max-width: 414px) {
	.location-banner {
		position: relative;
		padding: 1px 10px 10px;
	}
	.site-branding {
		flex-basis: 250px;
	}
	.entry-title {
		font-size: 32px;
	}
	.welcome-text .entry-title {
	 font-size: 70px;
 	}
	.banner-text {
		bottom: 0px;
		width: 100%;
	}
	.foot-wrapper.flexing {
		flex-wrap: wrap;
	}
	.col-left, .col-right {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 390px) {
	.site-branding {
		flex-basis: 225px;
	}
	.entry-title {
		font-size: 29px;
	}
}
@media screen and (max-width: 375px) {
	.site-branding {
		flex-basis: 200px;
	}
	.site-branding {
		flex-basis: 200px;
	}
}
@media screen and (max-width: 360px) {
	.welcome-text .entry-title {
	 font-size: 100px;
	 text-align: center;
 }
}
@media screen and (max-width: 320px) {
	.site-branding {
		flex-basis: 180px;
	}
	.header-phone {
		font-size: 14px;
		line-height: 18px;
	}
}
