html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 600;
}

h1 {
  margin: 0.67em 0;
}

mark {
  color: #111;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  border: 0;
  height: 1px;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  background: transparent;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #ccc;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
}

td,
th {
  padding: 0;
  line-height: 24px !important;
}

button,
input,
select,
textarea {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  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: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

ins,
mark {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

*,
:after,
:before {
  box-sizing: inherit;
}

body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.55;
  font-family: sans-serif;
  color: #666;
  overflow-x: hidden;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

ol,
ul {
  margin: 0 0 1.5em 3em;
}

ol {
  list-style: decimal;
}

li>ol,
li>ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
  color: #666;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 3px;
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  color: #111;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  transition: all 0.15s;
}

.main-navigation.scrolled {
  background: rgba(255, 255, 255, 1);
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  right: 0;
  position: fixed;
}

/* .main-navigation.scrolled .sub {
  display: none;
} */

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul li {
  width: 100%;
}

.main-navigation ul li.focus>ul,
.main-navigation ul li:hover>ul {
  left: auto;

}.main-navigation ul li:last-child.focus>ul,
.main-navigation ul li:last-child:hover>ul {
  left: unset;
  right: -20px;
  text-align: right;
}

.main-navigation ul ul li.focus>ul,
.main-navigation ul ul li:hover>ul {
  left: 100%;
}

.main-navigation.toggled ul,
.menu-toggle {
  display: block;
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
  margin: 0 0 3.5em;
  width: 100%;
  overflow: hidden;
}

.site-main {
  min-height: 360px;
  clear: both;
}

.nav-next,
.nav-previous {
  display: block;
  float: left;
}

.nav-previous {
  float: right;
  text-align: right;
}

.nav-previous a:after,
.nav-next a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 6px -6px;
}

.nav-next a:before {
  transform: scaleX(-1);
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #eee;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: var(--dark);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
  clear: both;
}

embed,
iframe,
object {
  max-width: 100%;
}

.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;
}

/*!---------- 1. GLOBAL STYLES ----------*/

ul {
  list-style: disc;
}

.main-container {
  clear: both;
}

hr {
  width: 300px;
  height: 2px;
  background: var(--color);
  margin: 50px auto;
  border: 0;
  background-size: contain;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.align-children {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.align-transform {
  position: relative;
  transform: translate3d(0, -50%, 0);
  top: 50%;
  z-index: 2;
}

/*!---------- 3. TYPOGRAPHY ----------*/

blockquote,
input,
ol,
p,
table,
textarea,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 24px;
  margin-top: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.1;
  font-weight: 400;
  color: #444;
  margin-bottom: 1rem;
  font-family: var(--title);
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: 48px;
  margin-bottom: 20px;
}

.serif h1,
.serif h2,
.serif h3,
.serif h4,
.serif h5,
.serif h6 {
  font-family: var(--italic);
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 900;
}

h1 {
  font-size: 44px;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 36px;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
  line-height: 1.3;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 12px;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

a {
  background-color: transparent;
  color: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
}

.entry-content {
  font-size: 18px;
  line-height: 1.8;
}

.entry-content p a {
  background-image: linear-gradient(transparent 90%, var(--light) 0%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #111;
  font-weight: 500;
}

blockquote {
  overflow: hidden;
  margin: 0;
}

/*!---------- 4. COLOURS ----------*/

.bg-primary {
  background: var(--color);
  color: #fff;
}

.bg-primary * {
  color: #fff;
}

.bg-primary-1 {
  background: var(--color1);
}

.bg-primary-1b {
  background: var(--color1b);
}

.bg-primary-2 {
  background: var(--color2);
}

.bg-primary-2b {
  background: var(--color2b);
}

.bg-secondary {
  background: #f1f1f1;
}

.bg-dark {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.9);
}

.bg-dark a {
  color: rgba(255, 255, 255, 0.9);
}

.bg-dark h3 {
  color: rgba(255, 255, 255, 0.9);
}

.site-footer h3 {
  text-transform: uppercase;
}

/*!---------- 5. SECTIONS ----------*/

section {
  padding: 48px 0;
  position: relative;
}

footer {
  padding: 48px 0;
  position: relative;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.full-screen {
  height: 100vh;
}

.bg-dark h3,
.bg-dark h5,
.bg-dark h6,
.bg-dark li,
.bg-dark p,
.bg-dark span,
.bg-primary h5,
.bg-primary p {
  color: #fefefe;
}

.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #111;
  background-size: cover !important;
  background-position: 50% 50% !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.background-image-holder img {
  display: none;
}

.background-image-holder.fadeIn {
  opacity: 1;
}

/*!---------- 6. BUTTONS ----------*/

.btn,
.button,
.wp-block-button__link {
  display: inline-block;
  padding: 5px 24px 6px;
  min-width: 150px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color);
  background: transparent;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid;
  margin-right: 8px;
  margin-bottom: 24px;
  font-family: var(--title);
}

.btn:last-child,
.btn:last-of-type {
  margin-right: 0;
}

.btn.active,
.btn:hover,
.button:hover {
  background: var(--dark);
  color: #fff;
}

.btn-lg {
  padding: 15px 24px 16px;
  min-width: 200px;
}

.btn-sm {
  font-size: 13px;
  min-width: 0;
}

.btn-filled,
.button,
.wp-block-button__link {
  background: var(--color);
  color: #fff !important;
  border-radius: 0;
}

.btn-transparent {
  background: #fff;
  color: var(--color) !important;
}

.btn-transparent:hover {
  background: var(--color);
  color: #fff !important;
}

.btn-white {
  color: #fff;
}

.btn-white:hover {
  background: #fff;
  color: #333;
}

.btn-filled:hover {
  background: var(--dark);
  color: #fff;
}

.btn-red {
  background: darkred;
  color: #fff;
}

.btn-rounded {
  border-radius: 50px;
}

input[type="submit"]:hover {
  background-color: var(--hover);
  color: #fff;
}

.ribbon {
  font-size: 16px;
  font-family: var(--title);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  background: var(--color);
  color: #fff;
  text-align: center;
  height: 3em;
  padding: 1em 1em;
  margin: 0 auto 1em;
  box-sizing: border-box;
  overflow-y: clip;
}

.ribbon:before,
.ribbon:after {
  content: "";
  position: absolute;
  display: block;
  border: 1.5em solid var(--color);
  z-index: -1;
  top: 0;
  transform: scaleX(0.5);
}

.ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}

.ribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}

