/*!
Theme Name: BMWP
Theme URI: http://www.univisual.com
Author: Univisual
Author URI: http://www.univisual.com
Description: Template for Univisual Brand Manuals
Version: 1.1.0
License: -
License URI: -
Text Domain: BMWP
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 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%;
}

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #4c4c4c;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see 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 0.5em;
  padding: 0 0 0 0.7em;
}

ul li, ol li {
  margin: 0 0 0.5em 0.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 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: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

p a:focus {
  outline: thin dotted;
}
p a:hover, p a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

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

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

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

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

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

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

.post,
.page {
  margin: 0;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# BMWP
--------------------------------------------------------------*/
/* ################################################################################## */
/* generic rules start ############################################################## */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #fff !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
}

a,
a:active,
a:hover,
a:focus {
  outline: 0;
  outline: none;
  outline-color: transparent;
  outline-style: none;
  -webkit-appearance: none;
}

p a,
p a:active,
p a:hover,
p a:focus {
  text-decoration: underline;
}

#primary.content-area hr {
  margin-bottom: 6px;
  height: 2px;
  background-color: #000;
}
#primary.content-area p {
  margin-bottom: 1em;
}

button:focus {
  outline: 0 !important;
  outline: none !important;
}

/* generic rules end ################################################################ */
/* ################################################################################## */
/* ################################################################################## */
/* bmwp template specific rules start ############################################### */
body.page-template-default.custom-background {
  background-image: none;
}

html.bmwp body.logged-in.logged_administrator, html.bmwp body.logged-in.logged_director, html.bmwp body.logged-in.logged_manager {
  margin-top: 46px;
}

/* gutenberg */
.has-pale-pink-background-color {
  background-color: #f78da7;
}

.has-vivid-red-background-color {
  background-color: #cf2e2e;
}

.has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}

.has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}

.has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}

.has-vivid-green-cyan-background-color {
  background-color: #00d084;
}

.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}

.has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}

.has-vivid-purple-background-color {
  background-color: #9b51e0;
}

.has-white-background-color {
  background-color: #fff;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}

.has-very-dark-gray-background-color {
  background-color: #313131;
}

.has-black-background-color {
  background-color: #000;
}

.has-pale-pink-color {
  color: #f78da7;
}

.has-vivid-red-color {
  color: #cf2e2e;
}

.has-luminous-vivid-orange-color {
  color: #ff6900;
}

.has-luminous-vivid-amber-color {
  color: #fcb900;
}

.has-light-green-cyan-color {
  color: #7bdcb5;
}

.has-vivid-green-cyan-color {
  color: #00d084;
}

.has-pale-cyan-blue-color {
  color: #8ed1fc;
}

.has-vivid-cyan-blue-color {
  color: #0693e3;
}

.has-vivid-purple-color {
  color: #9b51e0;
}

.has-white-color {
  color: #fff;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-cyan-bluish-gray-color {
  color: #abb8c3;
}

.has-very-dark-gray-color {
  color: #313131;
}

.has-black-color {
  color: #000;
}

.has-small-font-size {
  font-size: 13px;
}

.has-normal-font-size, .has-regular-font-size {
  font-size: 16px;
}

.has-medium-font-size {
  font-size: 20px;
}

.has-large-font-size {
  font-size: 36px;
}

.has-huge-font-size, .has-larger-font-size {
  font-size: 42px;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
}
html.bmwp {
  margin-top: 0 !important;
}

#content.site-content {
  margin-top: 30px;
  padding-bottom: 40px;
}

.page-intro {
  background: #000;
  padding-top: 113px;
  padding-bottom: 160px;
}
.page-intro .page-intro-content {
  padding-bottom: 30px;
}
.page-intro .page-intro-content h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  margin-top: 50px;
  font-family: "Roboto", sans-serif;
}
.page-intro .page-intro-content h2 strong {
  font-weight: 800;
}
.page-intro .page-intro-content h2 span {
  font-family: "Roboto", sans-serif;
}
.page-intro .page-intro-content h3 {
  color: #fff;
  line-height: 2.4rem;
  font-size: 1.8rem;
}
.page-intro .page-intro-content p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0.7em;
}

main h1.page-title {
  font-size: 2em;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  margin: 3px 60px 0 0;
}
main h2.page-subtitle {
  font-size: 1.5em;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  main h2.page-subtitle {
    margin-top: 15px;
  }
}
main h3 {
  font-size: 1em;
  margin: 0;
  display: block;
  padding: 10px 0 0 0;
}
main p {
  font-size: 0.95em;
}
main figure.wp-block-image {
  display: table;
}
main figure.wp-block-image img {
  width: 100%;
}
main figure.wp-block-image figcaption {
  display: table-caption;
  caption-side: top;
  color: dimgray;
  font-weight: 700;
  font-size: 0.9em;
  text-transform: uppercase;
}
main figure.aligncenter {
  text-align: center;
}
main fieldset {
  padding: 0;
}

