/*!
Theme Name: Val Di Fassa
Theme URI: http://rebelweb.pl
Author: Piotr Wiktor
Author URI: http://rebelweb.pl
Description: Super fast Wordpress theme designed to mid-size websites.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: val-di-fassa
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.


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Slider
# Accessibility
# Animation
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	margin-top: 0px !important;
	height: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
        background-color: #333;
}
#home-page-body,
#home-page-body .site,
#home-page-body #content,
#home-page-body #main-home-page
{
	height: 100%;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2.4em;
	margin: 0.67em 0;
	letter-spacing: 1px;
}
.empty-spaces-40
{
	min-height: 40px;
	height: 40px;
}
.empty-spaces-100
{
	min-height: 100px;
	height: 100px;
}

/* 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: bolder;
}

/**
 * 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% !important;
	text-transform: lowercase;
}

/**
 * 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;
}

/* 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 */
}
.wrap {
	overflow-x: hidden;
}
main {
	display: block;
	/* background: white; */
}
section.full
{
	min-height: 100vh;
}
section.one-third
{
	min-height: 40vh;
}
/* 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;
}
.hidden
{
	display: none!important;
	height: 0!important;
}
.visible
{
    display: block!important;
}
.full-opacity
{
	opacity: 1;
}
/*--------------------------------------------------------------
# colors
--------------------------------------------------------------*/
.primary-color
{
	color: rgb(0,75,145)!important;
}
.primary-color-bck
{
      background-color: #3BB3C2!important;
			color:white!important;
}
.primary-color-bck-hover:hover
{
	color: #fff!important;
background-color: #3e5e5f!important;
}

.primary-color-fill
{
      fill:rgb(0,75,145);
}
.white-fill
{
    fill:#fff;
}
.white-bck
{
	background: #fff;
}
.primary-color-bck-invert
{
    color: rgb(0,75,145);
    background-color: white;
}
.primary-color-bck-invert:hover
          {
            opacity: .7;
           color: #527c7e;
          }

.linear-bck
{
 background: linear-gradient(180deg, rgba(82,124,126,1) 0%, rgba(30,53,55,1) 100%);
}
.secondary-color
{
	color: #eaebeb!important;
}
.secondary-color-bck
{
    background-color: #eaebeb;
}
.secondary-color-bck-hover:hover
{
    background-color: rgb(0,124,195);
}
.third-color-bck
{
    background-color: rgb(245,133,35)!important;
}
.third-color
{
	color:#f5f1ec;
}
.black-bck
{
	background-color: black!important;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
	font-display: swap;
font-family: 'Bahnschrift Regular';
font-style: normal;
font-weight: normal;
src: url('/wp-content/themes/Val-di-Fassa/font/BAHNSCHRIFT.woff') format('woff');
}

body,
button,
input,
select,
optgroup,
textarea {
	color: white;
	font-family: 'Sarabun',Arial,sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
				clear: both;
        color: white;
        margin-top: 0px;
        margin-bottom: 24px;
				font-family: 'Sarabun',Georgia,sans-serif;
				font-weight: 400;
}
h1.entry-title
{
	margin: 15px 0;
	text-transform: uppercase;
}
section header>h1
{
	font-size: 60px;
	margin-bottom: 10px;
	font-family: 'Sarabun',Georgia,sans-serif;
	font-style: italic;
}


section header>h2, p.h2
{
    font-weight: 400;
    line-height: 45.5px;
    font-size: 35px;
		font-family: 'Sarabun',Georgia,sans-serif;
}
p.h2
{
	color: black;
}

section header>h3,section header>h2.h3
{
	font-weight: 700;
	line-height: 18px;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Sarabun',Arial,sans-serif;
}

ul.hero-features li,
section.hero header p
{
	font-size: 1.5rem;
	margin-bottom: 1.2rem;
}

ul.hero-features
{
	margin-top:30px;
}


p {
	margin-bottom: 1.5em;
        margin-top: 0px;
				text-align: justify;
}

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%;
}
.only-for-mobile
{
	display: none;
}


/*--------------------------------------------------------------
# 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 {

}

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: white;
	border-radius: 20px;
	padding: 5px 0;
}

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%;
}
.btn-primary, input.wpcf7-submit
{
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .1rem;
    font-weight: 700;
    font-size: 16px;
    transition: all .2s ease-in-out;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.25;
    padding: 12px 24px;
    position: relative;
    transition: all .2s ease-in-out;
		border: none;
		color: white;
		opacity: .85;
}
.btn-primary:hover
{
	opacity: .8;
}
.wp-block-file .wp-block-file__button
{
	background-color:rgba(59, 179, 194,.4);
	border: 1px solid#3BB3C2;
	border-radius: 5px;
	transition: all .3s;
}
.wp-block-file .wp-block-file__button:hover
{
	background-color:rgb(59, 179, 194);
	text-decoration: none!important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: rgb(0,124,195);
	text-decoration: none;
}

a:visited {
	color: rgb(0,75,145);
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead
{
    z-index: 20;
    transition: all .2s ease-in-out;
    box-shadow: none;
		position: absolute;
		width: 100%;
    max-height: 100%;
}
#content,
#main-home-page
{

	position: relative;
	background: rgb(16,27,49);
	background: linear-gradient(90deg, rgba(16,27,49,1) 0%, rgba(14,62,85,1) 50%, rgba(59,179,195,1) 100%);
}
.entry-content
{
	position: relative;
z-index: 1;
min-height: 500px
}
.whole-page-wrapper-old
{
	position: absolute;
	width: 100%;
	top: 400px;
	z-index: 0;
	min-height: 600px;
	background: url(/wp-content/themes/Val-di-Fassa/img/o!.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.whole-page-wrapper
{
	position: absolute;
	min-width: 100%;
	top: 400px;
	z-index: 0;
	min-height: 1330px;
	background: url(/wp-content/themes/Val-di-Fassa/img/o!.svg);
	background-repeat: no-repeat;
	background-position-x: 150%;
}
.whole-page-wrapper-dots
{

	position: absolute;
	width: 100%;
	height: 104%;
	top: 450px;
	z-index: 0;
	background: url(/wp-content/uploads/2020/01/kropk_kontakti.png);
	/* background-position: center; */
	/* background-repeat: no-repeat; */
	background-size: 100%;
	background-repeat: repeat-y;
}
.map-round
{
	width: 100%;
	display: flex;
	justify-content: center;
}
.map-round iframe
{
	border-radius: 100%;
	max-width: 385px;
	max-height: 385px;
}
.dots-center
{
	top: 293px;
	background-size: cover;
	background-position: center;
}
.page
{
	position: relative;
}
#page
{
	overflow-y: hidden;

}
.div-just {
	text-align: justify;
	margin-left: 0;
}

.big-padding-top-20
{
	/* padding-top: 20px; */
}
.margin-top-70
{
	margin-top: 70px;
}
.margin-top-30
{
	margin-top: 30px;
}
.margin-bottom-60
{
	margin-bottom: 60px;
}

@media (max-width: 1200px)
{
	#content
	{
	/* margin-top: 75px; */
	}
	.big-padding-top-20
	{
		padding-top: 0;
	}

}
.fixed-top
{
    position: fixed!important;
    right: 0;
    left: 0;
    top: 0;
}
.navbar-sticky
{
	height: 70px!important;
}
.navbar-sticky ul#primary-menu
{
    margin-top: 18px;
}
.margin-top-small
{
	margin-top: -16px!important;
}

#site-navigation
{
	/* flex-direction: column; */
}
#site-navigation, #site-navigation > :first-child
{
    /* display: flex; */
    width: 90%;
		 position: relative;
}
#site-navigation > :first-child
{
	height: 125px;
}
.navbar-primary
{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    height: 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    transition: all .2s ease-in-out;
}
.navbar-secondary
{
    display: flex;
flex-direction: row;
justify-content: center;
margin-bottom: 10px;
text-transform: uppercase;
color: rgb(255, 255, 255);
font-weight: 400;
font-size: 1.2em;
padding-left: 1%;
padding-right: 1%;
}
.navbar-secondary>.hidden-element
{
	width: 16%;
}

.navbar-secondary>ul
{
    list-style: none;
margin: 0;
display: flex;
flex-direction: row;
padding: 0;
margin-top: -8px;
flex-wrap: wrap;
margin-left: 7%;
width: 100%;
justify-content: center;
}

.navbar-secondary li
{
	position: relative;
}
.current-parent-link
{
	text-decoration: none;
}

#main a.current-parent-link
{
	display: none;
}
.navbar-secondary ul.children
{
	left: -999em;
}

.navbar-secondary ul.children,
#primary-menu ul.sub-menu
{
	box-shadow: none;
	float: left;
	position: absolute;
	z-index: 99999;
	background-color: rgba(59, 179, 194,.85);
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	list-style: none;
	padding-left: 0;
	border: 1px solid #3BB3C2;
	border-radius: 3px;
}
#primary-menu ul.sub-menu
{
	top:28px;
}

#primary-menu ul.sub-menu li:hover
{
	/* border: none; */
	background-color: rgba(59, 179, 194,.5);

}

.navbar-secondary ul li ul.children li:hover> ul.children
{
	top: 0;
	left: 240px;
}

.navbar-secondary ul.children a
{
	text-transform: none;
	color: white;
	font-weight: 400;
	padding: 7px 10px 7px 20px;
	white-space: nowrap;
	font-size: .7em;
	align-self: center !important;
	position: relative;
	text-decoration: none;
	border-right: 0;
	overflow: hidden;
	font-family: 'Bahnschrift Regular',Arial,sans-serif;
	display: block;
	min-width: 240px;
}
.navbar-secondary li>a
{
    text-decoration: none;
    font-size: .6em;
    color: #fff;
    font-weight: 400;
    text-align: left;
}
.navbar-secondary li:hover
{

}
.navbar-secondary li.current_page_item
{
background-color: #3BB3C2
}
#menu-child-pages {
	display: none;
}

a.site-branding
{
    text-align: center;
    margin: 0;
    padding: 0;
    width: 25%;
		min-width: 200px;
    justify-content: center!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
img.header-image,
a.site-branding svg
{
    width: 100%;
    max-width: 225px;
    min-width: 88px;
    height: auto;
    padding: 0 10px;
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important;
}
/* ----------------FOOTER------------------------------------ */
.container-fluid
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.footer-bottom
{
	margin-left: 2%;
	margin-right: 2%;
	border-top: 1px solid #fff;
	margin-top: 45px;
}
.footer-top
{
	margin-left: 2%;
	margin-right: 2%;
	border-bottom: 1px solid #fff;
	display: flex;
	padding-bottom: 5px;
	margin-bottom: 45px;
}
.footer-top>h4
{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.1em;
	margin-bottom: 30px;
	padding-top: 5px;
	margin-right: 10px;
}
.footer-social
{
	display: flex;
	justify-content: flex-start;
}
.footer-social a
{
	padding: 0 6px;
	opacity: 1;
}
.footer-social a:hover
{
	opacity: .8;
}

.site-footer
{
    padding-bottom: 30px !important;
    padding-top: 30px !important;
    display: block;
    color: white;
		background: rgb(16,27,49);
	background: linear-gradient(90deg, rgba(16,27,49,1) 0%, rgba(14,62,85,1) 50%, rgba(59,179,195,1) 100%);
	height: 100%;

}

img.footer-img-bck
{
	width: 100%;
	height: 180%;
	bottom: 0px;
	left: 0;
	object-position: 44% 45%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	position: absolute;
	z-index: -999;
}



img.footer-image
{
    max-width: 35%;
    height: auto;
    margin-bottom: 3rem !important;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
}
.copyright-text
{
	text-align: left;
	font-size: .8em;
	margin-top: 15px;
	opacity: .75;
}
.copyright-text>a
{
    color: rgb(46,40,36);
    text-decoration: none;
    position: relative;
    transition: all .2s ease-in-out;
}
.copyright-text>a:hover
{
   text-decoration: underline;
}

.footer-text-widget:nth-of-type(2)
{
	    text-align: center;
}
.footer-text-widget:nth-of-type(2) p
{
	    margin-top: 10px;
}
.footer-text-widget:nth-of-type(2)>.widget
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}