/*!---------- 7. NAVIGATION ----------*/

.nav-container {
  max-width: 100%;
}

nav {
  max-width: 100%;
  position: relative;
  z-index: 100;
}

nav ul {
  margin-bottom: 0;
}

.module {
  display: inline-block;
}

.module-group {
  display: inline-block;
}

.module.left {
  float: left;
}

.module-group.right,
.module.right {
  float: right;
}

.nav-bar .btn,
nav .btn {
  margin: 0;
  height: auto;
}

.nav-bar,
.nav-bar .module {
  height: var(--menuheight);
  line-height: var(--menuheight);
  transition: all 0.3s;
}

/* .scrolled .nav-bar,
.scrolled .nav-bar .module,
.scrolled .nav-bar .module-group,
.scrolled .nav-bar > a,
.scrolled .menu > li {
  height: var(--menuheight-scrolled);
  line-height: var(--menuheight-scrolled);
} */

.nav-bar a {
  display: inline-block;
}

.logo {
  width: 220px;
  max-width: 14vw;
  min-width: 140px;
  max-height: 60%;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-container.scrolled {
  margin-top: var(--menuheight);
}

.menu>li:not(:last-child).dropdown {
  padding-right: 10px;
}

.menu>li:not(:last-child).dropdown:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  content: "\02C5";
  font-weight: 600;
}

.menu {
  width: 100%;
  /* height: var(--menuheight); */
}

.menu>li>a {
  font-family: var(--title);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #000;
  max-width: 100%;
  white-space: normal;
  display: inline;
}

.menu li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: calc(50% - 20px);
  left: 0;
  background-color: var(--color);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.menu li a:hover::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.menu li li a:hover::before,
.menu>li:last-child a:hover::before {
  visibility: hidden;
}

.menu li li.current-menu-item a::before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  visibility: visible;
  transform: unset;
  margin: 0 20px;
}

.menu>li {
  margin-right: 24px;
  float: left;
  position: relative;
  opacity: 1;
  height: var(--menuheight);
}

.menu>li:last-child {
  margin-right: 0;
}

.menu>li:last-child>a {
  background: var(--color);
  padding: 0px 15px 1px;
  color: white !important;
}

.menu>li ul {
  left: 0;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 99;
  top: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  margin-top: -1px;
  background: #fff;
}

.menu>li>ul>li {
  position: relative;
  line-height: 1.5;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
}

.menu>li>ul>.dropdown:after {
  color: #111;
  top: 3px;
  right: 24px;
  content: "\f105";
}