#main .dkpdf-button-container {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
  text-align: right;
  width: auto;
  margin: 0;
  padding: 0;
}
#main .dkpdf-button-container a.dkpdf-button {
  display: block;
  background: #000;
  margin: 9px 0 0 0;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #main .dkpdf-button-container a.dkpdf-button {
    margin-top: 8px;
    font-size: 13px;
    padding: 7px;
  }
}
#main .dkpdf-button-container a.dkpdf-button:hover {
  text-decoration: none;
}
#main .dkpdf-button-container a.dkpdf-button span.dkpdf-button-icon {
  font-size: 1em;
  margin: 0;
}
#main .dkpdf-button-container a.dkpdf-button span.dkpdf-button-icon i.fa.fa-file-pdf-o {
  display: none;
}

#main .page-back-bt {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
  text-align: right;
  width: auto;
  margin: 0;
  padding: 0;
}
#main .page-back-bt a {
  display: block;
  background: #000;
  margin: 7px 15px 0 0;
  color: #fff;
  font-size: 1em;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  line-height: 1em;
}
#main .page-back-bt a:hover {
  text-decoration: none;
}

.files-download-container h4.download-title {
  color: #fff;
  background: #000;
  margin: 45px 0 0 0;
  padding: 10px;
  font-size: 1em;
  font-weight: 700;
}
.files-download-container .files-container ul#download-files-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.files-download-container .files-container ul#download-files-list li.download-files-item {
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px dotted #000;
}
.files-download-container .files-container ul#download-files-list li.download-files-item .file-properties p {
  margin: 0;
  padding: 0;
}
.files-download-container .files-container ul#download-files-list li.download-files-item .file-properties p a {
  text-decoration: underline;
}
.files-download-container .files-container ul#download-files-list li.download-files-item .file-src {
  float: right;
  margin-top: 6px;
  margin-right: 5px;
}
.files-download-container .files-container ul#download-files-list li.download-files-item .file-src a, .files-download-container .files-container ul#download-files-list li.download-files-item .file-src a:visited, .files-download-container .files-container ul#download-files-list li.download-files-item .file-src a:hover {
  display: block;
  text-indent: -999999px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 32px;
  height: 32px;
}

