/*!
Theme Name: osteria
Theme URI: https://osteriaweddings.com.au
Author: Louisa
Author URI: https://weedworks.com.au
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: osteria

*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* Document
	 ========================================================================== */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body.page-id-4135 #wow-modal-overlay-1, 
body.page-template-page-opendaysignup #wow-modal-overlay-1{
	display:none!important;
}

body #wow-modal-close-1.mw-close-btn.image:before {

    background: #4f3b4a!important;
}

body #wow-modal-window-1 {
    max-width: 662px!important;
    padding: 40px!important;
}

.page-template-page-opendaysignup .narrow-content {
    margin: 0em auto 2em auto;
}
.page-template-page-opendaysignup #responsive-menu-pro-button{
	display:none!important;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

#backtotop {
  display: inline-block;
  background-color: #4f3b4a;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 0px;
  position: fixed;
  bottom: 20px;
  right: 20px;
-webkit-transition: background-color .3s;
transition: background-color .3s;
  z-index: 1000;
	visibility:hidden;
	opacity:0;
border:2px solid white;
transition: opacity .3s;
}
#backtotop:hover {
  cursor: pointer;
  background-color: #be9698;
}
#backtotop:active {
  background-color: #be9698;
}

#backtotop::after {
  content: "\f077";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}


/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
    font-family: 'Dax';
    src: url('fonts/Dax-Regular.woff2') format('woff2'),
        url('fonts/Dax-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Dax';
    src: url('fonts/Dax-Bold.woff2') format('woff2'),
        url('fonts/Dax-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville';
    src: url('fonts/Baskerville-Regular.woff2') format('woff2'),
        url('fonts/Baskerville-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville';
    src: url('fonts/BaskervilleBold.woff2') format('woff2'),
        url('fonts/BaskervilleBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}





body,
button,
input,
select,
optgroup,
textarea {
	color: #4f3b4a;
	font-family: "Dax", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Baskerville",Times,serif;
	letter-spacing: 0.1em;
}


h1{
	letter-spacing:0.4em;
	font-weight:normal;
	font-size:28px;
}

.blog-title{
	letter-spacing:0.3em;
	font-weight:normal;
	font-size:22px;
}

h2{
	letter-spacing:0.4em;
	font-weight:normal;
	font-size:28px;
}

h3{
	font-family: "Dax", sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:0;
}

p {
	margin-bottom: 1.5em;
}

.clear{
	clear:both;
}
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 https://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 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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: 0px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0px;
	background: #4f3b4a;
	color: white;
	font-size: 18px!important;
	font-weight:normal;
	letter-spacing:0.1em;
	font-family: "Baskerville", Times, serif;
	line-height: 1;
	padding: 15px 20px;
	outline:none;
	text-transform:lowercase;
	cursor:pointer;
	position:relative;
}



div.gform_footer.top_label {
text-align: center;
}

body .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px;
}

input[type="submit"]{
	margin-top:40px!important;
	margin-right:0!important;
}
input[type="submit"]:before {
	content:" ";
	position: absolute;
	width: 50px;
	height:2px;
	background:#4f3b4a;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: #be9698;
outline:none;
}

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 {
outline:none;
}

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: #000000;
	border: 0px solid #ccc;
	border-radius: 0px;
	padding: 10px;
	background: #e8e4e5;
	font-size:16px;
	outline:none;
}

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;
}

body .fancybox-bg {
    opacity: 0.7;
    background: #4f3b4a;
}


body .gform_wrapper .gfield_checkbox li input[type=checkbox],


body .gform_wrapper ul.gfield_checkbox li label {    vertical-align: top;font-size:12px}
.page-id-2 .gform_wrapper ul.gfield_checkbox li label {    vertical-align: top;font-size:15px!important;}


body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {margin-top: 3px;}
.page-id-2 .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {margin-top: 5px;}

body .gform_wrapper .gfield_checkbox li label{
    max-width: 100%;
}