.footer-text-widget h2
{
	text-transform: uppercase;
	color: white;
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 22px;
	letter-spacing: 1px;
	font-size: 1.2em;
	text-align: left;
}
.footer-text-widget p
{
	font-size: .9em;
	white-space: nowrap;
}
.footer-text-widget p>a
{
	color: white;
	text-decoration: none;
	white-space: nowrap;
}
.footer-text-widget .textwidget>p:last-of-type
{
	margin-bottom: 0;
}
.footer-text-widget ul
{
	margin: 0;
padding: 0;
}
.footer-text-widget li
{
	list-style: none;
}
.footer-text-widget li>a
{
	color: #fff;
	text-decoration: none;
}
.footer-text-widget a:hover
{
	text-decoration: underline;
}
.footer-inner
{
	display: flex;
	justify-content: space-between;
}
.footer-inner .widget
{
	margin-bottom: 0;
}



.copyright-tex
.main-navigation
{
	clear: both;
	float: left;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
}
#primary-menu
{
	margin-top: 35px;
	transition: margin .3s ease;
	padding: 2px 10px;
	display: flex;
	justify-content: space-between;
	margin-left: 10%;
	margin-right: 10%;
}
.navbar-aditional
{
	margin-left: auto;
	margin-right: auto;


}
.navbar-social
{

    padding: 0 10px;
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;

}
.navbar-social a
{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
    display: flex !important;
    padding: 0 10px;
    transition: all .2s linear;
}
.navbar-social a>img
{
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
	min-width: 26px;
	min-height: 26px;
}
.navbar-social a:hover
{
    opacity: .65;
}
a.navbar-last-bnt
{
     /*border-left: 1px solid #d0d1d2;*/
     padding: 10px 15px;
     transition: all .2s linear;
		 display: -webkit-box!important;
		 display: flex !important;
		 justify-content: center;
		 width: 100px;
		 position: relative;
}

a.navbar-last-bnt>svg
{
   max-width: 40px;
	 height: 80px;
	 width: 40px;
	-ms-flex-item-align:center!important;
	-ms-grid-row-align:center!important;
	align-self:center!important;
	fill:white;
	transition: all .3s;
	transition-delay: 0.05s;
}


.flex
{
	  display: flex !important;
    justify-content: center;
}
.big-flex-row
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#primary-menu li
{

    text-align: left;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
		transition: width .3s cubic-bezier(1,0,0,1), height .3s cubic-bezier(1,0,0,1), background-color .2s;
		border-radius: 3px;
}
#primary-menu>li:hover,
.navbar-secondary li:hover

{
	background-color: rgba(59, 179, 194,.85);
}

#primary-menu li:last-of-type
{

}
#primary-menu li::after,
#primary-menu li::before,
.navbar-secondary li::after,
.navbar-secondary li::before
{
	content: '';
border-style: solid;
position: absolute;
z-index: 5;
border-radius: 3px;
box-sizing: content-box;
border-color: #3BB3C2;
transition: all 0.3s;
}
#primary-menu li::before,
.navbar-secondary li::before
{
	width: 0;
height: 100%;
border-width: 1px 0 1px 0;
top: -1px;
left: 0;
transition-delay: 0.05s;
}
#primary-menu li:hover::before,
.navbar-secondary li:hover::before
{
	width: 100%;
}

#primary-menu li::after,
.navbar-secondary li::after
{
	width: 100%;
height: 0;
border-width: 0 1px 0 1px;
top: 0;
left: -1px;
}
#primary-menu>li:hover::after,
.navbar-secondary li:hover::after
{
	height: 100%;
}
#primary-menu>li:hover>a
{
	color: white;
}
#primary-menu>li.current_page_item,
#primary-menu>li.current-page-ancestor
{
	color: white;
	background-color: #3BB3C2;
}

#primary-menu>li.current_page_item::before,
#primary-menu>li.current_page_item::after,
#primary-menu>li.current-page-ancestor::before,
#primary-menu>li.current-page-ancestor::after,
.navbar-secondary li.current_page_item::before,
.navbar-secondary li.current_page_item::after,
.navbar-secondary li.current-page-ancestor::before,
.navbar-secondary li.current-page-ancestor::after
{
	width: 100%;
	height: 100%;
	/* background-color: white; */
}
/* ---------------------------------DIFFERENT COLORS FOR DIFFERENT PARTS OF COMPANY ---------------------------- */



#fil1
{
	transition: all .3s;
}
#fil1.primary
{
	fill:#3BB3C2!important;
}

#fil1.real-estate
{
	fill:#3BB3C2!important;
}
#fil1.investment
{
	fill:#3BB3C2!important;
}
#fil1.ue-projects
{
	fill:#3BB3C2!important;
}
#fil1.education
{
	fill:#3BB3C2!important;
}

#mobile-menu>.current-menu-item,
#mobile-menu .current-menu-item a,
#mobile-menu .current_page_ancestor,
#mobile-menu .current_page_ancestor a,
#mobile-menu ul.sub-menu > li.menu-item.current_page_item > a

{
	border-color: #3BB3C2;
		color: white;
		background-color: rgba(59, 179, 194,.7)

}
#mobile-menu ul.sub-menu > li.menu-item.current_page_item > a::before
{
	background-color: #3BB3C2;
}

#mobile-menu .real-estate.current-menu-item,
#mobile-menu .real-estate.current-menu-item a,
#mobile-menu .real-estate.current_page_ancestor,
#mobile-menu .real-estate.current_page_ancestor a,
#mobile-menu .real-estate ul.sub-menu > li.menu-item.current_page_item > a
{
	border-color:  #3BB3C2;
		color: white;
}
#mobile-menu .real-estate ul.sub-menu > li.menu-item.current_page_item > a::before
{
	background-color:   #3BB3C2;
}

#mobile-menu .investment.current-menu-item,
#mobile-menu .investment.current-menu-item a,
#mobile-menu .investment.current_page_ancestor,
#mobile-menu .investment.current_page_ancestor a,
#mobile-menu .investment ul.sub-menu > li.menu-item.current_page_item > a
{
	border-color:  #3BB3C2;
		color: white;
}
#mobile-menu .investment ul.sub-menu > li.menu-item.current_page_item > a::before
{
	background-color:  #3BB3C2;
}

#mobile-menu .ue-projects.current-menu-item,
#mobile-menu .ue-projects.current-menu-item a,
#mobile-menu .ue-projects.current_page_ancestor,
#mobile-menu .ue-projects.current_page_ancestor a,
#mobile-menu .ue-projects ul.sub-menu > li.menu-item.current_page_item > a
{
	border-color:  #3BB3C2;
		color: white;
}
#mobile-menu .ue-projects ul.sub-menu > li.menu-item.current_page_item > a::before
{
	background-color: #3BB3C2;
}

#mobile-menu .education.current-menu-item,
#mobile-menu .education.current-menu-item a,
#mobile-menu .education.current_page_ancestor,
#mobile-menu .education.current_page_ancestor a,
#mobile-menu .education ul.sub-menu > li.menu-item.current_page_item > a
{
	border-color: #3BB3C2;
	color: white;
}
#mobile-menu .education ul.sub-menu > li.menu-item.current_page_item > a::before
{
	background-color: #3BB3C2;
}

#primary-menu>li.real-estate::after,
#primary-menu>li.real-estate::before
{
	border-color: #3BB3C2;
}
#primary-menu>li.real-estate:hover>a
{
	color: white;
}
#primary-menu>li.real-estate.current_page_item>a,
#primary-menu>li.real-estate.current-page-ancestor>a
{
	color: white;
}

#primary-menu>li.investment::after,
#primary-menu>li.investment::before
{
	border-color: #3BB3C2;
}
#primary-menu>li.investment:hover>a
{
	color:white;
}
#primary-menu>li.investment.current_page_item>a,
#primary-menu>li.investment.current-page-ancestor>a
{
	color: white;
}


#primary-menu>li.ue-projects::after,
#primary-menu>li.ue-projects::before
{
	border-color: #3BB3C2;
}
#primary-menu>li.ue-projects:hover>a
{
	color: white;
}
#primary-menu>li.ue-projects.current_page_item>a,
#primary-menu>li.ue-projects.current-page-ancestor>a
{
	color: white;
}


#primary-menu>li.education::after,
#primary-menu>li.education::before
{
	border-color: #3BB3C2;
}
#primary-menu>li.education:hover>a
{
	color: white;
}
#primary-menu>li.education.current_page_item>a,
#primary-menu>li.education.current-page-ancestor>a
{
	color: white;
}


.primary li.current_page_item > a,
.primary li:hover > a,
#primary-menu li ul.sub-menu>li.current_page_item>a,
#primary-menu.primary li.current-page-ancestor.menu-item-has-children>ul.sub-menu>li.current-page-ancestor>a,
#primary-menu li ul.sub-menu>li:hover>a
{
	color: white;
}
.navbar-secondary.primary li.current_page_item > a::after,
.navbar-secondary.primary li:hover > a::after,
.navbar-secondary.primary li.current_page_item > a::before,
.navbar-secondary.primary li:hover > a::before,
#primary-menu.primary li.current_page_item > a::after,
#primary-menu.primary li:hover > a::after,
#primary-menu.primary li.current_page_item > a::before,
#primary-menu.primary li:hover > a::before,
#primary-menu.primary li.current_page_ancestor > a::before,
#primary-menu.primary li.current_page_ancestor > a::after,
#primary-menu.primary li.current-page-ancestor.menu-item-has-children > a::before,
#primary-menu.primary li.current-page-ancestor.menu-item-has-children > a::after
{
	background-color: #3BB3C2;
}


.real-estate li.current_page_item > a,
.real-estate li:hover > a,
#primary-menu li.real-estate ul.sub-menu>li.current_page_item>a,
#primary-menu.primary li.real-estate.current-page-ancestor.menu-item-has-children>ul.sub-menu>li.current-page-ancestor>a,
#primary-menu li.real-estate ul.sub-menu>li:hover>a
{
	color: white;
}
.navbar-secondary.real-estate li.current_page_item > a::after,
.navbar-secondary.real-estate li:hover > a::after,
.navbar-secondary.real-estate li.current_page_item > a::before,
.navbar-secondary.real-estate li:hover > a::before,
#primary-menu.primary li.real-estate.current_page_item > a::after,
#primary-menu.primary li.real-estate:hover > a::after,
#primary-menu.primary li.real-estate.current_page_item > a::before,
#primary-menu.primary li.real-estate:hover > a::before,
#primary-menu.primary li.real-estate.current_page_ancestor > a::before,
#primary-menu.primary li.real-estate.current_page_ancestor > a::after,
#primary-menu.primary li.real-estate.current-page-ancestor.menu-item-has-children > a::before,
#primary-menu.primary li.real-estate.current-page-ancestor.menu-item-has-children > a::after
{
	background-color: white;
}


.investment li.current_page_item > a,
.investment li:hover > a,
#primary-menu li.investment ul.sub-menu>li.current_page_item>a,
#primary-menu.primary li.investment.current-page-ancestor.menu-item-has-children>ul.sub-menu>li.current-page-ancestor>a,
#primary-menu li.investment ul.sub-menu>li:hover>a
{
	color: white;
}
.navbar-secondary.investment li.current_page_item > a::after,
.navbar-secondary.investment li:hover > a::after,
.navbar-secondary.investment li.current_page_item > a::before,
.navbar-secondary.investment li:hover > a::before,
#primary-menu.primary li.investment.current_page_item > a::after,
#primary-menu.primary li.investment:hover > a::after,
#primary-menu.primary li.investment.current_page_item > a::before,
#primary-menu.primary li.investment:hover > a::before,
#primary-menu.primary li.investment.current_page_ancestor > a::before,
#primary-menu.primary li.investment.current_page_ancestor > a::after,
#primary-menu.primary li.investment.current-page-ancestor.menu-item-has-children > a::before,
#primary-menu.primary li.investment.current-page-ancestor.menu-item-has-children > a::after

{
	background-color: white;
}