.main-side-nav {
  position: relative;
}
.main-side-nav ul {
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 50%;
  position: relative;
  min-height: 100%;
}
.main-side-nav ul:first-child {
  border-left: 1px dotted #000;
  border-right: 1px dotted #000;
}
.main-side-nav ul li {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px dotted #000;
}
.main-side-nav ul li:first-child {
  border-top: 1px dotted #000;
}
.main-side-nav ul li a {
  font-family: "Roboto", sans-serif;
  height: 80px;
  overflow: hidden;
  cursor: pointer;
  cursor: hand;
  font-size: 0.9em;
  line-height: 1.3em;
  display: block;
  padding: 5px;
  color: #000;
  text-transform: uppercase;
}
.main-side-nav ul li a:hover {
  text-decoration: none;
}
.main-side-nav ul li.current_page_ancestor > a, .main-side-nav ul li.current_page_item > a {
  color: #fff;
  font-weight: 600;
}
.main-side-nav ul li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  border-right: 1px dotted #000;
}
.main-side-nav ul li ul li a {
  text-transform: none;
}
.main-side-nav ul li ul li.current_page_item > a {
  background: #ea531f;
  background: linear-gradient(0deg, #fcd7c9 0%, #ea531f 100%);
}
.main-side-nav ul li.current_page_item ul, .main-side-nav ul li.current_page_ancestor ul {
  display: block;
}

.nav-container {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.nav-container nav#site-navigation.main-navigation {
  width: 100%;
  padding: 0;
}
.nav-container nav#site-navigation.main-navigation .logo-container .navbar-brand.custom-logo-link {
  padding: 26px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-container nav#site-navigation.main-navigation .navbar-container {
  width: 100%;
  padding-right: 0;
}
.nav-container nav#site-navigation.main-navigation .navbar-container .navbar-toggler-container {
  background: #000;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 55px;
  padding: 10px 0;
}
.nav-container nav#site-navigation.main-navigation .navbar-container .navbar-toggler-container p.brand-name {
  position: absolute;
  margin: 8px 15px;
  color: #fff;
  font-weight: 700;
  padding: 0;
  font-size: 0.9em;
}
.nav-container nav#site-navigation.main-navigation .navbar-container .navbar-toggler-container p.brand-name a {
  color: #fff;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 55px;
  background: rgba(51, 51, 51, 0.95);
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div {
  float: left;
  width: 100%;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div ul.nav-menu {
  display: block;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div ul.nav-menu > li.page_item_has_children > a {
  border-bottom: 2px solid #ccc;
  position: relative;
  left: 0;
  top: 0;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div ul.nav-menu > li.page_item_has_children > a:after {
  content: "";
  height: 21px;
  width: 21px;
  background-image: url(i/arrow-right-fff.svg);
  background-repeat: no-repeat;
  background-position: center;
  float: right;
  position: absolute;
  right: 23px;
  top: 15px;
  transition: all 0.2s;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div ul.nav-menu > li.page_item_has_children.focus > a:after {
  transform: rotate(90deg);
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div ul.nav-menu li {
  margin: 0;
  padding: 0;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div ul.nav-menu li a {
  color: #ddd;
  padding: 15px 25px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div ul.nav-menu li a:hover {
  color: #fff;
  zoom: 1;
  text-decoration: none;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div ul.nav-menu li.lang-item {
  width: auto;
  float: left;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div ul.nav-menu li.lang-item:before {
  float: left;
  content: "|";
  color: #636363;
  padding: 15px 10px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div ul.nav-menu li.lang-item a {
  padding-right: 0;
  padding-left: 0;
  color: #636363;
  float: left;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div ul.nav-menu li.lang-item.current-lang a {
  color: #ddd;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div ul.nav-menu li.lang-item.lang-item-first a {
  padding-left: 25px;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div ul.nav-menu li.lang-item.lang-item-first:before {
  content: none;
  padding-left: 0;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div ul.nav-menu li ul.children {
  border-bottom: 2px solid #ccc;
  display: none;
  float: left;
  width: 100%;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div ul.nav-menu li ul.children li {
  width: 100%;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div ul.nav-menu li ul.children li a {
  font-weight: 100;
  text-transform: none;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div ul.nav-menu li.focus ul.children {
  display: block;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div ul.nav-menu li.focus a {
  color: #fff;
}
.nav-container nav#site-navigation.main-navigation div.navbar-collapse > div ul.nav-menu li.current-menu-item a {
  color: #fff;
}

.nav-container nav#site-navigation.main-navigation div.navbar-collapse {
  margin-top: 0;
}

.mobile-navbar.sticky-page-title-visible {
  min-height: 110px;
}
.mobile-navbar.sticky-page-title-visible .nav-container nav#site-navigation.main-navigation div.navbar-collapse {
  /* margin-top: 110px; */
  margin-top: 55px;
}

body.page-template-default #main.site-main.container, body.page-template-page-about #main.site-main.container, body.page-template-page-contact #main.site-main.container {
  background: #fff;
  padding: 20px 30px;
}

@media screen and (max-width: 991px) {
  .navbar-collapse.fade {
    display: block;
    opacity: 0;
    pointer-events: none;
  }

  nav.toggled .navbar-collapse.fade {
    pointer-events: auto;
    opacity: 1;
  }
}
#site-navigation .logo-container {
  padding: 0;
}

figure.wp-block-video video {
  width: 100%;
  max-width: 100%;
}

.modal-video-close-btn {
  right: 0 !important;
}

.modal-video {
  background-color: 174, 30, 35, 0.5;
}

.map-responsive {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.map-responsive:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.map-responsive > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

body.page-about main .info h4 {
  font-size: 16px;
  text-transform: uppercase;
}
body.page-about main .info p {
  font-size: 18px;
}
body.page-about main .info p a {
  color: #000;
  text-decoration: none;
}
body.page-about main .bio-container .bio figure {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-about main .bio-container .bio figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
body.page-about main .bio-container .bio figure > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.page-about main .bio-container .bio .txt {
  text-align: justify;
}

header.site-header {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  header.site-header .site-branding-container:first-child {
    background-color: #fff;
  }
}
header.site-header .site-branding-container .header-info ul.h-lang {
  margin: 0 0 1.5em 0;
  padding: 0;
}
header.site-header .site-branding-container .header-info ul.h-lang li {
  font-weight: 600;
  color: #ccc;
  list-style: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 0;
}
header.site-header .site-branding-container .header-info ul.h-lang li:after {
  content: "|";
  margin: 0 0.3em 0 0.5em;
}
header.site-header .site-branding-container .header-info ul.h-lang li:last-child:after {
  content: none;
}
header.site-header .site-branding-container .header-info ul.h-lang li a {
  color: #ccc;
}
header.site-header .site-branding-container .header-info p.h-welcome {
  text-transform: uppercase;
}
header.site-header .site-branding-container .header-logo a {
  display: block;
  width: 100%;
}
header.site-header .site-branding-container .header-logo .figure-wrapper {
  padding: 0 0 20px 0;
}
header.site-header .site-branding-container .header-logo .figure-wrapper .figure-container {
  text-align: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  border-left: 1px dotted #000;
  border-right: 1px dotted #000;
  padding: 0 30px;
}
header.site-header .site-branding-container .header-logo .figure-wrapper .figure-container img {
  max-height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  header.site-header .site-branding-container .header-logo .figure-wrapper .figure-container img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header.site-header .site-branding-container .header-logo a {
    height: 100%;
  }
  header.site-header .site-branding-container .header-logo .figure-wrapper {
    height: 100%;
  }
  header.site-header .site-branding-container .header-logo .figure-wrapper .figure-container {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  header.site-header .site-branding-container .header-logo .figure-wrapper .figure-container {
    justify-content: center;
  }
}
header.site-header .header-image-container .header-image .figure-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  header.site-header .header-image-container .header-image .figure-container {
    position: relative;
  }
  header.site-header .header-image-container .header-image .figure-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 14.8979591837%;
  }
  header.site-header .header-image-container .header-image .figure-container > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

body.page-registration h1.page-title, body.page-registration-requested h1.page-title, body.page-template-page-form h1.page-title {
  font-size: 1.35em;
  width: 40%;
}
body.page-registration fieldset legend, body.page-registration h4, body.page-registration-requested fieldset legend, body.page-registration-requested h4, body.page-template-page-form fieldset legend, body.page-template-page-form h4 {
  font-size: 1.15em;
  margin: 15px 0 30px 0;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  body.page-registration fieldset legend, body.page-registration h4, body.page-registration-requested fieldset legend, body.page-registration-requested h4, body.page-template-page-form fieldset legend, body.page-template-page-form h4 {
    width: 60%;
  }
}
body.page-registration div.disclaimer, body.page-registration-requested div.disclaimer, body.page-template-page-form div.disclaimer {
  background: #fff;
  padding: 10px 15px 5px 15px;
  margin: 0 0 15px 0;
  font-size: 1em;
}
body.page-registration div.disclaimer p, body.page-registration-requested div.disclaimer p, body.page-template-page-form div.disclaimer p {
  color: #000;
}
body.page-registration span.disclaimer-acceptance span.wpcf7-acceptance span.wpcf7-list-item, body.page-registration-requested span.disclaimer-acceptance span.wpcf7-acceptance span.wpcf7-list-item, body.page-template-page-form span.disclaimer-acceptance span.wpcf7-acceptance span.wpcf7-list-item {
  margin: 0;
}
body.page-registration span.accetta-condizioni, body.page-registration-requested span.accetta-condizioni, body.page-template-page-form span.accetta-condizioni {
  display: block;
}
body.page-registration span.accetta-condizioni span.wpcf7-list-item, body.page-registration-requested span.accetta-condizioni span.wpcf7-list-item, body.page-template-page-form span.accetta-condizioni span.wpcf7-list-item {
  margin-left: 0;
  display: block;
}
body.page-registration #primary.content-area div.wpcf7 form.wpcf7-form div.row p, body.page-registration-requested #primary.content-area div.wpcf7 form.wpcf7-form div.row p, body.page-template-page-form #primary.content-area div.wpcf7 form.wpcf7-form div.row p {
  margin-bottom: 0;
  font-size: 1em;
}
body.page-registration div.wpcf7 form.wpcf7-form label, body.page-registration-requested div.wpcf7 form.wpcf7-form label, body.page-template-page-form div.wpcf7 form.wpcf7-form label {
  max-width: 100%;
  width: 100%;
}
body.page-registration div.wpcf7 form.wpcf7-form label span input, body.page-registration-requested div.wpcf7 form.wpcf7-form label span input, body.page-template-page-form div.wpcf7 form.wpcf7-form label span input {
  max-width: 100%;
  width: 100%;
  padding: 0.32em 0.4em;
  margin-top: 0.2em;
}
body.page-registration div.wpcf7 form.wpcf7-form input.wpcf7-submit, body.page-registration-requested div.wpcf7 form.wpcf7-form input.wpcf7-submit, body.page-template-page-form div.wpcf7 form.wpcf7-form input.wpcf7-submit {
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
  padding: 0.7em;
  border-radius: 4px;
}
body.page-registration div.wpcf7 form.wpcf7-form div [data-id=user-provincia-group], body.page-registration-requested div.wpcf7 form.wpcf7-form div [data-id=user-provincia-group], body.page-template-page-form div.wpcf7 form.wpcf7-form div [data-id=user-provincia-group] {
  display: block;
  float: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  body.page-registration div.wpcf7 form.wpcf7-form div [data-id=user-provincia-group], body.page-registration-requested div.wpcf7 form.wpcf7-form div [data-id=user-provincia-group], body.page-template-page-form div.wpcf7 form.wpcf7-form div [data-id=user-provincia-group] {
    width: 100%;
  }
}
body.page-registration div.wpcf7 form.wpcf7-form span.user-provincia select, body.page-registration div.wpcf7 form.wpcf7-form span select.user-provincia, body.page-registration-requested div.wpcf7 form.wpcf7-form span.user-provincia select, body.page-registration-requested div.wpcf7 form.wpcf7-form span select.user-provincia, body.page-template-page-form div.wpcf7 form.wpcf7-form span.user-provincia select, body.page-template-page-form div.wpcf7 form.wpcf7-form span select.user-provincia {
  max-width: 100%;
  width: 100%;
  padding: 0.45em 0.4em 0.45em 0.15em;
  margin-top: 0.2em;
  border-radius: 3px;
}
body.page-registration button#reset-pass-submit, body.page-registration-requested button#reset-pass-submit, body.page-template-page-form button#reset-pass-submit {
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
  padding: 0.75em 0.7em 0.65em 0.7em;
  border-radius: 4px;
}

body.page-login.custom-background, body.page-registration.custom-background, body.page-registration-requested.custom-background, body.page-template-page-form.custom-background {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
body.page-login header.site-header .header-bottom, body.page-registration header.site-header .header-bottom, body.page-registration-requested header.site-header .header-bottom, body.page-template-page-form header.site-header .header-bottom {
  border-bottom: 5px solid #000;
}
@media screen and (min-width: 768px) {
  body.page-login header.site-header .site-branding-container, body.page-registration header.site-header .site-branding-container, body.page-registration-requested header.site-header .site-branding-container, body.page-template-page-form header.site-header .site-branding-container {
    min-height: 145px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  body.page-login header.site-header .site-branding-container, body.page-registration header.site-header .site-branding-container, body.page-registration-requested header.site-header .site-branding-container, body.page-template-page-form header.site-header .site-branding-container {
    height: auto;
  }
  body.page-login header.site-header .header-logo, body.page-registration header.site-header .header-logo, body.page-registration-requested header.site-header .header-logo, body.page-template-page-form header.site-header .header-logo {
    background: #fff;
  }
  body.page-login header.site-header .header-info, body.page-registration header.site-header .header-info, body.page-registration-requested header.site-header .header-info, body.page-template-page-form header.site-header .header-info {
    margin-top: 10px;
  }
}
body.page-login #content.site-content, body.page-registration #content.site-content, body.page-registration-requested #content.site-content, body.page-template-page-form #content.site-content {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  body.page-login #content.site-content, body.page-registration #content.site-content, body.page-registration-requested #content.site-content, body.page-template-page-form #content.site-content {
    margin-top: 0;
  }
}
body.page-login #main .dkpdf-button-container, body.page-registration #main .dkpdf-button-container, body.page-registration-requested #main .dkpdf-button-container, body.page-template-page-form #main .dkpdf-button-container {
  display: none;
}
body.page-login div.login-intro p, body.page-registration div.login-intro p, body.page-registration-requested div.login-intro p, body.page-template-page-form div.login-intro p {
  font-size: 1.4em;
}
body.page-login div.login-intro p.error-msg, body.page-registration div.login-intro p.error-msg, body.page-registration-requested div.login-intro p.error-msg, body.page-template-page-form div.login-intro p.error-msg {
  display: inline-block;
  padding: 0.15em 0.4em 0.1em 0.4em;
  font-weight: 700;
  font-size: 1.1em;
}
body.page-login .som-password-error-message, body.page-login .som-password-sent-message, body.page-registration .som-password-error-message, body.page-registration .som-password-sent-message, body.page-registration-requested .som-password-error-message, body.page-registration-requested .som-password-sent-message, body.page-template-page-form .som-password-error-message, body.page-template-page-form .som-password-sent-message {
  margin-top: 1em;
  border-radius: 0;
  font-size: 1.4em;
  display: inline-block;
  padding: 0.15em 0.4em 0.1em 0.4em;
  font-weight: 700;
  font-size: 1.1em;
  border: none;
}
@media screen and (min-width: 768px) {
  body.page-login form#loginform-custom p, body.page-registration form#loginform-custom p, body.page-registration-requested form#loginform-custom p, body.page-template-page-form form#loginform-custom p {
    padding-right: 15px;
  }
}
body.page-login form#loginform-custom p, body.page-registration form#loginform-custom p, body.page-registration-requested form#loginform-custom p, body.page-template-page-form form#loginform-custom p {
  font-size: 1.05em;
}
body.page-login form#loginform-custom p label, body.page-registration form#loginform-custom p label, body.page-registration-requested form#loginform-custom p label, body.page-template-page-form form#loginform-custom p label {
  width: 100%;
}
body.page-login form#loginform-custom p input, body.page-registration form#loginform-custom p input, body.page-registration-requested form#loginform-custom p input, body.page-template-page-form form#loginform-custom p input {
  max-width: 100%;
  width: 100%;
  padding: 0.32em 0.4em;
  margin-top: 0.2em;
}
body.page-login form#loginform-custom p.login-remember, body.page-registration form#loginform-custom p.login-remember, body.page-registration-requested form#loginform-custom p.login-remember, body.page-template-page-form form#loginform-custom p.login-remember {
  display: none;
}
body.page-login form#loginform-custom p.login-submit input, body.page-registration form#loginform-custom p.login-submit input, body.page-registration-requested form#loginform-custom p.login-submit input, body.page-template-page-form form#loginform-custom p.login-submit input {
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
  line-height: 1em;
  border-radius: 4px;
}
body.page-login #lostpasswordform #somfrp_user_info, body.page-registration #lostpasswordform #somfrp_user_info, body.page-registration-requested #lostpasswordform #somfrp_user_info, body.page-template-page-form #lostpasswordform #somfrp_user_info {
  width: 20em;
}
body.page-login .som-password-sent-message, body.page-registration .som-password-sent-message, body.page-registration-requested .som-password-sent-message, body.page-template-page-form .som-password-sent-message {
  width: auto;
}
body.page-login form.wpcf7-form .wpcf7-not-valid-tip, body.page-registration form.wpcf7-form .wpcf7-not-valid-tip, body.page-registration-requested form.wpcf7-form .wpcf7-not-valid-tip, body.page-template-page-form form.wpcf7-form .wpcf7-not-valid-tip {
  display: inline-block;
  position: relative;
  top: 0.1em;
  padding: 0 0.3em;
  font-size: 0.9em;
  font-weight: 500;
}
body.page-login .wpcf7 form .wpcf7-response-output,
body.page-login .wpcf7 form.invalid .wpcf7-response-output,
body.page-login .wpcf7 form.unaccepted .wpcf7-response-output, body.page-registration .wpcf7 form .wpcf7-response-output,
body.page-registration .wpcf7 form.invalid .wpcf7-response-output,
body.page-registration .wpcf7 form.unaccepted .wpcf7-response-output, body.page-registration-requested .wpcf7 form .wpcf7-response-output,
body.page-registration-requested .wpcf7 form.invalid .wpcf7-response-output,
body.page-registration-requested .wpcf7 form.unaccepted .wpcf7-response-output, body.page-template-page-form .wpcf7 form .wpcf7-response-output,
body.page-template-page-form .wpcf7 form.invalid .wpcf7-response-output,
body.page-template-page-form .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  margin: 0;
  font-weight: 500;
  margin-bottom: 2em;
}
body.page-login .wpcf7 form.invalid .wpcf7-response-output,
body.page-login .wpcf7 form.unaccepted .wpcf7-response-output, body.page-registration .wpcf7 form.invalid .wpcf7-response-output,
body.page-registration .wpcf7 form.unaccepted .wpcf7-response-output, body.page-registration-requested .wpcf7 form.invalid .wpcf7-response-output,
body.page-registration-requested .wpcf7 form.unaccepted .wpcf7-response-output, body.page-template-page-form .wpcf7 form.invalid .wpcf7-response-output,
body.page-template-page-form .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: red;
  color: #fff;
}
@media screen and (min-width: 768px) {
  body.page-login form#loginform-custom, body.page-registration form#loginform-custom, body.page-registration-requested form#loginform-custom, body.page-template-page-form form#loginform-custom {
    padding: 15px 0;
  }
  body.page-login form#loginform-custom p, body.page-registration form#loginform-custom p, body.page-registration-requested form#loginform-custom p, body.page-template-page-form form#loginform-custom p {
    width: 50%;
    float: left;
  }
  body.page-login form#loginform-custom p.login-submit, body.page-registration form#loginform-custom p.login-submit, body.page-registration-requested form#loginform-custom p.login-submit, body.page-template-page-form form#loginform-custom p.login-submit {
    margin-top: 50px;
    width: auto;
  }
  body.page-login form#loginform-custom p.login-submit input, body.page-registration form#loginform-custom p.login-submit input, body.page-registration-requested form#loginform-custom p.login-submit input, body.page-template-page-form form#loginform-custom p.login-submit input {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  body.page-login form#loginform-custom p, body.page-registration form#loginform-custom p, body.page-registration-requested form#loginform-custom p, body.page-template-page-form form#loginform-custom p {
    width: 100%;
  }
  body.page-login form#loginform-custom p label, body.page-registration form#loginform-custom p label, body.page-registration-requested form#loginform-custom p label, body.page-template-page-form form#loginform-custom p label {
    display: none;
  }
  body.page-login form#loginform-custom p input, body.page-registration form#loginform-custom p input, body.page-registration-requested form#loginform-custom p input, body.page-template-page-form form#loginform-custom p input {
    width: 100%;
    padding: 0.3em 0.4em 0.4em 0.4em;
  }
  body.page-login form#loginform-custom p.login-submit input, body.page-registration form#loginform-custom p.login-submit input, body.page-registration-requested form#loginform-custom p.login-submit input, body.page-template-page-form form#loginform-custom p.login-submit input {
    background: #000;
    color: #fff;
  }
  body.page-login div.login-outro .richiesta-info, body.page-login .login-intro, body.page-registration div.login-outro .richiesta-info, body.page-registration .login-intro, body.page-registration-requested div.login-outro .richiesta-info, body.page-registration-requested .login-intro, body.page-template-page-form div.login-outro .richiesta-info, body.page-template-page-form .login-intro {
    padding-top: 0;
  }
  body.page-login div.login-outro .richiesta-info, body.page-registration div.login-outro .richiesta-info, body.page-registration-requested div.login-outro .richiesta-info, body.page-template-page-form div.login-outro .richiesta-info {
    border-top: 5px solid #000;
  }
}
body.page-login div.login-outro, body.page-registration div.login-outro, body.page-registration-requested div.login-outro, body.page-template-page-form div.login-outro {
  margin-top: 30px;
}
body.page-login p.richiesta-info, body.page-login p.richiesta-registrazione, body.page-login p.reset-password, body.page-registration p.richiesta-info, body.page-registration p.richiesta-registrazione, body.page-registration p.reset-password, body.page-registration-requested p.richiesta-info, body.page-registration-requested p.richiesta-registrazione, body.page-registration-requested p.reset-password, body.page-template-page-form p.richiesta-info, body.page-template-page-form p.richiesta-registrazione, body.page-template-page-form p.reset-password {
  font-weight: 700;
  font-size: 1.15em;
}
body.page-login footer, body.page-registration footer, body.page-registration-requested footer, body.page-template-page-form footer {
  margin-top: 60px;
}