body .gform_wrapper h3.gform_title {
	text-align:center;
	text-transform:lowercase;
	letter-spacing:0.3em!important;
	font-size:28px;
	font-family: "Baskerville", serif;
}
body .gform_description{
	text-align:center;
}

body #field_4_4 .gfield_label{
	display:none;
}
select {
	border: 0px solid #ccc;
}

textarea {
	width: 100%;
}

body .gform_wrapper .gform_footer {
  padding:0;
    margin: 16px 0 0;
  
}

.sep{height:2px;
width:30px;
margin:30px auto 20px auto;
background:#4f3b4a;
display:block;
}

.inspect{
	margin:0 auto;
	max-width:260px;
	display:block;
		border: 0px solid;
	border-radius: 0px;
	background: #4f3b4a;
	text-align:center;
	color: white!important;
	font-size: 18px!important;
	font-weight:normal;
	letter-spacing:0.1em;
	font-family: "Baskerville", Times, serif;
	line-height: 1;
	padding: 15px 20px;
	outline:none;
	text-transform:lowercase;
	cursor:pointer;
	position:relative;
}

.inspect:hover{
	background: #be9698;
}

body .gform_fields{
	position:relative;
}

body .gform_fields::after{
		content:"";
	height:2px;
	background:#4f3b4a;
	width:40px;
	left:0;
	right:0;
	margin:0 auto;
	position:absolute;
	bottom:-25px;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4f3b4a;
	text-decoration:none;
	transition: all 0.1s linear;
}

a:visited {
	color: #4f3b4a;
}

a:hover, a:focus, a:active {
	color: #be9698;
}

a:focus {
	outline: 0;
}

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


p a{
	font-weight:bold;
}

/*--------------------------------------------------------------
# Slick slider
--------------------------------------------------------------*/

.slick-slide{
	font-size:18px;
}
.home-carousel, .blog-features {
visiblity: hidden;
opacity:0;
}

.slick-initialized{
visiblity: visible!important;
    opacity:1;
    transition:opacity .8s ease-out;
}

    .slick-slide {
      margin: 0px 0px;
    }

    .slick-slide img {
      width: 100%;
    }


.caption .post-title{
	font-family: "Baskerville", serif;
	color: white!important;
	letter-spacing:0.5em;
}

.caption .cat-title a{
	font-family: "Dax", serif;
color:#fcf5e3;
letter-spacing:0.9em;
	font-size:14px;
	text-transform:lowercase;

}

.home-carousel .caption{
	
	color:white;
	font-size:20px;
	height: 100px;
	padding:10px 20px;
	font-size:22px;
}
.home-carousel .slick-slide:nth-of-type(4) .caption,
.home-carousel .slick-slide:nth-of-type(7) .caption,
.home-carousel .slick-slide:nth-of-type(10) .caption,
.home-carousel .slick-slide:nth-of-type(13) .caption,
.home-carousel .slick-slide:nth-of-type(16) .caption,
.home-carousel .slick-slide:nth-of-type(19) .caption,
.home-carousel .slick-slide:nth-of-type(22) .caption{
	background: #192a17;
}

.home-carousel .slick-slide:nth-of-type(5) .caption,
.home-carousel .slick-slide:nth-of-type(8) .caption,
.home-carousel .slick-slide:nth-of-type(11) .caption,
.home-carousel .slick-slide:nth-of-type(14) .caption,
.home-carousel .slick-slide:nth-of-type(17) .caption,
.home-carousel .slick-slide:nth-of-type(20) .caption,
.home-carousel .slick-slide:nth-of-type(23) .caption{
	background: #4f3b4a;
}

.home-carousel .slick-slide:nth-of-type(6) .caption,
.home-carousel .slick-slide:nth-of-type(9) .caption,
.home-carousel .slick-slide:nth-of-type(12) .caption,
.home-carousel .slick-slide:nth-of-type(15) .caption,
.home-carousel .slick-slide:nth-of-type(18) .caption,
.home-carousel .slick-slide:nth-of-type(21) .caption
{
	background: #732c47;
}