.menu>li>ul li a {
  height: auto;
  padding: 5px 20px;
  color: #333;
  width: 100%;
}

.menu>li>ul>li>ul {
  left: 100%;
  top: 0;
}

.menu>li:hover>ul,
.menu>li>ul>li:hover>ul {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

.menu .sub {
  display: block;
  color: #444;
  position: absolute;
  bottom: 22px;
  left: 0;
  font-size: 13px;
  line-height: 1;
  transition: all .2s ease;
}

.home .menu .sub,
.page-template-page-open-day.has_thumbnail .menu .sub,
.page-template-page-scuola .menu .sub {
  color: white;
}

.menu li a:hover+.sub {
  bottom: 13px;
}

.dropdown-menu {
  border-radius: 0;
}

.nav-open {
  max-height: 10000px !important;
  height: auto !important;
}

.nav-open #menu,
.nav-open .navbar-collapse {
  display: block;
}

.widget-handle:hover i {
  opacity: 1;
}

.widget-handle .function,
#loginLogout {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  cursor: default;
  position: absolute;
  z-index: 99;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  top: 30px;
  right: 0;
  background: #fff;
  width: 330px;
}

.widget-handle.toggle-search .function,
.toggle-profile #loginLogout {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

.widget-handle .title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  display: none;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.widget-handle .title:hover {
  opacity: 1;
}

.widget-handle .search-form {
  padding: 8px;
}

#loginLogout {
  padding: 10px;
  line-height: 1.25;
}

.widget-handle .search-form input[type="text"] {
  float: left;
  width: 80%;
}

.search-form input[type="text"] {
  width: 80%;
  float: left;
  margin: 0;
}

.btn.searchsubmit {
  min-width: 20%;
  padding: 0;
  margin: 0;
  width: 20%;
  float: left;
  border: 1px solid #ccc;
  border-left: none;
  height: 40px;
  font-weight: normal;
}

.btn.searchsubmit:hover {
  background-color: var(--hover);
  color: #fff;
}

.no-results {
  padding-top: 0;
  border-bottom: 0;
}

.no-results form.search-form {
  padding: 0;
  width: 100%;
}

.no-results form .searchsubmit {
  margin: 0;
}

.none {
  display: none;
}

/*!---------- 8. FORMS ----------*/

input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="date"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="number"],
select {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  margin-bottom: 16px;
  border-radius: 0;
}

textarea {
  overflow: auto;
  width: 100%;
  margin-bottom: 16px;
  padding: 16px 20px;
}

.bg-primary input[type="submit"] {
  background: #fff;
  color: var(--dark);
}

input[type="submit"]:focus {
  outline: 0;
}

.pagination {
  margin: 0;
}