.ue-projects li.current_page_item > a,
.ue-projects li:hover > a,
#primary-menu li.ue-projects ul.sub-menu>li.current_page_item>a,
#primary-menu.primary li.ue-projects.current-page-ancestor.menu-item-has-children>ul.sub-menu>li.current-page-ancestor>a,
#primary-menu li.ue-projects ul.sub-menu>li:hover>a
{
	color: white;
}
.navbar-secondary.ue-projects li.current_page_item > a::after,
.navbar-secondary.ue-projects li:hover > a::after,
.navbar-secondary.ue-projects li.current_page_item > a::before,
.navbar-secondary.ue-projects li:hover > a::before,
#primary-menu.primary li.ue-projects.current_page_item > a::after,
#primary-menu.primary li.ue-projects:hover > a::after,
#primary-menu.primary li.ue-projects.current_page_item > a::before,
#primary-menu.primary li.ue-projects:hover > a::before,
#primary-menu.primary li.ue-projects.current_page_ancestor > a::before,
#primary-menu.primary.ue-projects li.ue-projects.current_page_ancestor > a::after,
#primary-menu.primary li.ue-projects.current-page-ancestor.menu-item-has-children > a::before,
#primary-menu.primary li.ue-projects.current-page-ancestor.menu-item-has-children > a::after
{
	background-color: white;
}


.education li.current_page_item > a,
.education li:hover > a,
#primary-menu li.education ul.sub-menu>li.current_page_item>a,
#primary-menu.primary li.education.current_page_ancestor > a,
#primary-menu.primary li.education.current-page-ancestor.menu-item-has-children>ul.sub-menu>li.current-page-ancestor>a,
#primary-menu li.education ul.sub-menu>li:hover>a
{
	color: white;
}
.navbar-secondary.education li.current_page_item > a::after,
.navbar-secondary.education li:hover > a::after,
.navbar-secondary.education li.current_page_item > a::before,
.navbar-secondary.education li:hover > a::before,
#primary-menu.primary li.education.current_page_item > a::after,
#primary-menu.primary li.education:hover > a::after,
#primary-menu.primary li.education.current_page_item > a::before,
#primary-menu.primary li.education:hover > a::before,
#primary-menu.primary li.education.current_page_ancestor > a::before,
#primary-menu.primary li.education.current_page_ancestor > a::after,
#primary-menu.primary li.education.current-page-ancestor.menu-item-has-children > a::before,
#primary-menu.primary li.education.current-page-ancestor.menu-item-has-children > a::after
{
	background-color: #3BB3C2;
}

/* ---------------------------------END COLORS  ---------------------------- */
#primary-menu li>a
{
text-transform: uppercase;
color: rgb(255, 255, 255);
font-weight: 400;
padding: .25rem 0;
white-space: nowrap;
font-size: .9em;
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
position: relative;
text-decoration: none;
padding-bottom: 3px;
padding-top: 3px;
font-family: 'Bahnschrift Regular',Arial,sans-serif;
z-index: 6;
transition: all 0.3s;
transition-delay: 0.05s;
}
#primary-menu li ul.sub-menu a
{
	transition-delay: 0s;
}
#primary-menu.short
{
    margin-top: 15px;
}

 #mobile-menu li>a
{
text-transform: uppercase;
color: rgb(255, 255, 255);
font-weight: 400;
padding: 17px 0 0 10px;
white-space: nowrap;
font-size: 1.15em;
text-align: left;
position: relative;
text-decoration: none;
display: flex;
height: 56px;
font-family: 'Bahnschrift Regular',Arial,sans-serif;
}
/* #mobile-menu li:hover
{
    background-color: rgb(0,124,195);
} */

#primary-menu li ul.sub-menu li>a
{
text-transform: lowercase;
color: white;
font-weight: 400;
padding: 9px 12px;
white-space: nowrap;
font-size: .8em;
align-self: center !important;
position: relative;
text-decoration: none;
border-right: 0;
overflow: hidden;
font-family: 'Bahnschrift Regular',Arial,sans-serif;
}

#primary-menu li ul.sub-menu li>a:after,
.navbar-secondary ul.children li::after
{
content: '';
height: 1px;
width: 90%;
background-color: rgba(230,230,230,.18)!important;
position: absolute;
left: 10px;
bottom: 0px;
}
#primary-menu ul.sub-menu li.current-page-ancestor>a
{
	color: white;
}
/* #primary-menu li ul.sub-menu li>a:hover:after,
.navbar-secondary ul.children li:hover::after
{
    background-color: transparent;
} */

#primary-menu li:last-of-type>a
{
    border: none;
}

#primary-menu li>a,
#mobile-menu li>a
{
    padding-right: 30px;
padding-left: 30px;
}

.navbar-secondary li.page_item_has_children>a
{
		transition: all .3s;
		border: 1px solid transparent;
}
#primary-menu li.menu-item-has-children>a:after
{
	content: '';
	width: 8px;
	height: 2px;
	position: absolute;
	top: 12px;
	background: white;
	left: 13px;
	transition: all .3s;
}
.navbar-secondary li.page_item_has_children>a:before
{
		   /* content: '';
		background: url(/wp-content/themes/Val-di-Fassa/img/arrow-point-to-down.svg);
		width: 9px;
		height: 9px;
		position: absolute;
		background-size: cover;
		top: 36%; */
		content: '';
		width: 5px;
		height: 1px;
		position: absolute;
		top: 14px;
		background: white;
		left: 7px;
		transition: all .3s;
		}

		#primary-menu li.menu-item-has-children>a:before
		{
			content: '';
			position: absolute;
			left: 16px;
			bottom: 3px;
			top:9px;
			width: 2px;
			height: 8px;
			background: white;
			transition: all .3s;
		}
		.navbar-secondary li.page_item_has_children>a:after
		{
			content: '';
			position: absolute;
			left: 9px;
			bottom: 9px;
			top:12px;
			width: 1px;
			height: 5px;
			background: white;
			transition: all .3s;
				}
				#primary-menu li.menu-item-has-children:hover>a:after
				{
						width:2px;
						height: 2px;

						}
							.navbar-secondary li.page_item_has_children:hover>a:before
							{
									width:1px;
									height: 1px;

									}
						#primary-menu li.menu-item-has-children:hover>a:before
						{
							width: 2px;
							height: 2px;
							}
							.navbar-secondary li.page_item_has_children:hover>a:after
							{
								width: 1px;
								height: 1px;
								}



/* #primary-menu li.menu-item-has-children>a:after
{
	right: 18px;
}
.navbar-secondary li.page_item_has_children>a:before
{
	right: 7px;
} */

#primary-menu li ul.sub-menu:hover + a
{
    background-color: black!important;
}

/* #primary-menu li>a:hover,
#primary-menu li ul.sub-menu li >a:hover
{
    background: rgb(0,124,195);
    color: #fff;
} */
#primary-menu li.current_page_item>a::after,
#mobile-menu li.current_page_item>a::after
{
/*    content: "";
    display: block;
    position: absolute;
    border-top: 2px solid #527c7e;
    width: 50px;
    margin-left: -25px;
    left: 50%;
    bottom: 0px;*/
}
#mobile-overlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 75px;
    z-index: 1;
    background: rgba(40, 44, 39, 0.4);
    /*opacity: 0;*/
    display: none;
    transition:all .3s ease-in-out;
}
.hide
{
	display: none;
}
.overlay-show
{
    display: block!important;
    /*opacity: 1!important;*/
    transition:all .3s ease-in-out;
}
#single-project-content table
{
	overflow-x: scroll;
}
#single-project-content .wp-block-file a
{
	color: white;
}
#single-project-content .wp-block-file a:hover
{
text-decoration: underline;
}
#single-project-content .wp-block-file
{
	display: flex;
	justify-content: space-between;
	width: 100%;
}


.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.custom-button-grid .wp-block-button__link
{
	border-radius: 5px;
	background-color: rgba(59, 179, 194,.4);
	border: 1px solid #3BB3C2;
	transition: all .3s;
}
.custom-button-grid .wp-block-button__link:hover
{
	background-color: rgba(59, 179, 194,.8);
}
.menu-expanded
{
  /* border: 1px solid #3BB3C2; */
}
/* #primary-menu li.current_page_item>a,
#primary-menu li.current-page-ancestor>a,
#mobile-menu li.current-page-ancestor>a,
#mobile-menu li.current_page_item,
.navbar-secondary>ul>li.current_page_item>a,
.navbar-secondary li>a:hover
{
  //  background: rgb(0,124,195);
    color: #fff;
} */
/* #mobile-menu li.current-page-ancestor>a
{
     background: rgb(0,124,195)!important;
    color: #fff!important;
} */

/* ul.sub-menu>li.current_page_item>a
{
    color: #fff!important;
} */
.navbar-secondary li>a
{
    position: relative;
    padding: 6px 20px 6px 20px;
    white-space: nowrap;
		transition: all .3s;
		display: flex;
		z-index: 6;
}


.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 30px;
	left: -999em;
	z-index: 99999;
  background-color: #fff;
}
#primary-menu li:not(:first-child)> ul.sub-menu
{
    margin-left: -1px;
}
ul.sub-menu:hover + a
{
    background-color: black;
}
.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: 240px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.navbar-secondary ul li:hover >ul.children,
.navbar-secondary ul li.focus >ul.children
{
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
span.btn-bars
{
     margin-left: 5px;
    display: inline-block;
    position: relative;
    width: 12px;
}
span.icon-bar
{
    width: 100%;
    height: 2px;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    transition: all .3s ease-in-out;
    display: block;
    margin-top: 2px;
}

button.mobile-button-active span.icon-bar:last-of-type
{
    width: 40%;
}
#mobile-navigation
{
    position: absolute;
    top: 70px;
    text-align: left;
    width: 100%;
    overflow: hidden;
    z-index: 100;
    left:0;
    display: none;
		background-color: rgba(59, 179, 194,.9);
		border-radius: 3px;

}

.menu-open
{
    height: 350px!important;

}
.menu-mobile-container
{
    border-top: 1px solid #d0d1d2;
    border-bottom: 1px solid #d0d1d2;
    padding: 2rem 0;
}

#mobile-menu
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-right: auto;
    margin-left: auto;
}