.blog-features .caption .post-title{
	font-family: "Baskerville", serif;
	color: white!important;
	letter-spacing:0.5em;
}

.blog-features .caption .cat-title{
	font-family: "Dax", serif;
color:#fcf5e3;
letter-spacing:0.9em;
	font-size:14px;
	text-transform:lowercase;
}

.blog-features .caption{
	color:white;
	font-size:20px;
	height: 100px;
	padding:10px 20px;
	font-size:22px;
	
}
.blog-features .slick-slide:nth-of-type(1) .caption,
.blog-features .slick-slide:nth-of-type(4) .caption,
.blog-features .slick-slide:nth-of-type(7) .caption,
.blog-features .slick-slide:nth-of-type(10) .caption,
.blog-features .slick-slide:nth-of-type(13) .caption
{
	background: #dd9f7e!important;
}
.blog-features .slick-slide:nth-of-type(2) .caption,
.blog-features .slick-slide:nth-of-type(5) .caption,
.blog-features .slick-slide:nth-of-type(8) .caption,
.blog-features .slick-slide:nth-of-type(11) .caption,
.blog-features .slick-slide:nth-of-type(14) .caption{
	background: #e8c1c6;
}
.blog-features .slick-slide:nth-of-type(3) .caption,
.blog-features .slick-slide:nth-of-type(6) .caption,
.blog-features .slick-slide:nth-of-type(9) .caption,
.blog-features .slick-slide:nth-of-type(12) .caption,
.blog-features .slick-slide:nth-of-type(15) .caption
{
	background: #7b7d5b;
}


.page-template-page-about .entry-content ul{
	    margin: 1em 0 1.5em 0em;
}
.page-template-page-about .entry-content ul a{
color:#be9698;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header{
	margin: 20px auto 40px auto;
	max-width:1200px;
	position:relative;
}
.site-branding{
	display: block;
	max-width: 322px;
	margin: 0 auto 0em auto;
}

.social-media{
position: absolute;
	right:0;
	top:0;
	list-style:none;
	margin: 0;
	padding: 0;
display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
}

.fontawesome::before {
    display: inline-block;
    font-style: normal;
	font-weight: 600;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.social-icon{
margin-left:16px;
}

.social-icon, .social-icon:visited{
	color: #4f3b4a;
}
.social-icon:hover{
	color: #be9698;
}
.social-icon::before {
    font-family: "Font Awesome 5 Brands";
	font-size: 22px;
}

.facebook::before {
    content: "\f39e";
}

.instagram::before {
    content: "\f16d";
}

.pinterest::before {
    content: "\f231";
}



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.menu {
 -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
         order: 0;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
        align-self: auto;
	margin: 2em 0 0 0;
	list-style: none;

	padding-left: 0;
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
}
.menu li{
	position:relative;
}
.menu a {
	color: #4f3b4a;
	font-family: "Baskerville", serif;
	letter-spacing:0.1em;
	display: block;
	text-decoration: none;
	text-transform: lowercase;
	font-size:17px;
}

.menu a:hover {
	color: #be9698;
}

.menu .sub-menu {
	list-style:none;
    border: 1px dotted #e5e5e5;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: -20px;
    margin: 0;
    padding: 0;
    width: 260px;
    transform: translateY(-1em);
    z-index: 100;
    transition: all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear .01s;
}

.menu .sub-menu a{
	padding:5px 20px;
}
.menu li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s,0s,.3s;
}



.sub-menu .current-menu-item a{
	color: #4f3b4a;
}

.sub-menu .current-menu-item a:hover{
	color: #be9698;
}


.contact-button a{
	background: #4f3b4a;
	color: white;
	padding:5px 10px;
	text-align:center;
	display:block;

}

.menu .current-menu-item.contact-button a{
	background: #be9698;
}

.menu .current-menu-item.contact-button a::after{
	height:0px!important;
}