.pagination li a {
  width: 32px;
  height: 32px;
  padding: 6px 0 0;
  text-align: center;
  margin: 0 4px;
  color: #111;
  font-weight: 400;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li.active:hover a {
  background: var(--color);
  color: #fff;
  border-color: var(--dark);
}

.main-container .nolist>ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

iframe {
  border: none;
}

.post-meta {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 12px;
}

.post-meta>li {
  float: left;
  margin-right: 24px;
}

.post-meta i {
  font-size: 16px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.content p.intro {
  padding-bottom: 20px;
  border-bottom: 3px double #ccc;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 155%;
  font-weight: 700;
  color: var(--dark);
}

.content.page {
  padding-bottom: 80px;
}

.content blockquote {
  padding: 30px 0px 30px 45px;
  font-family: Georgia, serif;
  position: relative;
}

.content blockquote p {
  font-style: italic;
  font-size: 21px;
  line-height: 1.4;
}

.content blockquote:after {
  content: "”";
  font-size: 100px;
  line-height: 78px;
  font-weight: 700;
  color: var(--light);
  position: absolute;
  top: 20px;
  left: 0;
}

.content blockquote cite {
  display: block;
  margin-top: 1.1em;
  font-size: 0.75em;
  line-height: 120%;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.content blockquote cite:before {
  content: "— ";
}

.wp-block-gallery {
  margin-left: 0;
}

.wp-block-gallery.alignright {
  margin-left: 1.5em;
}

.wp-block-gallery.alignleft {
  margin-right: 1.5em;
}

.content ul {
  list-style: disc;
}

.content ul ul {
  list-style: circle;
}

.content ol {
  list-style: decimal;
}

.content ol ol {
  list-style: lower-alpha;
}

.content ol ol,
.content ol ul,
.content ul ol,
.content ul ul {
  margin-bottom: 0;
}

.content li {
  margin-bottom: 0.5em;
  line-height: 170%;
}

.content table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 0.9em;
  width: 100%;
  margin-bottom: 1.1em;
}

.content td,
.content th {
  padding: 2%;
  margin: 0;
  overflow: visible;
  line-height: 120%;
  border-bottom: 1px solid #ccc;
}

.content th {
  padding-top: 0;
  font-weight: 700;
  color: #111;
}

.content table tbody>tr:nth-child(odd)>td {
  background: #f9f9f9;
}

.content ul.post-meta {
  margin-left: 0;
}

.content ul.post-meta li {
  list-style: none;
  margin-top: 0 !important;
}

.page-title-section {
  height: 140px;
  padding: 50px 0;
}

/*!---------- 19. IMAGE BLOCKS ----------*/

.image-small {
  max-height: 80px;
}

.fade-half {
  opacity: 0.5;
}

.cast-shadow {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

/*!---------- 21. FOOTER ----------*/

.back-to-top {
  position: fixed;
  display: none;
  right: 0;
  bottom: 0;
  margin: 15px !important;
  height: 36px;
  width: 36px;
  padding: 7px;
}

.back-to-top .fa {
  font-size: 18px;
  color: #bebebe;
}

.back-to-top:hover {
  opacity: 1;
}

.back-to-top {
  border-color: #bebebe;
}

.back-to-top:active,
.back-to-top:focus {
  color: #bebebe;
}

.back-to-top:hover {
  background: 0 0;
}

.footer input[type="submit"] {
  border: 0;
  margin-top: 3px;
}

.footer {
  font-size: 14px;
}

.footer .footer-credits {
  font-size: 12px;
}

/*!---------- 22. OTHER ----------*/

.botbord {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.feature-1 i {
  font-size: 64px;
}

.parallax-section {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}

.small-screen .top-parallax-section {
  overflow: hidden;
  padding: 146px 0;
}

.testimonial-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin-bottom: 16px;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

#social {
  background: transparent;
  float: right;
}

#social li {
  display: inline-block;
}

#social li,
#social ul {
  border: 0 !important;
  list-style: none;
  padding-left: 0;
  text-align: center;
}

#social .social_icon span {
  display: none;
}

#social li a[href*="twitter.com"] .fa:before,
.fa-twitter:before {
  content: "\f099";
}

#social li a[href*="facebook.com"] .fa:before,
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

#social li a[href*="github.com"] .fa:before,
.fa-github:before {
  content: "\f09b";
}

#social li a[href*="/feed"] .fa:before,
.fa-rss:before {
  content: "\f09e";
}

#social li a[href*="pinterest.com"] .fa:before,
.fa-pinterest:before {
  content: "\f0d2";
}

#social li a[href*="plus.google.com"] .fa:before,
.fa-google-plus:before {
  content: "\f0d5";
}

#social li a[href*="linkedin.com"] .fa:before,
.fa-linkedin:before {
  content: "\f0e1";
}

#social li a[href*="youtube.com"] .fa:before,
.fa-youtube:before {
  content: "\f167";
}

#social li a[href*="instagram.com"] .fa:before,
.fa-instagram:before {
  content: "\f16d";
}

#social li a[href*="flickr.com"] .fa:before,
.fa-flickr:before {
  content: "\f16e";
}

#social li a[href*="tumblr.com"] .fa:before,
.fa-tumblr:before {
  content: "\f173";
}

#social li a[href*="dribbble.com"] .fa:before,
.fa-dribbble:before {
  content: "\f17d";
}

#social li a[href*="skype.com"] .fa:before,
.fa-skype:before {
  content: "\f17e";
}

#social li a[href*="foursquare.com"] .fa:before,
.fa-foursquare:before {
  content: "\f180";
}

#social li a[href*="vimeo.com"] .fa:before,
.fa-vimeo-square:before {
  content: "\f194";
}

#social li a[href*="spotify.com"] .fa:before,
.fa-spotify:before {
  content: "\f1bc";
}

#social li a[href*="soundcloud.com"] .fa:before,
.fa-soundcloud:before {
  content: "\f1be";
}

/*!---------- 23. SPACING ----------*/

.mt5 {
  margin-top: 5px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb64 {
  margin-bottom: 64px;
}

.p24 {
  padding: 24px;
}

.p0 {
  padding: 0;
}

.pt48 {
  padding-top: 48px;
}

.ph48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt0 {
  padding-top: 0;
}

.pt16 {
  padding-top: 16px;
}