#mobile-menu li
{
    text-align: left;
padding: 0;
border: 1px solid rgba(255,255,255,.2);
position: relative;
}
#mobile-menu li>span
{
position: absolute;
width: 50px;
height: 56px;
background-color: rgba(0,0,0,.2);
top: 0;
right: 0;
background: url(/wp-content/themes/Val-di-Fassa/img/arrow-point-to-down.svg);
background-size: 16px 16px;
background-repeat: no-repeat;
background-position: center;
border: solid rgba(255,255,255,.2);
border-width: 0 1px 1px;

}
span.mobile-expanded
{
    background: url(/wp-content/themes/Val-di-Fassa/img/arrow-point-to-up.svg)!important;
    background-size: 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
#mobile-menu ul.sub-menu>li.menu-item>a
{
	position: relative;
	color:white;

}


#mobile-menu ul.sub-menu,
#mobile-menu ul.children

{
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
#mobile-menu ul.sub-menu li,
#mobile-menu ul.children li
{

border-width: 1px 0 0;

}
#mobile-menu ul.sub-menu>li>a,
#mobile-menu ul.children>li>a
{
    text-transform: capitalize;
    color: white;
}
#mobile-menu ul.sub-menu>li>a:hover,
#mobile-menu ul.children>li>a:hover

{
    color: #fff;
}
#mobile-menu ul.sub-menu li a,
#mobile-menu ul.children li a

{
    padding-left: 49px;
}
#mobile-menu ul.sub-menu li.current-menu-item,
#mobile-menu ul.children li.current-menu-item
{
	background-color: rgba(59, 179, 194,1)
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.post-navigation .nav-next,
.post-navigation .nav-previous
{
	position: relative;
}
.site-main .comment-navigation,
.posts-navigation,
.post-navigation {
	overflow: hidden;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.post-navigation .nav-previous::after
{
	content: '';
	position: absolute;
	background: url(/wp-content/themes/Val-di-Fassa/img/left-arrow-white.svg) 50% no-repeat transparent;
	background-size: auto;
	background-size: cover;
			width: 22px;
			height: 22px;
			left: -22px;
top: 1px;
opacity: .7;
}
.post-navigation .nav-next::after
{
	content: '';
	position: absolute;
	background: url(/wp-content/themes/Val-di-Fassa/img/right-arrow-white.svg) 50% no-repeat transparent;
	background-size: auto;
	background-size: cover;
			width: 22px;
			height:22px;
			top: 1px;
			right: -22px;
			opacity: .7;
}
.post-navigation .nav-next:hover::after,
.post-navigation .nav-previous:hover::after
{
	opacity: 1;
}

.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%;
}
 .meow-faq-block .meow-faq-question
{
	background: rgb(0,124,195);
    color: #fff;
    border: 1px solid #777;
    font-size: 1em;
		font-weight: 700;
	}
	 .meow-faq-block .meow-faq-question a
	 {
		 color: #fff;
	 }
	.meow-faq-block .meow-tab-answer
	{
		background: #f3f3f3;
	}

/*--------------------------------------------------------------
# UAG -- plugin for gutenberg
--------------------------------------------------------------*/
.uagb-post-grid .uagb-post__image img {
    /* display: block;
    max-width: 100%;
    height: 200px; */
}

h3.uagb-post__title
{
	    font-size: 1.3em;
}
.uagb-slick-carousel {
    padding: 0px 45px 45px;
}
.uagb-slick-carousel button.slick-prev
{
	background: url(/wp-content/themes/Val-di-Fassa/img/left-arrow-black.svg) 50% no-repeat transparent;
	background-size: auto;
	background-size: cover;
			width: 50px;
}
.uagb-slick-carousel button.slick-next
{
	background: url(/wp-content/themes/Val-di-Fassa/img/right-arrow-black.svg) 50% no-repeat transparent;
	background-size: auto;
	background-size: cover;
		width: 50px;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.slick-slider
{
    position: relative;

    display: flex;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slide>div
{
	width: 100%;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
		width: 100%;
	height: auto;
	z-index: 2;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
justify-content: center;
    display: flex;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow
{
    border: none;
    width: 20px;
    height: 40px;
    position: absolute;
    top: calc(50% - 40px);
    overflow: hidden;
    text-indent: -999px;
    padding: 0;
    transition: opacity .2s ease-in-out;
    opacity: .4;
    filter: grayscale(100%);
}
.slick-arrow:hover
{
    opacity: .7;
}
.slick-arrow.slick-next {

    right: 5px;
}
.slick-arrow.slick-prev {

    left: -30px;
}
.slick-arrow.slick-prev {

    left: -15px;
    background: url(/wp-content/themes/Val-di-Fassa/img/left-arrow-white.svg) 50% no-repeat transparent;
        background-size: auto;
    background-size: cover;

}
.slick-arrow.slick-next {

    right: -15px;
    background: url(/wp-content/themes/Val-di-Fassa/img/right-arrow-white.svg) 50% no-repeat transparent;
        background-size: auto;
    background-size: cover;
}
.slider-image-wrap
{
	position: relative;
width: 100%;
}
.gallery-slider figcaption
{
	background: rgba(255,255,255,.6);
	padding: 5px 15px;
	color: #2e3036;
	z-index: 3;
	margin-top: -34px;
	position: absolute;
	width: 100%;
}
.slick-slide figure
{
	position: relative;
}
button.gallery-next-arrow
{
		background: url(/wp-content/themes/Val-di-Fassa/img/right-arrow-white.svg);
		left:0;
		width: 65%;
}
button.gallery-back-arrow
{
		background: url(/wp-content/themes/Val-di-Fassa/img/left-arrow-white.svg);
		width: 65%;
}
button.gallery-next-arrow,
button.gallery-back-arrow
{
	background-size: 90%;
	background-repeat: no-repeat;
	position: absolute;
	top: 6px;
	right: 0;
	bottom: 0;
outline: 0;
	padding: 0;
	border: none;
	opacity: .8;
}
.gallery-arrow-next-bck:hover .gallery-next-arrow,
.gallery-arrow-back-bck:hover .gallery-back-arrow
{
	opacity: 1;
}
.gallery-slider .gallery-arrow-next-bck
{
	right: -30px;
}
.gallery-slider .gallery-arrow-back-bck
{
	left: -30px;
}
.gallery-slider .gallery-arrow-next-bck,
.gallery-slider .gallery-arrow-back-bck
{
	width: 70px;
	height: 70px;
	opacity: 1;
	z-index: 1;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated-slow {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-2-once {
    -webkit-animation:linear 2s;
    animation:linear 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated-1 {
    -webkit-animation:linear 1s infinite;
    animation:linear 1s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-2 {
    -webkit-animation:linear 2s infinite;
    animation:linear 2s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-4 {
    -webkit-animation:linear 4s infinite;
    animation:linear 4s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated-6 {
    -webkit-animation:linear 6s infinite;
    animation:linear 6s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated-8 {
    -webkit-animation:linear 8s infinite;
    animation:linear 8s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated-10 {
    -webkit-animation:linear 10s;
    animation:linear 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated-12 {
    -webkit-animation:linear 12s infinite;
    animation:linear 12s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated-24 {
    -webkit-animation:linear 24s infinite;
    animation:linear 24s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated-26 {
    -webkit-animation:linear 26s infinite;
    animation:linear 26s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated-28 {
    -webkit-animation:linear 28s infinite;
    animation:linear 28s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated-30 {
    -webkit-animation:linear 30s infinite;
    animation:linear 30s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ScrollFire.animated {
    /* opacity: 0; */
}
.ScrollFire {
 -webkit-animation-delay:.15s;
 animation-delay:.15s
}

.delay-2 {
    -webkit-animation-delay: .2s !important;
    animation-delay: .2s !important;
}
.delay-3 {
    -webkit-animation-delay: .3s !important;
    animation-delay: .3s !important;
}

.delay-4 {
    -webkit-animation-delay: .4s !important;
    animation-delay: .4s !important;
}

.delay-6 {
    -webkit-animation-delay: .6s !important;
    animation-delay: .6s !important;
}

.delay-8 {
    -webkit-animation-delay: .8s !important;
    animation-delay: .8s !important;
}
.delay-10 {
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
}
.delay-12 {
    -webkit-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important;
}
.delay-14 {
    -webkit-animation-delay: 1.4s !important;
    animation-delay: 1.4s !important;
}
.delay-16 {
    -webkit-animation-delay: 1.6s !important;
    animation-delay: 1.6s !important;
}
.delay-20 {
    -webkit-animation-delay: 2s !important;
    animation-delay: 2s !important;
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

.oToSmall {
	-webkit-animation-name: oToSmall;
	animation-name: oToSmall;
}

.proToSmall {
	-webkit-animation-name: proToSmall;
	animation-name: proToSmall;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.rotate-45
{
	transform: rotate(45deg);
}
.flyLeft
{
	-webkit-animation-name: flyLeft;
	animation-name: flyLeft;
}
@keyframes flyLeft {
  0% {
		right:0;
		opacity: 0;
  }
	10% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
  100% {
		right:87%;
		opacity: 0;
  }
}
.flyLeftLeft
{
	-webkit-animation-name: flyLeftLeft;
	animation-name: flyLeftLeft;
}
@keyframes flyLeftLeft {
  0% {
		right: 40%;
		opacity: 0;
  }
	12% {
		opacity: 1;
	}
	36% {
		right:84%;
		opacity: 1;
	}
	40% {
		right:90%;
		opacity: 0;
	}
	50% {
		right:0;
		opacity: 0;
  }
	65% {
		right:10%;
		opacity: 1;
  }
	100% {
		right:40%;
		opacity: 1;
  }

}
.rotate
{
	-webkit-animation-name: rotate;
	animation-name: rotate;
}

@keyframes rotate {
  0% {
		 transform: rotate(0deg);
  }
  to {
	 transform: rotate(360deg);
  }
}
.flyRight
{
	-webkit-animation-name: flyRight;
	animation-name: flyRight;
}

@-webkit-keyframes flyRight {
 0% {
	 transform-origin: 0 0;
	 transform: rotate(-10deg) translateX(0px)  scale(1, 1);
	 opacity: 0;
 }
 20% {
	transform-origin: 0 0;
	transform: rotate(-10deg) translateX(-50px)  scale(1, 1);
	opacity: 1;
 }

 70% {
	 transform-origin: 0 0;
	 transform: rotate(5deg) translateX(-300px)  scale(.8, .8);
 }
 90% {
	 transform-origin: 0 0;
	 transform: rotate(10deg) translateX(-400px)  scale(.5, .5);
	 opacity: .8;
 }
 100% {
	transform-origin: 0 0;
	transform: rotate(10deg) translateX(-430px)  scale(.5, .5);
	opacity: 0;
 }

}
.big-logo-svg
{
	/* transform: translate(136%,0) scale(5.8); */
}
@keyframes proToSmall {
	0% {
	 opacity:1;
	}
	to {
	 opacity:1;
		transform: translate(0) scale(1);

	}
}

/* @-webkit-keyframes oToSmall {
 0% {
  opacity:.8;
 }
 to {
  opacity:1;
	-webkit-transform: translate(-50%,7%) scale(.365, .365);
		transform: translate(-50%,.6%) scale(.365, .365);
 }
} */


@keyframes oToSmall {
	0% {
   opacity:.8;
  }
  to {
   opacity:1;
 		transform: translate(-50%,7%) scale(.365, .365);
		 -moz-transform: translate(-50%,1.2%) scale(.365, .365);
  }
 }

 @-webkit-keyframes bounce {
	 0%, 20%, 53%, 80%, 100% {
	     -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
	     animation-timing-function: cubic-bezier(.215,.61,.355,1);
	     -webkit-transform: translateZ(0);
	     transform: translateZ(0);
	 }
	 40%, 43% {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
	}
	40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
	}
	70% {
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
	}
	90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
	}

 }

 @keyframes bounce {
	 0%, 20%, 53%, 80%, 100% {
	     -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
	     animation-timing-function: cubic-bezier(.215,.61,.355,1);
	     -webkit-transform: translateZ(0);
	     transform: translateZ(0);
	 }
	 40%, 43% {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
	}
	40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
	}
	70% {
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
	}
	90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
	}

 }


@-webkit-keyframes fadeInRight {
 0% {
  opacity:0;
  -webkit-transform:translate3d(60px,0,0);
  transform:translate3d(60px,0,0);
 }
 to {
  opacity:1;
  -webkit-transform:none;
  transform:none
 }
}
@keyframes fadeInRight {
 0% {
  opacity:0;
  -webkit-transform:translate3d(60px,0,0);
  transform:translate3d(60px,0,0);
 }
 to {
  opacity:1;
  -webkit-transform:none;
  transform:none
 }
}
@-webkit-keyframes fadeInLeft {
 0% {
  opacity:0;
  -webkit-transform:translate3d(-60px,0,0);
  transform:translate3d(-60px,0,0);
 }
 to {
  opacity:1;
  -webkit-transform:none;
  transform:none
 }
}
@keyframes fadeInLeft {
 0% {
  opacity:0;
  -webkit-transform:translate3d(-60px,0,0);
  transform:translate3d(-60px,0,0);
 }
 to {
  opacity:1;
  -webkit-transform:none;
  transform:none
 }
}

@-webkit-keyframes fadeInUp {
 0% {
  opacity:0;
  -webkit-transform:translate3d(0,30px,0);
  transform:translate3d(0,30px,0);
 }
 to {
  opacity:1;
  -webkit-transform:none;
  transform:none
 }
}
@keyframes fadeInUp {
 0% {
  opacity:0;
  -webkit-transform:translate3d(0,30px,0);
  transform:translate3d(0,30px,0);
 }
 to {
  opacity:1;
  -webkit-transform:none;
  transform:none
 }
}
/* @-webkit-keyframes fadeOutUp {
 0% {
  opacity:1;
 }
 to {
  opacity:.5;
	-webkit-transform:translate3d(0,-50px,0);
  transform:translate3d(0,-50px,0);
 }
} */
@keyframes fadeOutUp {
 0% {
  opacity:1;
	-webkit-transform:none;
	transform:none;
 }
 to {
  opacity:0;
	-webkit-transform:translate(0,-100%);
	transform:translate(0,-100%);
 }
}

@-webkit-keyframes fadeInDown {
 0% {
  opacity:0;
  -webkit-transform:translate3d(0,-30px,0);
  transform:translate3d(0,-30px,0);
 }
 to {
  opacity:1;
  -webkit-transform:none;
  transform:none
 }
}
@keyframes fadeInDown {
 0% {
  opacity:0;
  -webkit-transform:translate3d(0,-30px,0);
  transform:translate3d(0,-30px,0);
 }
 to {
  opacity:1;
  -webkit-transform:none;
  transform:none
 }
}
@-webkit-keyframes fadeIn {
 0% {
  opacity:0;
 }
 to {
  opacity:1;
 }
}

@keyframes fadeIn {
 0% {
  opacity:0;
 }
 to {
  opacity:1;
 }
}



/* 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;
}
.float-left
{
    float: left;
}
.clear-boath
{
    clear: both;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/

.grecaptcha-badge
{
	    opacity: 0;
}

section.content
{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    text-align: center;
}
.container
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1350px;
    max-width: 100%;
    padding-right: 9rem;
    padding-left: 9rem;
}
.container-left
{
    position: relative;
    /*margin-left: auto;*/
    /* margin-right: auto; */
    width: 1140px;
    max-width: 75%;
    padding-right: 6rem;
    padding-left: 9rem;
}
    .padding-small
    {
         padding-right: 15px!important;
        padding-left: 15px!important;
    }

.margin-b-6
{
    margin-bottom: 6rem;
}
.max-w-1920p
{
	margin-right: auto;
margin-left: auto;
max-width: 1920px;
}
.max-w-1200p
{
	margin-right: auto;
margin-left: auto;
max-width: 1200px;
}
.max-w-1350p
{
	margin-right: auto;
margin-left: auto;
max-width: 1350px;
}
.max-w-900p
{
	margin-right: auto;
margin-left: auto;
max-width: 900px;
}
.max-w-800p
{
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.top-minus-50
{
	margin-top: -50px;
}

.top-minus-90
{
	margin-top: -93px;
}
.top-minus-35,
#home .uagb-post__inner-wrap .uagb-post__text
{
	margin-top: -35px;
}
.uagb-post__inner-wrap
{
	border: 1px solid #a7a7a755;
}
#home .uagb-post__inner-wrap
{
	border: none;
}

.margin-top-100
{
	margin-top:100px;
}
video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
 background: url('/wp-content/uploads/2020/01/main-placeholder-c.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

.home-padding
{
	height: 100%;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 5%;
	padding-top: 5%;
	position: relative;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	max-width: 1920px;
max-height: 100%;
}
.home-center
{
	margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    justify-content: center;
}
.home-logo-img
{
	position: relative;
	width: 100%;
	margin-bottom: auto;
	margin-top: auto;
}
.moving-o
{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	height: 80%;
	max-width: 90%;
	top: 50px;
}
#home-button-center
{
	text-align: center;
	margin-top: 50px;
	margin-bottom: -20px;
}

.home-buttons-wrapper
{
	display: flex;
	justify-content: space-between;
}

.home-button a
{
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	font-weight: 400;
	white-space: nowrap;
	font-size: 1.3em;
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
	position: relative;
	text-decoration: none;
	font-family: 'Bahnschrift Regular',Arial,sans-serif;
	z-index: 6;
	transition: all 0.3s;
	transition-delay: 0.05s;
	letter-spacing: 1px;
}
.home-button a:hover
{
	color: #3BB3C2;
}
.page-level-2-wrapper,
.uagb-post__inner-wrap .uagb-post__text
{
	position: relative;
	padding-bottom: 1.625em;
}
.uagb-post__inner-wrap
{
	background: #fff!important;
}
.uagb-post__text
{
	z-index: 2;
	padding-top: 10px!important;
	padding-left: 2%!important;
	padding-right: 2%!important;
}
.margin-side-big-10
{
	margin-left: 10%;
	margin-right: 10%;
}
.margin-top-10
{
	margin-top: 10px;
}
.margin-right-15
{
	margin-right: 15%;
}
.page-post-thumbnail,
.post-list-thumbnail
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cetr-column
{
	margin-bottom: 20px;
	border-bottom: 1px solid #3BB3C2;
	padding-top: 22px;
}
.page-post-thumbnail img.attachment-post-thumbnail
{
	width: 100%;
max-height: 600px;
bottom: 0;
left: 0;
top: 0;
object-position: 50% 50%;
object-fit: cover;
font-family: 'object-fit: cover;';
display: block;
}
.single-page-post-thumbnail img
{
	max-width: 100%;
	max-height: 600px;
	bottom: 0;
	left: 0;
	top: 0;
	object-position: 50% 50%;
	object-fit: contain;
	font-family: 'object-fit: cover;';
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post-list-thumbnail img.attachment-custom-thumbnail,
.uagb-post__image>a>img
{
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	object-position: 50% 50%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	position: absolute;
}
.post>.page-post-thumbnail img.attachment-post-thumbnail
{
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 100%;
	height: auto;
	display: block;
	max-height: 650px;
	object-position: 50% 50%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.page-inner-thumbnail,
.page-inner-non-thumbnail
{
padding: 20px 40px 10px;
position: relative;
}

.padding-2
{
	padding-left: 5%;
	padding-right: 5%;
}
.padding-side-10
{
	padding-left: 10px;
	padding-right: 10px;
}
.page-inner
{
	padding-top: 20px;
	padding-bottom: 40px;
}
.breadcrumb-wrapper
{
	text-decoration: none;
font-size: 0.9em;
color: white;
opacity: .8;
}
.breadcrumb-wrapper a
{
		text-decoration: none;
	color: white;
	opacity: .8;
}
.breadcrumb-wrapper a:hover
{
	opacity: 1;
	text-decoration: underline;
}
.navigation.post-navigation .nav-links
{
	display: flex;
	justify-content: space-between;
	padding: 20px 40px;
	position: relative;
}
.navigation.post-navigation .nav-links a
{
	color: white;
text-decoration: none;
}
.navigation.post-navigation .nav-links a:hover
{
	text-decoration: underline;
}


#gallery-slider h2
{
	letter-spacing: 6px;
	font-weight: 700;
	text-transform: uppercase;
}
.row-lg-25
{
	-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
padding-right: 15px;
padding-left: 15px;
}
.single-post-element
{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	max-width: 32%;
	border: 1px solid#3BB3C2;
	border-radius: 3px;
	transition: all .3s;
	overflow: hidden;
	margin: 10px 0;
}

.single-post-element .entry-header
{
	border-bottom: 1px solid #3BB3C2;
	min-height: 86px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.single-post-element .post-excerpt
{
	padding: 10px;
}

.single-project-element
{
-webkit-box-flex: 0;
-ms-flex: 0 0 48%;
flex: 0 0 48%;
max-width: 48%;
padding: 10px 0px;
}
.projekty-ue.single-project-element
{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	max-width: 48%;
	padding: 20px 10px;
}
.full-height-thumbnail
{
	display: block!important;
}
.full-height-thumbnail .project-list-thumbnail
{
	height: 100%;
}

#single-project-img
{
	position: relative;
	max-width: 500px;
	min-height: 500px;
}
#single-project-img img.wp-post-image
{
	height: 100%;
	width: 100%;
	max-height: none;
}


.row-lg-30
{
	-webkit-box-flex: 0;
-ms-flex: 0 0 33%;
flex: 0 0 33%;
max-width: 33%;
padding-right: 15px;
padding-left: 15px;
}
.row-lg-40
{
	-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
}
.row-lg-50
{
	-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-lg-60
{
	-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
}
.row-lg-75
{
	-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
padding-right: 15px;
padding-left: 15px;
}
.flex-evenly
{
	display: flex;
	justify-content: space-evenly;
}
.flex-between
{
	display: flex;
	justify-content: space-between;
}
section#home-hero-bck-short
{
    background-size: cover;
	position: relative;
	background-position: 50% 0px;

        background-repeat: no-repeat;
}
/*------------------------------
# BLOG
--------------------------------*/
#post-list
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 100%;
	flex-flow: wrap;
	margin-top: 25px;
}

h5.post-title
{
	margin-bottom: 15px;
	padding-top: 10px;
	text-align: center;
		font-weight: 600;
		letter-spacing: 1px;
		font-size: 1.1em;
		text-decoration: none;
		padding: 6px 10px;
		text-transform: uppercase;
		display: block;
		white-space: normal;
		transition: all .3s;
		color:white;
}
.post-list-thumbnail,
.uagb-post__image
{
	position: relative;
	height: 240px;
	transition: opacity .3s;
}

.pagination a,
.pagination
{
	text-align: center;
	color: white;
	text-decoration: none;
	opacity: .8;
	transition: all .3s;
	margin: 10px;

}
.pagination a:hover
{
	text-decoration: underline;
	opacity: 1;
}
.pagination .current
{
	opacity: 1;
}
.project-article-inner
{
	position: relative;
	/* height: 550px; */
	transition: all .3s;
	overflow: hidden;
}
.center-header
{
	text-align: center;
	margin-bottom: 30px;
}
.entry-meta span,
.entry-meta a
{
	color: white;
	font-size: 1em;
	text-decoration: none;
}
.post-list-thumbnail .project-list-thumbnail
{
	height: 100%!important;
}
.article-inner
{
	transition: all .3s;
}
.project-article-inner a,
.profile-article-inner a
{
	text-decoration: none;
	text-align: center;
}
.profile-main-thumbnail
{
	position: absolute;
	width: 200px;
	height: 200px;
	left: 0;
	top: 250px;
}
.profile-second-thumbnail
{
	position: absolute;
	width: 130px;
	height: 130px;
	left: 135px;
	top: 78px;
}
.profile-second-thumbnail img
{
		opacity: .6;
}
.profile-third-thumbnail
	{
	position: absolute;
	width: 70px;
	height: 70px;
	left: 244px;
	top: 268px;
	}
.profile-third-thumbnail img
{
	opacity: .3;
}
.project-article-inner .post-list-thumbnail
{
	height: auto;
	max-height: 420px;
}
.project-list-thumbnail
{
	height: 350px;
	width: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: center;
	background-position-x: center;
	border-radius: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid transparent;
	transition: all .3s;

}
.full-height-thumbnail .project-list-thumbnail img
{
	width: 100%;
height: 100%;
object-position: 50% 50%;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.project-list-text
{
	position: relative;
	width: 100%;
	transition: all .3s;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (min-width:500px)  {


#post-list .article-inner:hover
{
	background-color: rgba(59, 179, 194,.3);
}

.project-article-inner:hover .project-list-thumbnail
{
	border: 2px solid #3BB3C2;
}


}
.project-article-inner:hover  h5.project-title,
.profile-article-inner:hover  h5.project-title
{
		/* letter-spacing: 2px; */

}
h1.project-title
{
	text-align: center;
	font-size: 3em;
}
a.link-project
{
	margin-bottom: 15px;
}
a.link-project h1
{
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 5px;
	transition: all .3s;
}
a.link-project:hover h1
{
	background: #3BB3C242;
}
.project-excerpt
{
	 padding: 10px;
	 color:white;
	 	min-height: 70px;
}
.project-list-text h5.project-title
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1em;
	text-decoration: none;
	padding: 6px 10px;
	text-transform: uppercase;
	display: block;		white-space: normal;
	transition: all .3s;
	color:white;
	display: flex;
	justify-content: center;
	width: 350px;
	height: 80px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
margin-bottom: 0;
vertical-align: bottom;
display: flex;
justify-items: end;
flex-direction: column;
	}

	.project-list-text h5.project-title span
	{
		background:#3BB3C2;
		border-radius: 100%;
		height: 29px;
		width: 29px;
		display: flex;
		justify-content: center;
		text-align: center;
		margin-left: 5px;
	}
	.profile-list-thumbnail img
	{
		width: 80%;
		height: 80%;
	}
	.custom-round-column .wp-block-image img
	{
		border-radius: 100%;
		position: relative;
		transition: all .3s;
	}

	.custom-round-column .wp-block-image a
	{
		position: relative;
		display: flex;
		height: 100%;
		width: 100%;
		border-radius: 100%;
		transition: all .3s;
	}
	.custom-round-column .wp-block-image a::after
	{
		position: absolute;
		content: '';
		height: 100%;
		width: 100%;
		border-radius: 100%;
		transition: all .3s;
		background: rgb(16,27,49);
		background: linear-gradient(0deg, rgba(16,27,49,0.33375356978728987) 0%, rgba(14,62,85,0.4598039899553571) 48%, rgba(59,179,195,0.6418768190870099) 100%);
	}
	.custom-round-column .wp-block-image a:hover::after
	{
		opacity: .1;
	}
		#single-project-links
		{
			margin-bottom: 30px;
		}

		#single-project-links>ul,
			#single-project-links li
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}
	#single-project-links.page-has-child>ul>li:not(.current_page_item),
	#single-project-links.page-has-child>ul>li>a
	{
		display: none;
	}
	#single-project-links ul
	{
		padding: 0;
		margin: 10px 0;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	h3.current-parent
	{
		color: white;
		font-size: 1em;
		margin-bottom: 0px;
		margin-right: 10px;
		margin-top: -6px;
		position: relative;
	}

	#single-project-links ul li
	{
		margin: 0px;
		margin-top: 5px;
		border: 1px solid transparent;
		border-radius: 5px;
		transition: all .3s;
	}
	#single-project-links ul li:nth-of-type(2)
	{
		  margin-left: 15px;
			margin-right: 15px;
	}

	#single-project-links ul>li>a
	{
		text-decoration: none;
		color:white;
		font-size: 1em;
		font-weight: 400;
		padding: 10px 15px;
		text-transform: uppercase;
		display: block;
		text-align: center;
		transition: all .3s;
		width: 100%;
		max-width: 100%;
		white-space: normal;
		letter-spacing: 2px;
		position: relative;
		margin-left: 35px;
		margin-right: 20px;
	}
		#single-project-links ul>li>a::before
		{
			content: '';
			height: 50px;
			width: 50px;
			background: url(/wp-content/themes/Val-di-Fassa/img/o!-blue.svg);
			position: absolute;
			top: -3px;
			left: -27px;
		}

		#single-project-links>ul>li>ul>li:hover,
		#single-project-links>ul>li.current_page_item:not(.page_item_has_children)
		{
			background: #3BB3C242;
			color: white;
		}
		.padding-left-big-0
		{
			padding-left: 0;
		}
		a.link-underline:hover
		{
			text-decoration: underline;
		}






/*------------------------------
# HOME
--------------------------------*/
#home
{
	background-color: rgb(46,40,36);
}
#home-main-text
{
	max-width: 650px;
margin-left: auto;
margin-right: auto;
}
#home-main-text >h1
{
	color: #3BB3C2;
	margin-bottom: 10px;
}
#home-main-text p
{
	color: white;
}
#home-main-element
{
	position: relative;
}
.main-element-img
{
	z-index: 10;
	position: relative;
}
.chmura-img
{
	position: absolute;
}
#chmura-1-img
{
	top:20%;
	z-index: 2;

}
#chmura-2-img
{
	top:15%;
	z-index: 11;
}
#chmura-3-img
{
	top:31%;
	z-index: 1;
}
#chmura-4-img
{
	top:0;
	z-index: 12;
}
#ptak-1
{
	top: 28%;
	right: 10%;
}
#wiatrak-lopaty
{
	bottom: 53%;
	left:31.8%;
	z-index: 13;
	-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
width: 100px;
height: 100px;
}
#circle-element,
#home-main-element-wrapper
{
	width: 100%;
	margin: 40px auto 70px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
.circle
{
	margin: 15px;
	border: 1px solid transparent;
	border-radius: 100%;
	position: relative;
	transition: all .2s ease-in;

}
.circle>p
{
	font-size: 1em;
	font-weight: 700;
	color: white;
	text-align: center;
	margin-top: -63px;
	transition: color .2s ease-in;
}
#circle-element .circle:hover
{
	transform: translateY(-20px);
}
#circle-element .primary-circle:hover p
{
	color: #3BB3C2;
}
#circle-element .real-estate-circle:hover p
{
	color: #3BB3C2;
}
#circle-element .investment-circle:hover p
{
	color: #3BB3C2;
}
#circle-element .ue-projects-circle:hover p
{
	color: #3BB3C2;
}
#circle-element .education-circle:hover p
{
	color: #3BB3C2;

}
@media (min-width:500px) {


.real-estate-button:hover
{
	transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
	-moz-transform:translateY(-20px);
	 -o-transform:translateY(-20px);
	border: 1px solid #3BB3C2;

}
.real-estate-button:hover p
{
color:#3BB3C2;
}

}

.real-estate-button
{
	border: 1px dashed black;
	border-radius: 100%;
	width: 170px;
	height: 170px;
	position: relative;
	display: block;
	margin: 30px auto;
	transition: all .3s;
}

.real-estate-button>p
{
	text-transform: uppercase;
	color:black;
	font-size: 1.3em;
	font-weight: normal;
	display: flex;
	justify-content: center;
	margin-top: 65px;
}



section#home-hero-bck
{

	background-size: cover;
	position: relative;
	background-position: 50% 60px;
        background-attachment: fixed;
        background-repeat: no-repeat;
				overflow: hidden;

}
section.home-hero-img-bck
{
	background-image: url(/wp-content/uploads/2019/03/plaza-bg-2500-nonc.jpg);
	/* padding: 345px 46vw 0rem 5.33vw; */
	padding-left: 10%;
}

/* gradient powinien doświetlać element przewodni!! */
section.hero::before {
    background: -webkit-linear-gradient(left, rgba(0,0,0,.65) 0%, transparent 65%, transparent 100%, rgba(0,0,0,.45));
    background: -o-linear-gradient(left, rgba(0,0,0,.65) 0%, transparent 65%, transparent 100%, rgba(0,0,0,.45));
    background: linear-gradient(to right, rgba(0,0,0,.65) 0%, transparent 65%, transparent 100%, rgba(0,0,0,.45));
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/* UWAGA POWYZEJ */
section#home-hero-bck header, section#home-hero-bck-short header
{
	margin-top: auto !important;
margin-bottom: auto !important;
padding-top: 23% !important;
padding-bottom: 5% !important;
}
section#home-hero-bck h1, section#home-hero-bck-short h1
{
    color:white;
}
section header
{
	color: white;
	z-index: 1;
}
a.hero-contact-bnt
{
	position: absolute;
	right: 0;
	bottom: 6rem;
	display: flex;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .1rem;
	font-weight: 700;
	font-size: 15px;
	padding-right: 15px;
	transition: all .2s ease-in-out;
}
a.hero-contact-bnt >span
{
	margin-top: auto;
	margin-bottom: auto;
        height: 21px;
}
a.hero-contact-bnt:hover
{
	color: #fff;
	background-color: #3e5e5f;
}
a.hero-contact-bnt:hover >svg
{
	background-color: #d0d1d2;
}
a.hero-contact-bnt >svg
{
	width: 70px;
	height: 70px;
	padding: 15px;
	background-color: #fff;
	margin-right: 10px;
	transition: all .2s ease-in-out;
}
section.content .box-villas
{

    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
section.content .box-villas header
{
    top: 30%;
    left: 53%;
    width: 50%;
    position: absolute;
    z-index: 3;
    text-align: left;
    white-space: normal;
}
section.content .box-villas header h2 {

    font-size: 3rem;

}
section.content .box-villas header p
    {
        font-size: 2.5rem;
        text-transform: uppercase;
        font-weight: 700;
    }
    section.content .box-villas header p a
    {
        color: #fff;
        text-decoration: none;
				line-height: 36px;
    }
     section.content .box-villas header p a:hover
    {

        text-decoration: underline;
    }

		img.header-image-drawing
		{
			/* width: 76%; */
			margin-left: auto;
			margin-right: auto;
			display: block;
			text-align: center;
			max-width: 500px;
		}

		 #home-cta
		 {
			 background-image: url(/wp-content/uploads/2019/04/cta2-bg-dom-c.jpg);
			 background-size: cover;
			 background-repeat: no-repeat;
			 background-position-y: 63%;
		 }
     #testimonials-slider
     {
         background-color: #f5f1ec;
     }
		 #testimonials-container-right
		 {
			 margin-left: -75px;
			 margin-right: 5%;
		 }
		 .container-left>h2
		 {
			 margin-bottom: 30px;
			 margin-top: 55px;
		 }
		  #testimonials-slider h2
			{
				font-family: Josefin Sans,Arial,sans-serif;
			}
			.pages-content
			{
				margin-left: auto;
				margin-right: auto;
			}
				.pages-content h2
				{
						font-size: 1.5rem;
						letter-spacing: 2px!important;
						color: #44474d;
						text-align: left;
				}
				.pages-content h3
				{
					font-family: Josefin Sans,Arial,sans-serif;
					font-weight: 700;
					font-size: 1.1rem;
					margin-bottom: 0;
					color: #44474d;
					letter-spacing: 0;
					text-transform: uppercase;
				}
					.pages-content>.row-lg-75 p
					{
								text-align: left;
					}
					p.big
					{
						font-size: 2.5rem;
						font-weight: 400;
					}
					table.table
					{
						line-height: 2em;
						border-collapse: collapse;
						background-color: transparent;

					}
					table.table tr
					{
						border-top: 1px solid rgb(208, 209, 210);
					}
					.table td, 	.table th
					{
						padding: 1rem;
				    padding-left: 1rem;
						vertical-align: top;
						text-align: left;
					}
          .table li
          {
            list-style: none;
      		}
					#contact-form h2 > em,
					#contact-form address span
					{
						font-style: normal;
						display: block;
						letter-spacing: 1px;
					}

					#contact-form h2
					{
						margin-bottom: 1rem !important;
						font-size: 2.5rem;
					}

					#contact-form
					{
						text-align: left;
					}
					#contact-form .flex-evenly
					{
						flex-direction: column;
					}
					.contact-tekst-right
					{
						width: 100%;
						margin-top: 35px;
						margin-bottom: 20px;
					}

					.contact-image-left
					{
						margin-right: 70px;
						margin-top: 10px;
					}
					.contact-image-left img
					{
						height: 150px;
						width: 150px;
						position: relative;
					}
					.contact-image-left
					{
						position: relative;
					}

					.contact-image-left.full-opacity::before
						{
							opacity: 1;
						}
						.wpcf7-response-output
						{
							color: white;
						}
						.g-recaptcha
						{
							margin: 20px 0;
						}
						.contact-toggle
						{
							border: 1px dashed black;
						}
					.contact-toggle .wp-block-getwid-toggle__header-wrappe
					{
						border: none;
						border:0;
					}
					.contact-toggle a
					{
						color: black;
					}
					.contact-toggle .wp-block-getwid-toggle__content
					{
						background-image: url("/wp-content/themes/Val-di-Fassa/img/formularz-tlo.svg");
						background-repeat: no-repeat;
						background-size: cover;
						width: 100%;
					}

				.display-2
				{
					font-size: 2rem;
				}
      .display-1
				{
					font-size: 1rem;
				}
				p.contact-label
				{
					margin-bottom: 0;
					color: #44474d;
					line-height: 2em;
					font-size: 1rem;
					text-transform: uppercase;
					font-weight: 700;
					font-style: normal;
					letter-spacing: 2px;
				}
					#contact-form a,
					#contact-form address a,
					#contact-form address span a
					{
						text-decoration: none;
						color: white;
					}
					address.left-bracket
					{
						font-style: normal;
					}
					#contact-form a:hover,
					#contact-form address a:hover,
					#contact-form address span a:hover
					{
						text-decoration: underline;
					}
					.left-bracket
					{
						position: relative;
					}
					.left-bracket::before
					{
						content: '';
				    width: 20px;
				    height: 110%;
				    position: absolute;
				    left: -20px;
				    border: 3px solid #3BB3C2;
				    border-right: 0;
				    top: -2px;
						border-radius: 3px;
					}
					#contact-form-bck
					{
						/* background-image: url(/wp-content/themes/Val-di-Fassa/img/formularz-tlo.svg);
						background-repeat: no-repeat;
						background-position-x: 97%; */
						max-width: 800px;
						background-size: cover;
						width: 100%;
					}
					#conference-form
					{
						background: rgb(0,75,145);
						background-image: url(/wp-content/uploads/2019/05/konferencja_formularz_tlo.jpg);
						background-repeat: no-repeat;
						background-position-x: 100%;
						padding: 30px 11% 15px;
						margin: 0px 5%;
					}

					.contact-form-wrapper
					{
						    padding: 30px 0 15px;
					}
					h3.contact-label
					{
						text-transform: uppercase;
						letter-spacing: 1px;
						font-size: 1.3rem;
						font-weight: 400;
						color:white;
						margin-bottom: 0px;
						text-align: left;
					}
					label.control-label
					{
					z-index: 1;
					text-transform: uppercase;
					transition: opacity .3s;
					}
					input.wpcf7-form-control
					{
							width: 100%;
							max-width: 100%;
							border-radius: 0;
							padding: 10px 0;
							transition: all .2s;
							box-shadow: none;
							line-height: 2.8em;
							border: none;
							background:transparent;
							color:white;
					}
						input.wpcf7-form-control:not(.wpcf7-submit)
						{
								border-bottom: 1px solid #ffffff6e;
						}

					input.wpcf7-form-control:focus,
					textarea.wpcf7-form-control:focus
					{
					 color: #3BB3C2;
					}

						input.wpcf7-form-control::-webkit-input-placeholder,
						textarea.wpcf7-form-control::-webkit-input-placeholder
						 { /* Chrome/Opera/Safari */
							  opacity: 1;
									color: white;
							}
							input.wpcf7-form-control::-moz-placeholder,
							textarea.wpcf7-form-control::-moz-placeholder
								{ /* Firefox 19+ */
							  opacity: 1;
									color: white;
								}
								input.wpcf7-form-control:-ms-input-placeholder,
								textarea.wpcf7-form-control:-ms-input-placeholder
								 { /* IE 10+ */
							  	opacity: 1;
										color: white;
									}
								input.wpcf7-form-control:-moz-placeholder,
								textarea.wpcf7-form-control:-moz-placeholder
								 { /* Firefox 18- */
							  	opacity: 1;
									color: white;
									}

					textarea.wpcf7-form-control
					{
						border:none;
						transition: all .2s;
						background:transparent;
						color:white;
						border-bottom: 1px solid #ffffff6e;
						border-radius: 0;
					}

					.wpcf7-form p
					{
						margin-bottom: 0;
					}
					.wpcf7-form p:last-of-type
					{
						margin-top: 20px;
							margin-bottom: 10px;
					}
					input.wpcf7-submit:hover
					{
							opacity: 1;
					}
					.eo-events-shortcode
					{
						display: flex;
						flex-direction: row;
						margin-left: auto;
						margin-right: auto;
						list-style: none;
						padding: 15px 1% 50px;
						margin-bottom: 0;
						justify-content: space-between;
						}
					.eo-events-shortcode li
						{
							display: flex;
							flex-direction: column;
							margin: 10px;
							position: relative;
							color: #6b6b6b;
							font-size: .8em;
							margin-left: 80px;
						}
							.eo-events-shortcode li::after
							{
								content: '';
								height: 60px;
								width: 60px;
								position: absolute;
								top: -5px;
								left: -70px;
								background-image: url(/wp-content/themes/Val-di-Fassa/img/events_element.svg);
								background-size: cover;
							}
							.eo-events-shortcode li::before
							{
								content: '';
								height: 60px;
								width: 60px;
								border-radius: 35px;
								border: 4px solid rgb(245,133,35);
								position: absolute;
								top: -5px;
								left: -70px;
								opacity: 0;
								transition: all .3s
							}
								.eo-events-shortcode li:hover::before
								{
										opacity: 1;
								}
								.eo-events-shortcode li>a
								{
									color: black;
									text-decoration: none;
									font-size: 1.2em;
									font-weight: 700;
								}
									.eo-events-shortcode li>a:hover
									{
										text-decoration: underline;
									}
									.rekrutacja-bck
									{

										background-image: url(/wp-content/uploads/2019/05/aplikuj_tlo.jpg);
										background-repeat: no-repeat;
										background-size: cover;
										position: relative;
									}
										.rekrutacja-bck::before
										{
											background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0) 70%, rgba(255,255,255,.4) 30%);
											content: "";
											position: absolute;
											top: 0;
											left: 0;
											right: 0;
											bottom: 0;
										}
										#rekrutacja-content-2
										{
											margin-left: 30%;
										}

										#rekrutacja-content .btn-primary
										{
											color: white;
											width: 110%;
											margin-left: -35px;
											border: 3px solid rgb(245,133,35);
											padding: 8px 20px;
											border-radius: 10px;
											margin-top: 20px;
										}
											#rekrutacja-content .btn-primary:hover
											{
												background-color: transparent !important;
												color:rgb(245,133,35)!important;
												opacity:1;
											}
											#rekrutacja-content .left-bracket::before
											{
												height: 120%;
												left: -35px;
												top: -5px;
											}
											#rekrutacja-element
											{
												text-align: center;
												margin-bottom: 34px
											}
											#rekrutacja-element img
											{
												height: auto;
												    width: 85px;
												    margin-top: 15px;
												    margin-right: 72px;
														transition: all .3s cubic-bezier(.77,0,.18,1);
												}

											.center-wrapper
											{
												margin-top: 20%;
												margin-bottom: 10%;
											}



/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
	height: 100%;
}

.updated:not(.published) {
	display: none;
}

.page-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;
}

/* #primary-menu ul.sub-menu
{
	display: none;
}
	#primary-menu	li.menu-item-has-children>a::before,
	#primary-menu	li.menu-item-has-children>a::after
	{
		display: none;
	} */

/* .navbar-sticky #primary-menu ul.sub-menu
	{
		display: block;
	}
	.navbar-sticky #primary-menu	li.menu-item-has-children>a::before,
		.navbar-sticky #primary-menu	li.menu-item-has-children>a::after
		{
			display: block;
		} */
/*--------------------------------------------------------------
@ 1500
--------------------------------------------------------------*/
@media (max-width: 1500px)
{

	.hidden-element
	{
		display: none;
	}
	.page-post-thumbnail img.attachment-post-thumbnail
	{
		margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    right: 0;
	}
	.projekty-ue .project-list-thumbnail
	{
		height: 85%;
	}
	.projekty-ue .project-article-inner
	{
		height: 350px;
	}
	.max-w-1200p
	{
		max-width: 1000px;
	}


}

/*--------------------------------------------------------------
@ 1200
--------------------------------------------------------------*/
@media (max-width: 1200px)
{
	.whole-page-wrapper-dots
	{
		top: 200px;
	}
	.max-w-1200p
	{
		max-width: 900px;
	}

	#primary-menu li.menu-item-has-children>a
	{
		padding-left: 35px;
	}

	#primary-menu ul.sub-menu
	{
		display: block;
		top: 70px;
	}
		#primary-menu	li.menu-item-has-children>a::before,
		#primary-menu	li.menu-item-has-children>a::after
		{
			display: block;
		}
    .navbar-primary
    {
        height: 70px;
    }
    a.site-branding
    {
        width: 25%;
    }

			#site-navigation, #site-navigation > :first-child
			{
				width: auto;
			}
    #primary-menu
    {

        margin-top: 0px!important;
				margin-left: auto;
				margin-right: auto;
				padding: 0;
    }

    .main-navigation ul ul
    {
        top: 43px;
    }
    #primary-menu>li
    {
       text-align: center;
       height: 70px;
    }
    #primary-menu li > a, #mobile-menu li > a
    {
        font-size: 1em;
    }
    #primary-menu li ul.sub-menu li > a
    {
        font-size: .8em;
    }
    .navbar-social,.navbar-social a
    {
        padding: 0 5px;
    }
    a.navbar-last-bnt>svg
    {
	 height: 55px;
    }
		a.hero-contact-bnt >svg
		{
			width: 60px;
			height: 60px;
			padding: 10px;
		}
		a.hero-contact-bnt
		{
			font-size: 13px;
		}

    .container
    {
        width: 960px;
        max-width: 100%;
        padding-right: 6rem;
        padding-left: 6rem;
    }
    .margin-b-6
    {
        margin-bottom: 4rem;
    }
    section.content .box-villas header h2
    {
    font-size: 2.8rem;
    }
    section.content .box-villas header p
    {
        font-size: 2.3rem;
    }
    .navbar-secondary
    {
        display: none!important;
    }
		#site-navigation > :first-child
		{
			height: auto;
		}
		.margin-top-small
		{
			margin-top: -48px!important;
		}
		.project-article-inner
		{
			position: relative;
			/* height: 490px; */
		}
		.page-home-wrapper
		{
			margin-top: 32px;
		}

}
/*--------------------------------------------------------------
@ 1080
--------------------------------------------------------------*/
@media (max-width: 1080px)
{
	#primary-menu li > a
	 {
    padding-right: 20px;
    padding-left: 20px;
	}

	.projekty-ue .project-list-thumbnail
	{
		height: 75%;
	}
	.projekty-ue .project-article-inner
	{
		height: 300px;
	}
}
/*--------------------------------------------------------------
@ MIN 990
--------------------------------------------------------------*/
@media  (min-width: 990px) {
	.menu-toggle,.mobile,#mobile-menu {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	a.navbar-last-bnt:hover svg
	{
		fill:#3BB3C2;
	}
	a.navbar-last-bnt path:nth-of-type(2)
	{
		/* transition: all .2s; */
	}
	a.navbar-last-bnt:hover path:nth-of-type(2)
	{
		/* transform: translateY(11px) rotateX(180deg); */
	}
	a.navbar-last-bnt.real-estate:hover svg
	{
		fill:#3BB3C2;
	}
	a.navbar-last-bnt.investment:hover svg
	{
		fill:#3BB3C2;
	}
	a.navbar-last-bnt.ue-projects:hover svg
	{
		fill:#3BB3C2;
	}
	a.navbar-last-bnt.education:hover svg
	{
		fill:#3BB3C2;
	}


}
/*--------------------------------------------------------------
@ 990 ------MOBILE MENU TOOGLE
--------------------------------------------------------------*/
@media (max-width: 990px)
{
img.footer-img-bck
{
	height: 140%;
}

  .menu-expanded
{
    background: rgb(0,124,195);
    color: #fff!important;
}
#masthead
{
	background-color: rgba(59, 179, 194,.5);
}
.page-post-thumbnail
{
margin-top: 70px;
}

.colapse
{
    display: none!important;
}
#mobile-menu li>a
{
    font-size: 1rem;
}
.navbar-last-bnt
{
top: 0;
right: 0;
height: 70px;
width: 70px!important;
position: absolute;
}
.navbar-primary
{
    justify-content: space-between;
	border: 1px solid #3BB3C2;
}
a.site-branding
{
	border-top: 0;
	border-bottom: 0;


}
a.navbar-last-bnt
{
	border-top: 0;
	border-bottom: 0;

}


button.menu-toggle
{
    position: absolute;
		right: 75px;
		top:0;
    width: 12%;
    border: transparent;
    height: 70px;
    padding: 0;
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-weight: 700;
    transition: all .3s ease-in-out;
    background: transparent;
}
 button.mobile-button-active
{
 	color: white;
background: #3BB3C2;
}

button.mobile-button-active span.icon-bar
{
	background-color: white;
}

.navbar-social {
       border-left: 1px solid rgba(255,255,255,.2);
       border-right: 1px solid rgba(255,255,255,.2);
}
 .navbar-social
    {
     padding: 10px 15px;
max-width: 160px;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: row;
justify-content: space-evenly;

    }

    section.content .box-villas header h2
    {
    font-size: 2.1rem;
    }
    section.content .box-villas header p
    {
        font-size: 2rem;
    }
		#testimonials-container-right
		{
			display: none;
		}
		.container-left
		{
			padding-right: 6rem;
			padding-left: 6rem;
			max-width: 100%;
		}
		.gallery-slider .gallery-arrow-next-bck
		{
    right: -3%;
		}
		.gallery-slider .gallery-arrow-back-bck
		{
		left: -3%;
		}
		.row-lg-25,
		.row-lg-30,
		.row-lg-50,
		.row-lg-40,
		.row-lg-60,
		.row-lg-75
		{
			width: 100%;
			-webkit-box-flex: 0;
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
			padding: 0;
			margin-left: auto;
			margin-right: auto;
			white-space: normal;
		}
		 .row-s-50
		 {
			 width: 50%;
			 -ms-flex: 0 0 50%;
			 flex: 0 0 50%;
			 max-width: 50%;
		 }
		.flex-evenly,
		.flex-between
		{
			flex-direction: column;
		}
		.pages-content .row-lg-25
		{
			display: flex;
			flex-wrap: wrap;
		}
		.contact-form-wrapper,
		h3.contact-label
		{
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}
		#contact-form h2, p.big
		{
			font-size: 2rem;
		}
		.display-2
		{
			font-size: 1.5rem;
		}
		.pages-content h3
		{
			font-size: 1rem;
		}
		.table td, .table th
		{
			padding:5px;
		}

		.top-minus-90,
		.top-minus-35,
		.uagb-post__inner-wrap .uagb-post__text
		{
    margin-top: -9%;
		}
		.eo-events-shortcode
		{
			flex-direction: column;
			padding-top: 0;
		}
		.eo-events-shortcode li
		{
			width: 80%;
			white-space: pre-line;
			margin: 16px 10px 16px 77px;
		}
		.big-flex-row
		{
			flex-direction: column;
		}
		.small-margin-center
			{
				margin-left: auto;
				margin-right: auto;
			}
			.contact-image-left,
			.margin-top-100
			{
				margin-top: 0px;
			}

			.single-post-element
			{
				-webkit-box-flex: 0;
				-ms-flex: 0 0 48%;
				flex: 0 0 48%;
				max-width: 48%;
					margin:15px 5px;
				margin-left: auto;
				margin-right: auto;
				white-space: normal;
			}

			.post-list-thumbnail,
			 .uagb-post__image
			 {
    			height: 250px;
				}

					.single-project-element
				{
				-webkit-box-flex: 0;
				-ms-flex: 0 0 50%;
				flex: 0 0 50%;
				max-width: 50%;
					padding: 15px 5px;
				margin-left: auto;
				margin-right: auto;
				white-space: normal;
				}
				.uagb-post__arrow-outside.uagb-post-grid .slick-next
				 {
				    right: -45px;
				}
				.uagb-post__arrow-outside.uagb-post-grid .slick-prev
				{
			    left: -45px;

			}
			.navbar-primary
			{
					width: 100%;
					overflow: hidden;
					max-width: 100%;
			}
			#rekrutacja-content-2
			{
				margin-left: 0;
			}
			.projekty-ue.single-project-element {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px 10px;
			}

			.projekty-ue .project-list-thumbnail
			{
				height: 90%;
			}
			.projekty-ue .project-article-inner
			{
				height: 400px;
			}
			.home-button a
			{
				font-size: 1em;
			}


}
/*--------------------------------------------------------------
@ 770
--------------------------------------------------------------*/
@media (max-width: 770px)
{

	.footer-social
	{
		justify-content: center;
	}
	.footer-text-widget h2 {
		text-align: center;
	}
	.whole-page-wrapper-dots
	{
		top:20%;
		background-size:initial;
		height: 160%;
	}
	img.footer-img-bck
	{
		height: 110%;
	}
	#content
	{

	}

     a.site-branding
    {
        width: 50%;
    }
    button.menu-toggle
    {
    width: 40%;
    }
    img.footer-image
    {
        max-width:100%;
    }

		.footer-text-widget
		{
			margin-top: 2%;
		margin-bottom: 5%;
		}
		.footer-text-widget .widget
		{
			text-align: center;
		}
		.footer-text-widget .widget .textwidget
		{
			display: flex;
			justify-content: center;
			flex-direction: column;
		}
		.footer-text-widget:nth-of-type(2)
		 {
    order: 2;
		}

		.footer-text-widget p,
		.footer-text-widget:nth-of-type(2) p
		{
			text-align: center;
		}
			.footer-text-widget:nth-of-type(2) .textwidget
			{
				flex-direction: column;
			}
			.footer-text-widget:nth-of-type(3) p
			{
				/* margin-left: -50px; */
			}


		.gallery-slider .gallery-arrow-next-bck, .gallery-slider .gallery-arrow-back-bck
		{
			top:95%;
		}
		.slick-slider
		{
			margin-bottom: 30px;
		}
		.padding-small {
    padding-right: 8px!important;
    padding-left: 8px!important;
		}
		#contact-form h2, #contact-form address, #contact-form p
		{
			padding-left: 25px;
			padding-right: 25px;
		}
		a.hero-contact-bnt
		{
			display: none;
		}
     .container
    {
        width: 720px;
        max-width: 100%;
        padding-right: 3rem;
        padding-left: 3rem;
    }
    .margin-b-6
    {
        margin-bottom: 3rem;
    }
		#gallery-slider h2
		{
			letter-spacing: 3px;
		}
		.not-for-mobile
		{
			display: none;
		}
		.only-for-mobile
		{
			display: block;
		}
		section.hero::before
						{
				background: -webkit-linear-gradient(top, rgba(0,0,0,.45) 10%, transparent 89%, transparent 100%, rgba(0,0,0,.45));
				background: -o-linear-gradient(top, rgba(0,0,0,.45) 10%, transparent 89%, transparent 100%, rgba(0,0,0,.45));
				background: linear-gradient(to top, rgba(0,0,0,.45) 10%, transparent 89%, transparent 100%, rgba(0,0,0,.45));
						}
						section#home-hero-bck header, section#home-hero-bck-short header
						{
						padding-top: 65% !important;
						}
							section#home-hero-bck header>ul, section#home-hero-bck-short header>ul
						{
							margin: 0 0 .5em 1em;
						}
						section#home-hero-bck
						{
							background-attachment: scroll;
							background-position: 50% 0px;
						}

    section.content .box-villas header
    {
        top: 25%;
        left: 35%;
    }
     section.content .box-villas header h2
    {
    font-size: 1.8rem;
    }
    section.content .box-villas header p
    {
        font-size: 1.8rem;
    }
     .box-villas img.header-image-2
     {
        margin-left: -27%;
        width: 65%;
     }
		 .pages-content
		 {
			 width: 90vw;
		 }
		 	.container-left
		 		{
		     padding-right: 1rem;
		     padding-left: 1rem;
		 		}
				.footer-inner
				{
					flex-direction: column;
					justify-content: flex-start;
				}
				.margin-right-15
				 {
    			margin-right: 7%;
					}



					.contact-form-wrapper
					{
								padding: 26px 1% 10px;
					}


						.margin-side-big-10
						{
							margin-left: 5%;
							margin-right: 5%;
						}
						.uagb-slick-carousel button.slick-next,
						.uagb-slick-carousel button.slick-prev
						{
							display: none!important;
						}
						.uagb-slick-carousel
						{
					    padding: 0px 0px 45px;
						}
						#single-project-content table
						{
							display: block;
						}
						.single-project-element
					{
					-webkit-box-flex: 0;
					-ms-flex: 0 0 100%;
					flex: 0 0 100%;
					max-width: 100%;
					}
					.home-buttons-wrapper
					{
						flex-direction: column;
						text-align: center;
					}
					.home-buttons-wrapper .home-button
					{
						margin-top: 10px;
						margin-bottom: 10px;
					}
					.home-button a
					{
						font-size: 1.5em;
					}




}
/*--------------------------------------------------------------
@ 500
--------------------------------------------------------------*/
@media (max-width: 500px)
{
 .whole-page-wrapper-dots
 {
	 background-position-x: center;
	 height: 190%;
	 top: 100px;
 }
 .whole-page-wrapper
 {
	 background-size: contain;
	 background-position-x: -136px;
	 width: 115%;
		top: 100px;
		height: 102%;
 }

	#single-project-links ul>li>a::before
	{
		display: none;
	}
	.contact-tekst-right
	{
		display: block;
			margin-top: 40px;
			margin-bottom: 0px;
			margin-left: auto;
			margin-right: auto;
			width: auto;
	}

#circle-element
{
	margin: 30px auto 70px;
}
#circle-element .cirlce-img
{
	width: 145px;
	height: 145px;
}

.circle
{
	margin: 15px 7px;
}
.circle > p
{
	font-size: .8em;
	margin-top: -48px;
}


 #mobile-menu li>a
{
    font-size: .85rem;
}
    .navbar-last-bnt
    {
        padding: 10px 20px;
    }
    a.navbar-last-bnt>svg
    {
	 max-width: 40px;
         height: 55px;
    }
		section.hero {
		padding: 75px 8.333vw 3rem;
		}
     .container
    {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding-right: 15px;
        padding-left: 15px;;
    }
    section.content .box-villas header h2
    {
    font-size: 1.5rem;
    }
    section.content .box-villas header p
    {
        font-size: 1.2rem;
    }
    .slick-arrow
    {
    border: none;
    width: 10px;
    height: 22px;
    }
    .map
    {
    height: 350px;
    }
    a.navbar-last-bnt
    {
        display: none!important;
    }
    button.menu-toggle
    {
        right: 0;
    }
		.footer-top,.flex
		{
			flex-direction: column;
		}
		.margin-right-15
		 {
			margin-right: 0%;
			}
			.page-level-2-wrapper,
			.post-excerpt,
			.uagb-post__inner-wrap .uagb-post__text,
			.uagb-post__excerpt
			{
				margin-left: 0%;
			}
			.top-minus-90,
			.top-minus-35,
			.uagb-post__inner-wrap .uagb-post__text
			{
				margin-top: 0;
			}
			.page-inner-thumbnail,
			.page-inner-non-thumbnail
			{
  	  padding: 20px 15px 10px;
			}

		.project-article-inner .project-list-text
			{
				    bottom: 0;
			}
			.project-excerpt
			{
				padding: 5px;
			}

		.single-post-element
		{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		white-space: normal;
		}
			#single-project-links ul.children
			{
				flex-direction: column;
			}
			#single-project-links ul.children li
			{
				margin-right: 0;
				margin-left: 0px;
				display: flex;
				width: 100%;
				justify-content: center;
				text-align: center;
			}

			#conference-form
					{
						padding: 30px 4% 15px;
						margin: 0px 0%;
					}
						#rekrutacja-element
						{
							margin-left: auto;
							margin-right: auto;
						}
					#rekrutacja-element img
					{
						transform: rotate(90deg);
						margin-left: auto;
						margin-right: auto;
					}
					#rekrutacja-content .left-bracket::before,
					#rekrutacja-content-2 .left-bracket::before
					{
						left: -14px;
					}
					#rekrutacja-content .btn-primary
					{
						width: 100%;
						margin-left: 0;
					}
					#rekrutacja-content-2
					{
						margin-left: 0%;
					}
					.rekrutacja-bck::before
					{
						background: rgb(255,255,255);
						background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 36%, rgba(255,255,255,0) 100%);
						background: -o-linear-gradient(bottom, rgb(255, 255, 255) 36%, rgba(255,255,255,0) 100%);
						background: linear-gradient(to top, rgb(255, 255, 255) 36%, rgba(255,255,255,0) 100%);


					}
					.margin-side-big-10
					{
						margin-left: 0%;
						margin-right: 0%;
					}
					.left-bracket::before
					{
						left: -15px;
					}
					#post-list
					{
						width: auto;
						margin-left: -5px;
						margin-right: -5px;
						max-width: none;
					}
					.projekty-ue.single-project-element {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 100%;
				flex: 0 0 100%;
				max-width: 100%;
				padding: 20px 10px;
					}

					.projekty-ue .project-list-thumbnail
					{
						height: 90%;
					}
					.projekty-ue .project-article-inner
					{
						height: 600px;
					}
					#single-project-links ul.children li:nth-of-type(2)
					{
							margin-left: 0px;
							margin-right: 0px;
					}








}
/*--------------------------------------------------------------
## 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;
}