.contact-button a:hover{
	background: #be9698;
	color: white!important;
}
.contact-button a:visited{
	color: white;
}

.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%;
}

.nav-links{
    margin: 0 auto;
    max-width: 900px;
}
.navigation{
	clear:both;
	width:100%;
	margin-top:3em;
}

.navigation ul{
	margin:0 auto;
	padding:0;
	text-align:center;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #000;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
    margin: 0 2px;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #ffffff;
    border-radius: 0px;
	border: 3px solid #f9f9f9;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #f9f9f9;
	border-color:#f9f9f9;
	color:#000;
}


.mobile-nav{

	top:0;
	width:100%;
	height: 45px;
	display:none;
position:relative;
}

.mobile-nav::after{
	content: " ";
	width:100%;
	padding:0 20px;
	position:absolute;
	bottom:0;
	height:1px;
	background: #e5e5e5;
}
.mobile-nav .social-icon:hover{
	color: #be9698!important;
}

@media screen and (max-width:900px) {
	.site-header .social-media {
		display:none;
	}

	.mobile-nav{
		display:block;
	}
	
	.mobile-nav .social-media{
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
margin-top:5px;
	}

.site-header{
	margin-bottom:20px;
}
.contact-button a {
    background: #ffffff;
    color: #4f3b4a;
}

body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
    text-transform: lowercase;
}

body button#responsive-menu-pro-button {
    right: 20px!important;
}

}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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-credits:before,
.site-credits:after,
.content:before,
.content:after,
.narrow-content:before,
.narrow-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,
.content:after,
.narrow-content:after{
	clear: both;
}


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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

.content{
	max-width:1040px;
	margin:4em auto 6em auto;
}
.page-template-page-media .content{
	margin-bottom:3em;
}

.narrow-content{
	max-width:642px;
	margin:4em auto 6em auto;
}


.type-post{
	max-width:900px;
	margin:0 auto;
}
/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/


.about-wrapper{
	max-width:1040px;
	margin:2em auto 3em auto;
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
}
.about-wrapper .aboutosteria{
	width:21%;
}

.about-wrapper .about-image{
	width:70%;
	position:relative;
	z-index:1;
	background-size:cover;
	background-position:center center;
	min-height:510px;
	
}

.about-image .about-text{
	padding:30px;
	background:#f9f8f9;
	z-index:2;
	position:absolute;
	left:-17.5%;
	top:50%;
	-webkit-transform: translateY(-50%);	-ms-transform: translateY(-50%);	transform: translateY(-50%);
	max-width:490px;
}
.about-text p{
	margin:0 0 1.3em 0;
}
.about-text p:last-of-type{
	margin:0 0 0 0;
}

.about-text .readmore {
	background:#732c47;
	padding:10px 20px;
	position:absolute;
	bottom:-25px;
	left:0;
	right:0;
	margin:0 auto;
	width:140px;
	color:white;
	text-align:center;
	font-family: "Baskerville", Times, serif;
	font-size:18px;
}
.about-text .readmore:hover {
	background:#4f3b4a;
}


/*--------------------------------------------------------------
# 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;
}

.b-lazy {
       opacity:0;
       transition: all 500ms;
		
    }
    .b-loaded {
       opacity:1;
		
    }

/*--------------------------------------------------------------
# Kit
--------------------------------------------------------------*/
.kit-wrapper{
	width:100%;
display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	margin-bottom:4em;
	clear:both;
	position:relative;
}
.page-id-2 .kit-wrapper{
	display:none;
}

.kit-wrapper::before{
	clear:both;
	display:block;
}
.kit-wrapper::after{
	clear:both;
}

.kit-wrapper .item {
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center;
	height:454px;
}
.kit-wrapper .item:nth-of-type(1),
.kit-wrapper .item:nth-of-type(3){
	width:25%;
}

.kit-wrapper .item:nth-of-type(2){
	width:50%;
	position:relative;
	z-index:1;
}