body.page-login form#loginform-custom p {
  font-size: 1em !important;
}
body.page-login form#loginform-custom p input#wp-submit {
  font-size: 0.9em;
  padding: 0.75em 0.7em 0.65em 0.7em;
}

.container-fluid.nav-container #site-navigation div.logo-container {
  z-index: 2;
}

/* deleteme 

#srm_gmp_embed_1 { position: absolute; top: 0; left: 0; }
div.wpforms-container-full .wpforms-form .wpforms-field-label { font-weight: normal; font-family: $font_p; }

div.wpcf7-response-output { margin: 2em 0; padding: 0.5em 1em; text-align: center; }
div.wpcf7-mail-sent-ok { border: 2px solid $color_main; }
*/
/* cookie notice
.cookie-notice-container .cn-button.bootstrap { text-shadow: none; background: #fff; color: #000; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; border: none; } */
footer#colophon {
  width: 100%;
}
footer#colophon > .container .site-info.row {
  font-weight: 600;
  background: none;
  border-top: 5px solid #000;
  margin: 0;
}
footer#colophon > .container .site-info.row p {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}
footer#colophon > .container .site-info.row p.f-user {
  text-align: right;
  text-transform: uppercase;
}
footer#colophon > .container .site-info.row p a {
  color: #000;
}
footer#colophon > .container .site-info.row p a:hover {
  text-decoration: none;
  zoom: 1;
}
footer#colophon > .container .site-info.row p a:visited {
  color: #000;
}
footer#colophon > .container .site-info.row a.univisual-ico {
  float: right;
  display: flex;
  padding: 0;
  margin: 15px 0 0 5px;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
}
footer#colophon > .container .site-info.row a.univisual-ico img {
  width: 16px;
}