.kit-wrapper .item:nth-of-type(2)::after{
	content: "";
	height:100%;
	width:100.1%;
	position:absolute;
	background: rgba(0,0,0,0.3);
	top:0;
left:-0.05%;
right:0;
	margin:0 auto;
}

.middle-content{
	position:absolute;
	bottom:45px;
	text-align:center;
	color: white;
	z-index:2;
	left:0;
	right:0;
	max-width:470px;
	margin:0 auto;
	padding:20px;
}

.middle-content p{

max-width:314px;
margin:0 auto 0 auto;
position:relative;
}

.middle-content::after{
	content:"";
	height:2px;
	background:white;
	width:40px;
	left:0;
	right:0;
	margin:0 auto;
	position:absolute;
	bottom:0;
}

.kit-heading{
	font-family: "Baskerville", Times, serif;
	font-size:26px;
	letter-spacing:0.5em;
	margin-bottom:2em;
	display:block;
}
.download-kit-wrapper{
position:absolute;bottom:-20px;left:0;right:0;margin:0 auto;text-align:center;z-index:3;

display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;


}
.download-kit{
	text-transform:lowercase;
	background:#be9698;
	font-family: "Baskerville", times, serif;
	font-size:18px;
	letter-spacing:0.05em;
	color:white!important;
	text-align:center;
	padding:10px 20px;
	margin-left:5px;
	margin-right:5px;
}

.download-kit:hover{
	background:#4f3b4a;
}