@media screen and (max-width: 991px) {
  footer span.footer_user_name {
    display: none;
  }
}
/* Sticky footer styles
-------------------------------------------------- */
html.bmwp {
  position: relative;
  min-height: 100%;
}

@media screen and (max-width: 575px) {
  html.bmwp {
    position: absolute;
  }
}
body, body.page {
  margin-bottom: 65px;
  /* Margin bottom by footer height */
}

footer#colophon {
  position: absolute;
  bottom: 0;
  height: 65px;
  /* Set the fixed height of the footer here */
  line-height: 60px;
  /* Vertically center the text there */
}

.js-modal-btn-auto {
  display: none;
}

@media screen and (max-width: 1199px) {
  .page-template-default .main-navigation div > #primary-menu {
    margin-left: 0;
  }

  .nav-container nav#site-navigation.main-navigation div > ul.nav-menu li a {
    padding: 0 6px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container-fluid.nav-container {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid.nav-container #site-navigation.main-navigation .navbar-container {
    padding-right: 0;
  }
  .container-fluid.nav-container #site-navigation.main-navigation div.logo-container {
    padding-right: 0;
  }
  .container-fluid.nav-container #site-navigation.main-navigation div.navbar-collapse div > ul.nav-menu li a {
    padding: 0 12px;
  }
  .container-fluid.nav-container nav#site-navigation.main-navigation {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header#masthead.container {
    max-width: 100%;
  }

  footer#colophon.site-footer .container,
#primary.content-area.container {
    max-width: 100%;
  }

  #main .dkpdf-button-container {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .site-branding-container {
    height: 100px;
  }

  body.page-template-default #content.site-content {
    margin-top: 366px;
  }
  body.page-template-default header.site-header {
    position: absolute;
    top: 46px;
  }
  body.page-template-default header.site-header .header-info {
    background-color: #e3e3e3;
    height: 40px;
  }
  body.page-template-default.fixed_body {
    position: fixed;
    top: -46px;
  }
  body.page-template-default.logged_subscriber #content.site-content {
    margin-top: 320px;
  }
  body.page-template-default.logged_subscriber header.site-header {
    top: 0;
  }
  body.page-template-default.logged_subscriber.fixed_body {
    top: 0;
  }

  header.site-header {
    height: auto;
    margin-top: 0;
    position: relative;
    top: 0;
    z-index: 999;
  }
  header.site-header .site-branding.header-logo .figure-wrapper {
    padding: 0;
  }
  header.site-header .site-branding.header-logo .figure-wrapper .figure-container {
    display: flex;
    align-items: center;
    background-image: none !important;
    text-align: center;
    height: 100px;
    border: none;
    background-position: center;
    padding: 0;
    /* height: 80px; margin: 10px 0; se l'immagine del logo non ha margini */
  }
  header.site-header .site-branding.header-logo .figure-wrapper .figure-container img {
    margin: 0 auto;
  }
  header.site-header .header-info {
    display: flex;
    align-items: center;
  }
  header.site-header .header-info p.h-welcome {
    text-transform: none;
    margin: 0;
    text-align: right;
    color: #000;
    font-size: 0.9em;
  }
  header.site-header .header-info p.h-welcome .logout {
    font-size: 2em;
  }
  header.site-header .header-image-container {
    position: absolute;
    top: 195px;
    width: 100%;
  }
  header.site-header .header-image-container .header-image {
    padding: 0;
  }
  header.site-header .header-image-container .header-image .figure-container {
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  body.page-login header.site-header .header-info, body.page-registration header.site-header .header-info, body.page-registration-requested header.site-header .header-info, body.page-template-page-form header.site-header .header-info {
    display: block;
  }

  .nav-container {
    padding-top: 0;
  }
  .nav-container.sticky .logo-container {
    display: block !important;
  }

  .mobile-navbar {
    position: absolute;
    top: 140px;
    width: 100%;
    z-index: 1;
    min-height: 55px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: transparent;
  }
  .mobile-navbar .nav-container nav#site-navigation.main-navigation .navbar-container {
    position: absolute;
    padding-left: 0;
    margin: 0;
  }
  .mobile-navbar .nav-container nav#site-navigation.main-navigation .navbar-container .navbar-toggler-container {
    z-index: 999;
    position: -webkit-sticky;
    position: sticky;
    margin-left: -15px;
  }
  .mobile-navbar.sticky {
    position: fixed;
    top: 0;
  }
  .mobile-navbar.sticky .nav-container nav#site-navigation.main-navigation .navbar-container .navbar-toggler-container {
    /* position: fixed; */
    top: 0;
  }
  .mobile-navbar .mobile-title-container {
    display: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 55px;
    padding: 0 15px;
  }
  .mobile-navbar .mobile-title-container.visible {
    top: 55px;
    display: flex !important;
  }
  .mobile-navbar .mobile-title-container h2 {
    float: left;
    margin: 0;
    color: #fff;
    font-weight: 700;
    padding: 0;
    font-size: 1em;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #fff;
    height: 55px;
    line-height: 55px;
  }
  .mobile-navbar .mobile-title-container a {
    position: absolute;
    right: 0;
    height: 55px;
    width: 55px;
    display: block;
    text-decoration: none;
  }
  .mobile-navbar .mobile-title-container a i {
    color: #fff;
    margin: 0 auto;
  }
  .mobile-navbar .mobile-title-container a:hover, .mobile-navbar .mobile-title-container a:focus {
    text-decoration: none;
  }

  /* Sticky footer styles
  -------------------------------------------------- */
  body, body.page {
    margin-bottom: 45px;
    /* Sticky footer styles */
  }

  footer#colophon {
    height: 45px;
    /* Set the fixed height of the footer here */
    line-height: 40px;
    /* Vertically center the text there */
  }

  footer#colophon > .container .site-info.row a.univisual-ico {
    margin-top: 6px;
  }

  .navbar-toggler {
    border: none !important;
    background: transparent !important;
    float: right;
  }
  .navbar-toggler:hover {
    background: transparent !important;
  }
  .navbar-toggler .icon-bar {
    width: 26px;
    transition: all 0.2s;
    display: block;
    height: 2px;
    background: #fff;
    margin: 5px 0;
    position: relative;
    left: 4px;
    border-radius: 1px;
  }
  .navbar-toggler.collapsed .icon-bar {
    left: 0;
  }
  .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  .navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }
  .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
  }
  .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
  }

  .container-fluid.nav-container {
    padding: 0;
  }
  .container-fluid.nav-container #site-navigation div.logo-container {
    position: absolute;
    left: 0;
    top: 16px;
  }
  .container-fluid.nav-container #site-navigation .navbar-container a.logout {
    display: none;
  }
  .container-fluid.nav-container #site-navigation .navbar-container a.logout i {
    color: #fff;
  }

  .nav-container nav#site-navigation.main-navigation div > ul.nav-menu li {
    width: 100%;
  }
  .nav-container nav#site-navigation.main-navigation div > ul.nav-menu li:last-child {
    border: none;
  }
}
@media screen and (max-width: 575px) {
  .page-intro {
    padding-top: 0;
  }

  .nav-container nav#site-navigation.main-navigation .logo-container .navbar-brand.custom-logo-link,
.nav-container.sticky nav#site-navigation.main-navigation .logo-container .navbar-brand.custom-logo-link {
    padding: 0;
  }
  .nav-container nav#site-navigation.main-navigation .logo-container .navbar-brand.custom-logo-link img,
.nav-container.sticky nav#site-navigation.main-navigation .logo-container .navbar-brand.custom-logo-link img {
    width: 170px;
  }

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

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*# sourceMappingURL=style.css.map */