.pricing-kit-wrapper{
	text-align:center;
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	margin-top:3em;
}
@media screen and (max-width:640px){

.download-kit-wrapper{
bottom:-90px;
 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;


}

.download-kit{
margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

}

.pricing-content{
	text-align:center;
	max-width:470px;
	margin:0 auto 30px auto;
	padding:20px;
	position:relative;
}
.pricing-content::after{
	content:"";
	height:2px;
	background:#4f3b4a;
	width:40px;
	left:0;
	right:0;
	margin:0 auto;
	position:absolute;
	bottom:0;
}

.pricing-content p{
	max-width:314px;
	margin:0 auto 0 auto;
	position:relative;
}

.pricing-download-kit{
	
	display:block;
	max-width:200px;
	text-transform:lowercase;
	background:#4f3b4a;
	font-family: "Baskerville", times, serif;
	font-size:18px;
	letter-spacing:0.05em;
	color:white!important;
	text-align:center;
	padding:10px 20px;
	margin:0 auto;
}

.pricing-download-kit:hover{
	background:#be9698;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.new-content h2{
	font-weight:bold;
	text-align:center;
	position:relative;
	font-size:16px;
	letter-spacing:0.1em;
	font-family: "Dax";
	padding-bottom:10px;
	margin-bottom:2em;
}
.new-content h2:after{
	content:" ";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	height:2px;
	width:50px;
	background:#4c3c49;
}
.new-content h3{
	font-family: "Dax";
	font-weight:bold;
	text-align:center;
	font-size:16px;
	letter-spacing:0.1em;
	margin:0;
}
.new-content p{
	margin-top:0;
}
.details-boxes-wrapper{
	background:#f9f8f9;
	padding:30px;
 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin:2em 0;
}
.details-boxes-wrapper > div {
	width:48%;
}

@media screen and (max-width:640px){

.details-boxes-wrapper{
	padding:20px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.details-boxes-wrapper > div {
	width:100%;
}
}

/*--------------------------------------------------------------
# Weddings
--------------------------------------------------------------*/

.real-weddings-wrapper{
	max-width:960px;
	margin:1em auto;
}

.real-weddings-wrapper::after{
clear:both;
}

.real-weddings-wrapper .col:nth-of-type(3n+1){
	margin-left: 0;
	clear: left;
}

.real-weddings-wrapper .col {
	float: left;
	margin-left: 1.8%;
	position:relative;
}


.real-weddings-wrapper {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}


.real-weddings-wrapper .col {
	margin-bottom: 20px;
	
	background:#4f3b4a!important;
}

.real-weddings-wrapper .col a {
	display:block;
	line-height:1;
}

.real-weddings-wrapper .col img {
	display:block;
	margin:0;
	padding:0;
}


.real-weddings-wrapper .col {
	width: 32%;
}

.real-weddings-wrapper .col .real-title{
    width: 85%;
    padding: 6px 10px;
    font-size: 16px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 10%;
    text-align: center;
    display: block;
}


.real-weddings-wrapper .col .real-title{
	opacity:0;
 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}




.media-caption{
	color:white;
	font-size:20px;
	padding:10px 20px 15px 20px;
	font-size:22px;
}





.media-caption .post-title{
	font-family: "Baskerville", serif;
	color: white!important;
	letter-spacing:0.2em;
	font-size:18px;
	padding-top:5px;
}

.media-caption .cat-title{
	font-family: "Dax", serif;
color:#fcf5e3;
letter-spacing:0.5em;
	font-size:14px;
	text-transform:lowercase;
}

@media screen and (max-width: 600px) {

	/* change grid3 to 2-column */
	.real-weddings-wrapper .col {
		width: 49.1%;
		margin-bottom:10px;
	}
	.real-weddings-wrapper .col:nth-of-type(3n+1) {
		margin-left: 1.8%;
		clear: none;
	}
	.real-weddings-wrapper .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}

.media-caption .post-title{
	font-size:14px;
}


.media-caption .cat-title{
letter-spacing:0.4em;
	font-size:11px;
}

}

.showtitle{
	opacity:1!important;
	display:block;
}
/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.entry-footer {
	margin-top: 2em;
	text-align:center;
}
.commenty {
position:relative;
}
.comment-number::after{
	content: "\f4ad";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-left:5px;
	font-size:22px;
	bottom:1px;
	position:absolute;
}

h4.share{
	font-size:22px;
	letter-spacing:0.3em;
	margin-bottom:10px;
	text-transform:capitalize;

}
.social-link{
margin: 0 10px;
}
 
 
.social-social {text-align:center;
    -webkit-font-smoothing: antialiased;
	display:none;
}

.single-post .social-social, .blog .social-social{
	display:block;
}

.social-twitter::before, .social-facebook::before, .social-pinterest::before {
    font-family: "Font Awesome 5 Brands";
	font-size: 22px;
    display: inline-block;
    font-style: normal;
	font-weight: 600;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.social-email::before {
    font-family: "Font Awesome 5 Free";
	font-size: 22px;
    display: inline-block;
    font-style: normal;
	font-weight: 600;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


.social-facebook::before {
    content: "\f39e";
}

.social-twitter::before {
    content: "\f099";
}

.social-pinterest::before {
    content: "\f231";
}

.social-email::before {
    content: "\f0e0";
}



.content-blog{
	max-width:900px!important;
}
.entry-header{
	padding:3em 20px 3em 20px;
	background:#4f3b4a url('images/pattern.jpg') center center;
	color:white;
}

.entry-header h1{
	text-align:center;
	line-height:1.1;
	margin:0;
}

.entry-header .sep{
	height:1px;
	width:100%;
	max-width:400px;
	margin:20px auto 10px auto;
	background:#d2c8cb;
}

.entry-header span{
	width:100%;
	text-align:center;
	font-size:15px;
	display:block;
	text-transform:uppercase;
}

.suppliers {
	margin:0;
	padding:0;
	list-style:none;
 -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;

}
.suppliers li{
	padding:0;margin:0;
 display: block;
  -moz-column-break-inside:avoid;
  -webkit-column-break-inside:avoid;
  column-break-inside:avoid;
}

.suppliers a{
	font-weight:bold;
}
blockquote {
margin:0;
  padding:0px;
  quotes:"\201C""\201D""\2018""\2019";
	max-width:100%;
}

blockquote p:last-of-type {
	margin-bottom:0;
}




.page-id-4058 .about-text p:nth-child(3){
	display:none!important;
}

.testimonial-wrapper .about-text{
	left:auto;
	right:-33.5%;
	text-align:center;
	position:none!important;
}

.testimonial-wrapper .about-text .readmore {
    background: #4f3b4a;

}
.testimonial-wrapper .about-text .readmore:hover {
    background: #be9698;

}

.quotation-mark{
	margin-bottom:10px;
}
.fixed-enquire {
	display:none;
}
@media screen and (max-width:600px){

.page-id-4058 .kit-wrapper{
margin-bottom:1.5em;
}

.site-credits{
	margin-bottom:3em;
}
.fixed-enquire {
	position:fixed;
	bottom:0;
	padding: 10px 20px;
	color:white!important;
	text-transform:uppercase;
	display:block;
	width:100%;
	font-size:1em;
	text-align:center;
 z-index: 999;
background:#732c47;
cursor:pointer;
border-top:2px solid white;
font-family: "Baskerville",Times,serif;
letter-spacing:0.5em;
}
}

.three-col{
	padding:0 0 0 20px;
	margin:0;
 -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
}

@media screen and (max-width:700px){
.three-col{
 -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}
}

@media screen and (max-width:480px){
.three-col{
 -webkit-column-count: 1; /* Chrome, Safari, Opera */
  -moz-column-count: 1; /* Firefox */
  column-count: 1;
}
}


.welcome-slider .slick-prev, .welcome-slider .slick-next {
	top: auto;
bottom:0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}


.welcome-wrapper{
	padding:20px;
}
.welcome-real, .welcome-about, .welcome-packages{
	width:100%;
	position:relative;
	margin-bottom:60px;
}

.welcome-real-bg{
	background-image: url('https://www.osteriaweddings.com.au/wp-content/uploads/2019/02/Screen-Shot-2019-02-08-at-2.44.16-pm-900x719.jpg');
}

.welcome-packages-bg{
	background-image: url('images/packages.jpg');
	position:relative;
	z-index:1;
	display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	text-align:center;
   -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	font-size:24px;
	color:white!important;
}

.welcome-packages-bg:hover{
	color:white!important;
}
.welcome-celebrate{
	position:relative;
	z-index:4;
font-family: "Baskerville",Times,serif;
    font-size: 26px;
    letter-spacing: .5em;
}

.welcome-real-bg, .welcome-packages-bg{
	height: 250px;
	width:100%;
	display:block;
	background-size:cover;
}

.welcome-packages-bg{
	background-position: bottom center;
}





.welcome-about{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.purple-bg{
	background: #4f3b4a;
	color:white!important;
	padding: 20px;
	position:relative;
	text-align:center;
}
.welcome-button{
	position: absolute;
	top:-25px;
	left:0;
	right:0;
	margin:0 auto;
    background: #be9698;
    padding: 10px 20px;
	color: #fff;
    text-align: center;
    font-family: "Baskerville",Times,serif;
    font-size: 20px;
	max-width:200px;
z-index:2;
}
.welcome-button:visited{
	color:white!important;
    background: #be9698!important;
}

.welcome-button:hover{
	color:white;
    background: #be9698;
}
.welcome-about-text p:nth-child(3){
	display:none;
}

.welcome-testimonial{
	margin-bottom:60px;
	padding-bottom:20px;
}
.welcome-testimonial .slick-slide {
    font-size: 18px;
	text-align:center;
	padding:0;

}

.welcome-testimonial .slick-dots {
    position: absolute;
    bottom: -100px;}


.quotation-mark-white{
	margin-top:30px;
	margin-bottom:20px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.postsum-wrapper{
display:flex;
  -webkit-align-items: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
margin-bottom:2em;
}

.postsum-wrapper .post-content{
	flex:1;padding:0em 2em;
}

@media screen and (max-width:680px){
.postsum-wrapper{
flex-direction:column;
margin-bottom:2em;
}

.postsum-wrapper > div {
	width:100%;
}
.postsum-wrapper .post-content{
	padding:0;
}

.postsum-wrapper .post-img{
	height:200px;
	width:100%!important;
}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer{
	background: #4f3b4a;
	padding: 40px 0;
}

.site-info{
	max-width:1080px;
	margin: 0 auto;
	color: white;
}

.site-info a, .site-info a:visited{
	color:white;
}
.site-credits{
	font-family: "Baskerville", Times, serif;
	text-align: center;
	font-size: 12px;
	padding: 30px 0;
	
}

.site-credits p{
	margin:0;
}
.site-credits a{
	font-weight:normal;
}


.site-footer .social-media{
	position: static;
	list-style:none;
	margin:0 auto;
	max-width: 100px;
}

.site-details{
display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
	font-family: "Baskerville", Times, serif;
	font-size:14px;
	letter-spacing: 0.5em;
	text-transform:uppercase;
	max-width: 1040px;
	margin:0 auto;
	text-align:center;
}

.site-info a:hover {
color:#be9698;
}
.site-footer .social-icon, .site-footer .social-icon:visited{
	color: #ffffff;
}
.site-footer .social-icon:hover{
	color: #be9698;
}

.hashtag{
	display:block;
	text-align:center;
	color:white;
	font-family: "Baskerville", Times, serif;
	padding: 10px 0 20px 0;
	letter-spacing: 0.5em;
	font-size:14px;
}




@media screen and (max-width: 1300px) {

.caption .post-title, .blog-features .caption .post-title{
	letter-spacing:0.35em;
}

.caption .cat-title a, .blog-features .caption .cat-title{
letter-spacing:0.8em;
	font-size:13px;

}

.home-carousel .caption, .blog-features .caption{
	font-size:18px;
}


}


@media screen and (max-width:1080px) {

	.site-header,
	.content {
		padding: 0 20px;
	}

	.site-details{
		padding-left:20px;
		padding-right:20px;
	}
	.social-media{
		right:20px;
	}
}


@media screen and (max-width:980px) {

.site-details{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.site-details a{
	margin-top:5px;
}

.sendenquiry{
	margin-top:20px!important;
}



}

@media screen and (max-width: 960px) {

.home-carousel .slick-slide:nth-of-type(1) .caption{
	background: #192a17;
}

.home-carousel .slick-slide:nth-of-type(2) .caption{
	background: #4f3b4a;
}

.home-carousel .slick-slide:nth-of-type(3) .caption
{
	background: #732c47;
}

.page-template-page-gallery .home-carousel,
.page-template-page-gallery .slick-slider {
	display:none!important;
}

}

@media screen and (max-width:900px) {


.social-media{
	right:auto;
	left:0px;
}
}

@media screen and (max-width:768px) {
	.suppliers {
	 -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

}

@media screen and (max-width:682px) {

	.narrow-content {
		padding: 0 20px;
	}

.kit-wrapper .item:nth-of-type(1),
.kit-wrapper .item:nth-of-type(3){
	display:none;
}

.kit-wrapper .item:nth-of-type(2){
	width:100%;
	position:relative;
	z-index:1;
}

}

@media screen and (max-width:600px) {

.site-branding{
	max-width:70%;
}
.about-wrapper{
	padding:20px;
	position:static;
	margin: 0 auto 1em auto;
}
.about-wrapper .aboutosteria{
	display:none;
}


.about-image .about-text{
	padding:20px;
	max-width:100%;
	position:static;
-webkit-transform: translateY(0%);-ms-transform: translateY(0%);transform: translateY(0%);
}

.about-wrapper .about-image{
	width:100%;
	min-height:0;
	position:static;
}

p {
	font-size:18px;
}

.site-credits p {
    font-size:12px;
}



}



@media screen and (max-width:480px) {



.content, .narrow-content, .page-template-page-media .content {
	margin-top:1em;
	margin-bottom:1em;
}


h1, h2{
	letter-spacing: .25em;
    font-size: 24px;
}
}




