@import 'https://use.typekit.net/hnx7ogz.css'; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/**
 * TYPOGRAPY
 */
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5 {
  font-family: "cormorant-garamond", serif;
}

.h1, h1 {
  font-size: 62px;
}

.h2, h2 {
  font-size: 52px;
}

.h3, h3 {
  font-size: 28px;
}

.h4, h4 {
  font-size: 22px;
}

.h5, h5 {
  font-size: 18px;
}

.p, p {
  font-size: 16px;
}

ul li {
  font-size: 16px;
}

ul li {
  font-size: 16px;
}

html,
body {
  font-size: 16px;
  font-family: "sofia-pro", sans-serif;
  background-color: #FFFFFF !important;
  color: #000000;
}

strong, h1, h2, h3, h4, h5, h6, b, .more, ol > li::before, .cta a, .comment-reply-link, .comment-edit-link {
  font-family: "sofia-pro", sans-serif;
}

.main-container {
  padding: 80px 0 0 0;
}
@media only screen and (min-width: 1199px) {
  .main-container {
    padding: 110px 0 0 0;
  }
}

h1::after,
h2::after,
h3::after,
h4::after,
h5::after {
  display: none;
}

.wrapper {
  width: 100%;
}

.main-content img {
  border: 0;
}

.ac-container {
  max-width: 1360px;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
}
.ac-container--l {
  max-width: 1640px;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
}
.ac-container--m {
  max-width: 1080px;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
}
.ac-container--s {
  max-width: 810px;
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
}

.main-content img {
  background: transparent;
}

.ac-bg-gray {
  background-color: #F7F7F7;
}

.main-container .ac-btn {
  font-size: 16px;
  text-transform: uppercase;
  background-color: #66B22E;
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 27px;
  display: inline-block;
  margin: 20px 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.main-container .ac-btn:hover {
  color: #FFFFFF;
  padding: 15px 40px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.wp-block-button__link.wp-element-button {
  font-size: 16px;
  text-transform: uppercase;
  background-color: #66B22E;
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 27px;
  display: inline-block;
  margin: 20px 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.wp-block-button__link.wp-element-button:hover {
  color: #FFFFFF;
  padding: 15px 40px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.ac-full-w {
  width: 100%;
}
.ac-full-w .wp-block-button__link.wp-element-button {
  width: 100%;
}

.generic-page-content {
  padding: 50px 20px;
}
@media only screen and (min-width: 1199px) {
  .generic-page-content {
    padding: 100px 0;
  }
}
.generic-page-content li,
.generic-page-content p {
  font-size: 16px;
  line-height: 32px;
}
.generic-page-content h1,
.generic-page-content h2,
.generic-page-content h3,
.generic-page-content h4,
.generic-page-content h5 {
  font-weight: bold;
}
.generic-page-content h1 {
  font-size: 42px;
  margin: 30px 0 20px 0;
}
@media screen and (min-width: 1199px) {
  .generic-page-content h1 {
    font-size: 54px;
    margin: 50px 0 40px 0;
  }
}
.generic-page-content h2 {
  font-size: 40px;
  margin: 30px 0 20px 0;
}
@media screen and (min-width: 1199px) {
  .generic-page-content h2 {
    font-size: 48px;
    margin: 50px 0 40px 0;
  }
}
.generic-page-content h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1199px) {
  .generic-page-content h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.generic-page-content h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1199px) {
  .generic-page-content h4 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.generic-page-content h5 {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1199px) {
  .generic-page-content h5 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.generic-page-content a {
  text-decoration: underline;
  color: #000000;
}

@media only screen and (max-width: 1140px) {
  .wrapper, #content.widecolumn {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (min-width: 1199px) {
  .nav li a,
  body.home .nav li a {
    color: #000000;
  }
}

.header-container header {
  padding: 0 !important;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 20px 50px rgba(31, 2, 13, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header-container header.sticky {
  box-shadow: 0 20px 50px rgba(31, 2, 13, 0.1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header-container header .openmenu {
  margin-left: auto;
  height: 24px;
  width: 24px;
  background-image: url(../anguillesicanale/assets/2x_burger.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (min-width: 1199px) {
  .header-container header .openmenu {
    display: none;
  }
}
.header-container header .closemenu {
  margin-left: auto;
  height: 18px;
  width: 18px;
  background-image: url(../anguillesicanale/assets/2x_chiudi.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media only screen and (min-width: 1199px) {
  .header-container header .closemenu {
    display: none;
  }
}
.header-container header .ac-main-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 100%;
  overflow: scroll;
  padding: 0;
  background-image: url(../anguillesicanale/assets/2x_bg_menu.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header-container header .ac-main-menu.show {
  left: 0;
}
@media only screen and (min-width: 1199px) {
  .header-container header .ac-main-menu {
    display: flex;
    margin-left: auto;
    position: static;
    height: auto;
    width: auto;
    padding: 0;
    background-image: none;
    overflow: inherit;
  }
}
.header-container header .wrapper {
  padding: 20px;
  display: flex;
  align-items: center;
  width: 90%;
  border-bottom: 0;
  width: calc(100% - 40px);
}
@media only screen and (min-width: 1199px) {
  .header-container header .wrapper {
    max-width: 90%;
  }
}
.header-container header .logo {
  padding-bottom: 0;
}
.header-container header .logo img {
  width: inherit;
  max-height: 40px;
}
@media only screen and (min-width: 1199px) {
  .header-container header .logo img {
    max-height: 70px;
  }
}
.header-container header .nav a {
  font-family: "sofia-pro", sans-serif;
  padding: 10px 20px;
  font-size: 24px;
  color: #FFFFFF;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 1199px) {
  .header-container header .nav a {
    font-size: 20px;
    color: #000000;
    padding: 12px 20px;
    text-align: left;
  }
}
.header-container header #nav-wrap {
  float: none;
  width: 100%;
  margin-left: auto;
  margin-top: 0;
}
@media only screen and (min-width: 1199px) {
  .header-container header #nav-wrap {
    margin-left: auto;
    width: auto;
  }
}
.header-container header .nav li {
  float: none;
  display: block;
  padding: 0 30px;
}
@media only screen and (min-width: 1199px) {
  .header-container header .nav li {
    display: inline-flex;
  }
}
.header-container header #ac-nav li a:hover,
.header-container header nav li a:hover {
  background-color: transparent;
  color: #66B22E;
}
.header-container header .nav-parent.hover a,
.header-container header nav li.current-menu-item a,
.header-container header li.current-menu-parent a {
  background-color: transparent;
  color: #66B22E;
}
.header-container header #ac-nav .sub-menu {
  background-color: #FFFFFF;
  color: #000000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  top: 100%;
  left: -30px;
  margin: 0;
  display: none;
}
@media only screen and (min-width: 1199px) {
  .header-container header #ac-nav .sub-menu {
    position: absolute;
    display: none;
    min-width: 160px;
    -webkit-border-radius: 0px 3px 3px 3px;
    border-radius: 0px 3px 3px 3px;
    z-index: 10000;
    padding: 0 0 10px 0;
  }
}
.header-container header #ac-nav .sub-menu li a {
  color: #FFFFFF;
}
@media only screen and (min-width: 1199px) {
  .header-container header #ac-nav .sub-menu li a {
    color: #000000;
    font-size: 18px;
    padding: 6px 12px;
  }
}
.header-container header #ac-nav .sub-menu li a:hover {
  color: #66B22E;
}
@media only screen and (min-width: 1199px) {
  .header-container header #ac-nav li:hover ul {
    display: block;
  }
}
.header-container header #ac-nav li:hover ul li {
  display: block;
  padding: 0;
}
.header-container header #menu-icon {
  display: none !important;
}

footer {
  background-color: #66B22E !important;
  color: #FFFFFF;
  padding: 50px 20px;
}
@media only screen and (min-width: 1199px) {
  footer {
    padding: 50px 0;
  }
}
footer .wrapper {
  color: #FFFFFF;
}
footer .wrapper a,
footer .wrapper strong {
  color: #FFFFFF;
}
footer .foot-widgets {
  border-bottom: 0;
}
footer .ac-container {
  flex-direction: column;
}
@media only screen and (min-width: 1199px) {
  footer .ac-container {
    flex-direction: row;
  }
}
footer .ac-datifooter {
  width: 100%;
  max-width: 100%;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1199px) {
  footer .ac-datifooter {
    width: 100%;
    max-width: 40%;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
footer .ac-datifooter a,
footer .ac-datifooter strong {
  color: #FFFFFF;
}
footer .ac-footer-menu {
  width: 100%;
  max-width: 100%;
  color: #FFFFFF;
}
@media only screen and (min-width: 1199px) {
  footer .ac-footer-menu {
    width: 100%;
    max-width: 60%;
  }
}
footer .ac-footer-menu a,
footer .ac-footer-menu strong {
  color: #FFFFFF;
}
footer .ac-footer-menu .menu-footermenu-container {
  display: flex;
}
footer .ac-footer-menu .menu {
  display: block;
  margin-left: auto;
  list-style: none;
  width: 100%;
}
@media only screen and (min-width: 1199px) {
  footer .ac-footer-menu .menu {
    display: inline-flex;
    margin-left: auto;
    width: auto;
  }
}
footer .ac-footer-menu .menu li {
  display: block;
}
@media only screen and (min-width: 1199px) {
  footer .ac-footer-menu .menu li {
    display: inline-block;
    padding: 0 0 0 30px;
  }
}
footer .ac-footer-menu .menu li a {
  font-weight: bold;
  color: #FFFFFF;
}
footer .ac-footer-menu .widget.widget_nav_menu ul li a {
  color: #FFFFFF;
}
footer .ac-footer-menu .widget.widget_nav_menu ul li a:hover {
  color: #FFFFFF;
}
footer .ac-footer-menu .widget.widget_block {
  display: flex;
  margin-top: 20px;
}
footer .ac-footer-menu .widget.widget_block .wp-block-social-links {
  margin-left: auto;
  display: inline-flex;
  flex-wrap: inherit;
  border-top: 1px solid #FFFFFF;
  margin-top: 20px;
  padding-top: 20px;
  width: 100%;
}
@media only screen and (min-width: 1199px) {
  footer .ac-footer-menu .widget.widget_block .wp-block-social-links {
    width: auto;
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
footer .ac-footer-menu .widget.widget_block .wp-block-social-links .wp-social-link-linkedin .wp-block-social-link-anchor {
  background-image: url(../anguillesicanale/assets/2x_ico_linkedin.png);
  padding: 0;
  height: 24px;
  width: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
footer .ac-footer-menu .widget.widget_block .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: transparent;
  color: transparent;
}

.ac-hero-homepage {
  position: relative;
}
.ac-hero-homepage .wp-block-group__inner-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  max-height: 610px;
  position: relative;
}
.ac-hero-homepage .wp-block-group__inner-container video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ac-hero-homepage .wp-block-group__inner-container .ac-hero-homepage--text {
  z-index: 1;
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 1199px) {
  .ac-hero-homepage .wp-block-group__inner-container .ac-hero-homepage--text {
    max-width: 600px;
    margin-left: 20%;
    padding: 0;
    text-align: left;
  }
}
.ac-hero-homepage .wp-block-group__inner-container .ac-hero-homepage--text h1 {
  color: #FFFFFF;
  font-weight: bold;
  font-family: "cormorant-garamond", serif;
  font-size: 54px;
}
@media only screen and (min-width: 1199px) {
  .ac-hero-homepage .wp-block-group__inner-container .ac-hero-homepage--text h1 {
    font-size: 62px;
  }
}
.ac-hero-homepage .wp-block-group__inner-container .ac-hero-homepage--text h1 strong {
  color: #FFFFFF;
  font-family: "cormorant-garamond", serif;
}
.ac-hero-homepage .wp-block-group__inner-container .ac-hero-homepage--text h1::after {
  display: none;
}
.ac-hero-homepage .wp-block-group__inner-container .ac-hero-homepage--text p {
  color: #FFFFFF;
  font-size: 20px;
}
@media only screen and (min-width: 1199px) {
  .ac-hero-homepage .wp-block-group__inner-container .ac-hero-homepage--text p {
    font-size: 22px;
  }
}
.ac-hero-homepage .wp-block-group__inner-container .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(42, 75, 154, 0.4), rgba(42, 75, 154, 0.9));
}

.ac-studio-home {
  max-width: 80%;
  padding: 40px 0;
  text-align: left;
}
@media only screen and (min-width: 1199px) {
  .ac-studio-home {
    max-width: 810px;
    text-align: center;
    padding: 120px 0;
  }
}
.ac-studio-home h3 {
  font-size: 48px;
  font-family: "cormorant-garamond", serif;
  color: #66B22E;
  font-weight: bold;
  margin: 0;
}
@media only screen and (min-width: 1199px) {
  .ac-studio-home h3 {
    font-size: 52px;
  }
}
.ac-studio-home p {
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}
@media only screen and (min-width: 1199px) {
  .ac-studio-home p {
    font-size: 22px;
    line-height: 32px;
    margin: 20px 0 0 0;
  }
}

.ac-chisiamo-homepage {
  background-color: #F7F7F7;
}
@media only screen and (min-width: 1199px) {
  .ac-chisiamo-homepage {
    background-color: transparent;
  }
}
.ac-chisiamo-homepage--text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ac-chisiamo-homepage--text > div {
  max-width: 80%;
}
@media only screen and (min-width: 1199px) {
  .ac-chisiamo-homepage--text > div {
    max-width: 70%;
  }
}
.ac-chisiamo-homepage--text h3 {
  font-size: 48px;
  font-family: "cormorant-garamond", serif;
  color: #66B22E;
  font-weight: bold;
}
@media only screen and (min-width: 1199px) {
  .ac-chisiamo-homepage--text h3 {
    font-size: 52px;
  }
}
.ac-chisiamo-homepage--text h4 {
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (min-width: 1199px) {
  .ac-chisiamo-homepage--text h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.ac-chisiamo-homepage--text p {
  font-size: 16px;
}
.ac-chisiamo-homepage--text .wp-block-buttons > .wp-block-button {
  width: 100%;
}
@media only screen and (min-width: 1199px) {
  .ac-chisiamo-homepage--text .wp-block-buttons > .wp-block-button {
    width: auto;
  }
  .ac-chisiamo-homepage--text .wp-block-buttons > .wp-block-button a {
    width: auto;
  }
}
.ac-chisiamo-homepage--text .wp-block-buttons > .wp-block-button a {
  width: 100%;
}

.wp-block-column.slider-clienti.is-layout-flow.slick-initialized.slick-slider img {
  max-height: 100px;
  display: block;
  width: auto;
  margin: 0 auto;
}

.ac-slider-servizi {
  padding: 40px 0;
}
@media only screen and (min-width: 1199px) {
  .ac-slider-servizi {
    padding: 120px 0 0 0;
  }
}
.ac-slider-servizi--title {
  text-align: center;
}
.ac-slider-servizi--title h3 {
  font-size: 48px;
  font-family: "cormorant-garamond", serif;
  color: #66B22E;
  font-weight: bold;
}
@media only screen and (min-width: 1199px) {
  .ac-slider-servizi--title h3 {
    font-size: 52px;
  }
}
.ac-slider-servizi--title p {
  font-size: 20px;
}
@media only screen and (min-width: 1199px) {
  .ac-slider-servizi--title p {
    font-size: 22px;
  }
}
.ac-slider-servizi .slick-dots li {
  padding: 0;
  margin: 0;
  height: 20px;
  width: 20px;
  display: inline-block;
}
.ac-slider-servizi .slick-dots li::before {
  display: none;
}
.ac-slider-servizi .slick-dots li button::before {
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #66B22E;
}

.ac-affidati-professionisti {
  padding: 0;
}
@media only screen and (min-width: 1199px) {
  .ac-affidati-professionisti {
    padding: 120px 0;
  }
}
.ac-affidati-professionisti .ac-bg-gray {
  padding: 0 20px;
}
@media only screen and (min-width: 1199px) {
  .ac-affidati-professionisti .ac-bg-gray {
    padding: 0;
  }
}

.ac-affidati-professionisti--title-w {
  text-align: center;
}
.ac-affidati-professionisti--title-w h3 {
  font-size: 48px;
  font-family: "cormorant-garamond", serif;
  color: #66B22E;
  font-weight: bold;
}
@media only screen and (min-width: 1199px) {
  .ac-affidati-professionisti--title-w h3 {
    font-size: 52px;
  }
}
.ac-affidati-professionisti--title-w p {
  font-size: 20px;
}
@media only screen and (min-width: 1199px) {
  .ac-affidati-professionisti--title-w p {
    font-size: 22px;
  }
}
.ac-affidati-professionisti--content {
  flex-direction: column;
  padding: 40px 0;
}
@media only screen and (min-width: 1199px) {
  .ac-affidati-professionisti--content {
    padding: 80px 0;
  }
}
.ac-affidati-professionisti--cards {
  gap: 2em;
}
@media only screen and (min-width: 1199px) {
  .ac-affidati-professionisti--cards {
    gap: 4em;
  }
}
.ac-affidati-professionisti--cards .wp-block-button.ac-full-w {
  max-width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 1199px) {
  .ac-affidati-professionisti--cards .wp-block-button.ac-full-w {
    max-width: 300px;
  }
}
.ac-affidati-professionisti--card {
  padding: 20px;
  text-align: center;
  position: relative;
  background-color: #FFFFFF;
  max-width: 90%;
}
@media only screen and (min-width: 1199px) {
  .ac-affidati-professionisti--card {
    background-color: transparent;
    max-width: inherit;
    padding: 0 20px;
  }
}
.ac-affidati-professionisti--card::before {
  content: "";
  height: 16px;
  width: 27px;
  background-image: url(../anguillesicanale/assets/2x_ico_freccia_destra.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  position: absolute;
  right: -20px;
  top: 150px;
  transform: translateY(-45px);
  display: none;
}
@media only screen and (min-width: 1199px) {
  .ac-affidati-professionisti--card::before {
    display: block;
  }
}
.ac-affidati-professionisti--card::after {
  content: "";
  height: 16px;
  width: 27px;
  background-image: url(../anguillesicanale/assets/2x_ico_freccia_destra.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  position: absolute;
  right: -20px;
  top: 150px;
  transform: translateY(-45px);
  display: none;
}
@media only screen and (min-width: 1199px) {
  .ac-affidati-professionisti--card::after {
    display: block;
  }
}
.ac-affidati-professionisti--card img {
  height: 40px;
  width: auto;
}
.ac-affidati-professionisti--card:last-of-type::after {
  display: none;
}
.ac-affidati-professionisti--card:last-of-type::before {
  display: none;
}
.ac-affidati-professionisti--card h4 {
  font-size: 22px;
  font-weight: bold;
  color: #66B22E;
  min-height: 44px;
}
.ac-affidati-professionisti--card p {
  font-size: 16px;
}

.ac-banner-cit {
  padding: 70px 20px;
  background-image: url(../anguillesicanale/assets/banner_citazione.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media only screen and (min-width: 1199px) {
  .ac-banner-cit {
    padding: 120px 0;
  }
}
.ac-banner-cit h3 {
  font-size: 38px;
  font-family: "cormorant-garamond", serif;
  color: #FFFFFF;
  line-height: 46px;
}
@media only screen and (min-width: 1199px) {
  .ac-banner-cit h3 {
    font-size: 54px;
    line-height: 64px;
  }
}
.ac-banner-cit p {
  font-size: 26px;
  font-family: "cormorant-garamond", serif;
  font-style: italic;
  color: #FFFFFF;
}
@media only screen and (min-width: 1199px) {
  .ac-banner-cit p {
    font-size: 28px;
  }
}

.ac-blocco-dove-siamo .is-layout-flex {
  gap: 0;
  margin: 0;
}
.ac-blocco-dove-siamo--text-container {
  background-color: #2A4B9A;
  display: flex;
  align-items: center;
}
.ac-blocco-dove-siamo--text-container > div {
  width: calc(680px + 5%);
  max-width: 100%;
  margin-left: auto !important;
  padding-right: 80px;
}
.ac-blocco-dove-siamo--text {
  color: #FFFFFF;
  display: none;
}
@media only screen and (min-width: 1199px) {
  .ac-blocco-dove-siamo--text {
    display: block;
  }
}
.ac-blocco-dove-siamo--text h3 {
  font-size: 55px;
  font-family: "cormorant-garamond", serif;
  color: #FFFFFF;
  font-weight: bold;
}
.ac-blocco-dove-siamo--text p {
  font-size: 18px;
  color: #FFFFFF;
}
.ac-blocco-dove-siamo--text p strong {
  color: #FFFFFF;
}
.ac-blocco-dove-siamo--text p a {
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}
.ac-blocco-dove-siamo--text p a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
.ac-blocco-dove-siamo--mappa {
  min-height: 700px;
}
.ac-blocco-dove-siamo--mappa iframe {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-height: none;
}

.ac-header-pages {
  background-image: url(../anguillesicanale/assets/testata_pagine_interne.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 20px;
}
@media only screen and (min-width: 1199px) {
  .ac-header-pages {
    padding: 70px 0;
    min-height: 200px;
  }
}
.ac-header-pages div {
  margin: 0;
}
.ac-header-pages h1 {
  color: #FFFFFF;
  text-align: center;
  font-family: "cormorant-garamond", serif;
  font-size: 36px;
  margin: 0;
  font-weight: bold;
}
@media only screen and (min-width: 1199px) {
  .ac-header-pages h1 {
    font-size: 62px;
  }
}

.ac-bloccho-img-text {
  margin: 0;
}
@media only screen and (min-width: 1199px) {
  .ac-bloccho-img-text {
    margin: 80px 0;
  }
}
.ac-bloccho-img-text .ac-container {
  flex-direction: row;
}
.ac-bloccho-img-text .ac-container.invert-column {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1199px) {
  .ac-bloccho-img-text .ac-container.invert-column {
    flex-direction: row;
  }
}
.ac-bloccho-img-text--img {
  margin: 0;
}
.ac-bloccho-img-text--img img {
  margin: 0;
}
.ac-bloccho-img-text--text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 1199px) {
  .ac-bloccho-img-text--text {
    margin-bottom: 0 !important;
  }
}
.ac-bloccho-img-text--text h3 {
  font-size: 38px;
  color: #66B22E;
  font-family: "cormorant-garamond", serif;
  font-weight: bold;
}
@media only screen and (min-width: 1199px) {
  .ac-bloccho-img-text--text h3 {
    font-size: 52px;
  }
}
.ac-bloccho-img-text--text h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1199px) {
  .ac-bloccho-img-text--text h4 {
    font-size: 22px;
  }
}
.ac-bloccho-img-text--text p {
  font-size: 16px;
}
@media only screen and (min-width: 1199px) {
  .ac-bloccho-img-text--text p {
    font-size: 18px;
  }
}
.ac-bloccho-img-text--wraptext {
  max-width: 80%;
}

.ac-servizi-page {
  padding: 0 20px 70px 20px;
}
@media only screen and (min-width: 1199px) {
  .ac-servizi-page {
    padding: 0 0 120px 0;
  }
}
.ac-servizi-page .ac-container--m {
  flex-direction: row;
}
.ac-servizi-page--intro {
  padding: 80px 0 50px 0;
  text-align: center;
  flex-direction: column;
}
.ac-servizi-page--intro h3 {
  font-size: 48px;
  color: #66B22E;
  font-family: "cormorant-garamond", serif;
  font-weight: bold;
  margin: 0;
}
@media only screen and (min-width: 1199px) {
  .ac-servizi-page--intro h3 {
    font-size: 52px;
  }
}
.ac-servizi-page--intro p {
  font-size: 20px;
}
@media only screen and (min-width: 1199px) {
  .ac-servizi-page--intro p {
    font-size: 22px;
  }
}

.ac-servizi-page--row-grid {
  padding-bottom: 40px;
}
.ac-servizi-page--row-grid .is-layout-flow.wp-block-column {
  align-items: stretch;
  display: flex;
}

.ac-box-servizio-singolo {
  position: relative;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 30px 50px;
  height: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transform: scale(1);
}
.ac-box-servizio-singolo:hover {
  transform: scale(1.1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.ac-box-servizio-singolo img {
  max-height: 160px;
  width: auto;
  display: table;
  margin: 30px auto;
}
.ac-box-servizio-singolo h4 {
  font-size: 18px;
  color: #66B22E;
  font-weight: bold;
}
.ac-box-servizio-singolo p {
  font-size: 16px;
}
.ac-box-servizio-singolo .wp-block-button__link.wp-element-button {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.ac-approfondimenti--items {
  padding: 70px 20px;
}
@media only screen and (min-width: 1199px) {
  .ac-approfondimenti--items {
    padding: 120px 0;
  }
}
.ac-approfondimenti--items .post {
  background-color: #FFFFFF;
  padding: 20px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1199px) {
  .ac-approfondimenti--items .post {
    padding: 40px 0;
  }
}
.ac-approfondimenti--items .post .date {
  color: #6A6A6A;
  font-size: 16px;
  margin: 0;
}
.ac-approfondimenti--items .post h2 {
  font-size: 22px;
  color: #66B22E;
}
.ac-approfondimenti--items .post h2 a {
  color: #66B22E;
}
.ac-approfondimenti--items .post a.more {
  color: #66B22E;
  text-transform: uppercase;
  font-size: 20px;
  padding: 3px;
  border-bottom: 1px solid #66B22E;
  font-weight: bold;
}
.ac-approfondimenti--items .post a.more::before {
  display: none;
}
.ac-approfondimenti--items .post p {
  font-size: 18px;
  line-height: 26px;
}

ul.page-numbers li {
  font-family: "sofia-pro", sans-serif;
  font-weight: normal;
}
ul.page-numbers li .page-numbers.current {
  color: #66B22E;
}
ul.page-numbers li .page-numbers:hover {
  color: #66B22E;
}
ul.page-numbers li a.next {
  text-indent: -1000000px;
  padding: 0;
  height: 30px;
  width: 30px;
  background-color: transparent !important;
  background-image: url(../anguillesicanale/assets/2x_ico_freccia_destra_carousel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}
ul.page-numbers li a.prev {
  text-indent: -1000000px;
  padding: 0;
  height: 30px;
  width: 30px;
  background-color: transparent !important;
  background-image: url(../anguillesicanale/assets/2x_ico_freccia_sinistra_carousel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}

.single.single-post .main-content {
  float: none;
  width: 100%;
}
.single.single-post .ac-header-pages h1 {
  max-width: 1200px;
  margin: 0 auto;
}

.content-post {
  padding-bottom: 50px;
}
@media only screen and (min-width: 1199px) {
  .content-post {
    padding-bottom: 80px;
  }
}
.content-post .meta.date {
  padding: 10px 20px;
  font-size: 16px;
  color: #000000;
}
@media only screen and (min-width: 1199px) {
  .content-post .meta.date {
    padding: 10px 20px;
  }
}

#the-content {
  padding: 20px;
}
@media only screen and (min-width: 1199px) {
  #the-content {
    padding: 50px 0 0 0;
  }
}
#the-content p {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (min-width: 1199px) {
  #the-content p {
    font-size: 20px;
    line-height: 32px;
  }
}
#the-content .wp-block-file {
  background-color: #F7F7F7;
  margin: 40px 0 40px 0;
  border-radius: 40px;
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 30px;
}
#the-content .wp-block-file a {
  color: #66B22E;
  font-size: 18px;
}
#the-content .wp-block-file a.wp-block-file__button {
  font-size: 16px;
  text-transform: uppercase;
  background-color: #66B22E;
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 27px;
  display: inline-block;
  margin: 0 0 0 auto;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#the-content .wp-block-file a.wp-block-file__button:hover {
  color: #FFFFFF;
  padding: 15px 40px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.paging.nav-posts {
  margin: 40px 0;
  display: block;
  justify-content: space-between;
  padding: 20px 0 0 0;
  border-top: 1px solid #F7F7F7;
}
@media only screen and (min-width: 1199px) {
  .paging.nav-posts {
    display: flex;
  }
}
.paging.nav-posts .prev-link,
.paging.nav-posts .next-link {
  max-width: 100%;
  margin: 0 0 20px 0;
  width: 100%;
}
@media only screen and (min-width: 1199px) {
  .paging.nav-posts .prev-link,
  .paging.nav-posts .next-link {
    max-width: 50%;
    width: 100%;
    margin: 0;
  }
}
.paging.nav-posts .prev-link a {
  padding-left: 40px;
  background-image: url(../anguillesicanale/assets/2x_ico_freccia_sinistra.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 27px;
  display: table;
  margin-right: auto;
  font-size: 16px;
  color: #000000;
  margin-left: 20px;
}
@media only screen and (min-width: 1199px) {
  .paging.nav-posts .prev-link a {
    margin-left: 0;
  }
}
.paging.nav-posts .prev-link a span {
  display: block;
  font-size: 18px;
  color: #66B22E;
  font-weight: bold;
}
.paging.nav-posts .next-link a {
  padding-right: 40px;
  background-image: url(../anguillesicanale/assets/2x_ico_freccia_destra.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-size: 27px;
  display: table;
  margin-left: auto;
  font-size: 16px;
  color: #000000;
  margin-right: 20px;
  text-align: right;
  border-top: 1px solid #F7F7F7;
}
@media only screen and (min-width: 1199px) {
  .paging.nav-posts .next-link a {
    margin-right: 0;
    border-top: none;
  }
}
.paging.nav-posts .next-link a span {
  display: block;
  font-size: 18px;
  color: #66B22E;
  font-weight: bold;
}
.paging.nav-posts a {
  max-width: 70%;
}

.intro-servizio {
  padding: 40px 20px;
}
@media only screen and (min-width: 1199px) {
  .intro-servizio {
    padding: 80px 0;
  }
}
.intro-servizio p {
  font-size: 18px;
}
@media only screen and (min-width: 1199px) {
  .intro-servizio p {
    font-size: 20px;
  }
}

.attivita-servizio {
  padding: 40px 20px;
}
@media only screen and (min-width: 1199px) {
  .attivita-servizio {
    padding: 80px 0;
  }
}
.attivita-servizio h3 {
  font-size: 36px;
  color: #66B22E;
  font-family: "cormorant-garamond", serif;
  font-weight: bold;
  margin: 20px 0;
}
@media only screen and (min-width: 1199px) {
  .attivita-servizio h3 {
    font-size: 52px;
  }
}
.attivita-servizio h3 strong {
  font-size: 36px;
  color: #66B22E;
  font-family: "cormorant-garamond", serif;
  font-weight: bold;
  margin: 0;
}
@media only screen and (min-width: 1199px) {
  .attivita-servizio h3 strong {
    font-size: 52px;
  }
}
.attivita-servizio p {
  font-size: 18px;
}
@media only screen and (min-width: 1199px) {
  .attivita-servizio p {
    font-size: 20px;
  }
}
.attivita-servizio ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 20px;
}
@media only screen and (min-width: 1199px) {
  .attivita-servizio ul {
    padding-left: 40px;
  }
}
.attivita-servizio ul li {
  padding: 0 0 10px 0;
  list-style-type: disc;
  font-size: 20px;
  line-height: 32px;
}
.attivita-servizio ul li::marker {
  list-style-type: disc;
  list-style-position: inside;
  color: #66B22E;
  font-size: 24px;
  line-height: 32px;
}
.attivita-servizio ul li::before {
  display: none;
}

.form-contatti {
  padding: 0;
}
@media only screen and (min-width: 1199px) {
  .form-contatti {
    padding: 100px 0;
  }
}
.form-contatti .is-layout-flex {
  margin: 0;
}
.form-contatti .ac-bg-gray {
  padding: 50px 20px;
}
@media only screen and (min-width: 1199px) {
  .form-contatti .ac-bg-gray {
    padding: 70px 0;
  }
}
.form-contatti--titleform h3 {
  font-size: 48px;
  color: #66B22E;
  font-family: "cormorant-garamond", serif;
  font-weight: bold;
  margin: 0;
}
@media only screen and (min-width: 1199px) {
  .form-contatti--titleform h3 {
    font-size: 52px;
  }
}
.form-contatti--titleform h3 strong {
  font-size: 48px;
  color: #66B22E;
  font-family: "cormorant-garamond", serif;
  font-weight: bold;
  margin: 0;
}
@media only screen and (min-width: 1199px) {
  .form-contatti--titleform h3 strong {
    font-size: 52px;
  }
}
.form-contatti--titleform p {
  font-size: 16px;
}
@media only screen and (min-width: 1199px) {
  .form-contatti--titleform p {
    font-size: 18px;
  }
}
.form-contatti .ac-modulo-contatto {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.form-contatti .ac-modulo-contatto form {
  margin-top: 30px;
}
@media only screen and (min-width: 1199px) {
  .form-contatti .ac-modulo-contatto form {
    margin-top: 3em;
  }
}
.form-contatti .ac-modulo-contatto p {
  width: 100%;
  margin: 0;
}
.form-contatti .ac-modulo-contatto label {
  font-size: 16px;
  font-weight: normal;
  font-family: "sofia-pro", sans-serif;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1199px) {
  .form-contatti .ac-modulo-contatto label {
    font-size: 18px;
  }
}
.form-contatti .ac-modulo-contatto .wpcf7-form-control-wrap {
  margin-top: 5px;
  display: block;
}
.form-contatti .ac-modulo-contatto--field50 {
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 1199px) {
  .form-contatti .ac-modulo-contatto--field50 {
    max-width: 50%;
    width: calc(100% - 10px);
  }
}
.form-contatti .ac-modulo-contatto--field50 textarea,
.form-contatti .ac-modulo-contatto--field50 input {
  width: 100%;
}
.form-contatti .ac-modulo-contatto--field100 {
  display: flex;
  max-width: 100%;
  width: 100%;
}
.form-contatti .ac-modulo-contatto--field100 textarea,
.form-contatti .ac-modulo-contatto--field100 input {
  width: 100%;
}
.form-contatti .ac-modulo-contatto .wrap-accettazione {
  display: flex;
  font-size: 12px;
  line-height: 18px;
  margin-top: 12px;
}
.form-contatti .ac-modulo-contatto .wrap-accettazione .wpcf7-list-item {
  margin: 0;
  padding: 0 10px 0 0;
}
.form-contatti .ac-modulo-contatto .wrap-accettazione .wpcf7-list-item input {
  vertical-align: top;
}
.form-contatti .ac-modulo-contatto span.wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
  font-weight: normal;
}
.form-contatti .wpcf7-response-output {
  background-color: #66B22E;
  color: #FFFFFF;
  border: none;
  padding: 10px;
  border-radius: 6px;
  margin: 10px 0;
}
.form-contatti .wpcf7 form.invalid .wpcf7-response-output {
  background-color: red;
  color: #FFFFFF;
  border: none;
  padding: 10px;
  border-radius: 6px;
  margin: 10px 0;
}
.form-contatti input[type=submit] {
  font-size: 16px;
  text-transform: uppercase;
  background-color: #66B22E;
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 27px;
  display: inline-block;
  margin: 20px 0;
  display: flex;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  justify-content: center;
}
@media only screen and (min-width: 1199px) {
  .form-contatti input[type=submit] {
    max-width: 50%;
    width: calc(100% - 10px);
    margin-left: auto;
  }
}
.form-contatti input[type=submit]:hover {
  color: #FFFFFF;
  padding: 15px 40px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.container-slider-servizi {
  max-width: 1360px;
  margin: 0 auto !important;
  display: block;
}

.slider-servizi {
  display: block;
}
.slider-servizi .ac-box-servizio-singolo {
  position: relative;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: none;
  padding: 30px 50px;
  height: auto;
  width: auto;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transform: scale(1);
}
.slider-servizi .ac-box-servizio-singolo:hover {
  transform: scale(1.1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.slider-servizi .slick-prev::before, .slider-servizi .slick-next::before {
  display: none;
}
.slider-servizi .slick-next {
  background-image: url(../anguillesicanale/assets/2x_ico_freccia_destra_carousel.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  right: 10px;
}
@media only screen and (min-width: 1199px) {
  .slider-servizi .slick-next {
    right: -25px;
  }
}
.slider-servizi .slick-prev {
  background-image: url(../anguillesicanale/assets/2x_ico_freccia_sinistra_carousel.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  left: 10px;
  z-index: 100;
}
@media only screen and (min-width: 1199px) {
  .slider-servizi .slick-prev {
    left: -25px;
  }
}

.slider-clienti .slick-next {
  background-image: url(../anguillesicanale/assets/2x_ico_freccia_destra_carousel.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  right: 10px;
  text-indent: -10000px;
}
@media only screen and (min-width: 1199px) {
  .slider-clienti .slick-next {
    right: -25px;
  }
}
.slider-clienti .slick-prev {
  background-image: url(../anguillesicanale/assets/2x_ico_freccia_sinistra_carousel.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  left: 10px;
  z-index: 100;
  text-indent: -10000px;
}
@media only screen and (min-width: 1199px) {
  .slider-clienti .slick-prev {
    left: -25px;
  }
}

.news-home {
  padding: 70px 0;
}
@media only screen and (min-width: 1199px) {
  .news-home {
    padding: 120px 0;
  }
}
.news-home h3 {
  font-size: 48px;
  color: #66B22E;
  font-family: "cormorant-garamond", serif;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}
@media only screen and (min-width: 1199px) {
  .news-home h3 {
    font-size: 52px;
    margin-bottom: 70px;
  }
}
.news-home--container {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin: 0 20px;
}
@media only screen and (min-width: 1199px) {
  .news-home--container {
    flex-direction: row;
    margin: 0;
  }
}
.news-home--text {
  padding: 30px;
}
.news-home--data {
  font-size: 16px;
}
.news-home--title {
  font-size: 22px;
  color: #66B22E;
}
.news-home--testo {
  font-size: 18px;
}
.news-home--btn-more {
  background-color: #66B22E;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  margin-top: auto;
  text-align: center;
  padding: 10px;
  justify-content: center;
}
.news-home--item {
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1199px) {
  .news-home--item {
    width: 33.333%;
  }
}

.box-contatti-blu {
  background-color: #2A4B9A;
  padding: 40px 20px;
}
@media only screen and (min-width: 1199px) {
  .box-contatti-blu {
    padding: 80px 0;
  }
}
.box-contatti-blu h2 {
  font-size: 42px;
  color: #FFFFFF;
  font-family: "cormorant-garamond", serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1199px) {
  .box-contatti-blu h2 {
    font-size: 52px;
    margin-bottom: 50px;
  }
}
.box-contatti-blu--column {
  flex-direction: row;
  text-align: center;
}
.box-contatti-blu--column img {
  margin: 0 auto 20px auto;
  max-height: 20px;
  display: table;
  width: auto;
}
@media only screen and (min-width: 1199px) {
  .box-contatti-blu--column img {
    margin: 0 auto 30px auto;
    max-height: 30px;
  }
}
.box-contatti-blu--column p {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
}
@media only screen and (min-width: 1199px) {
  .box-contatti-blu--column p {
    font-size: 22px;
    line-height: 32px;
  }
}
.box-contatti-blu--column p strong {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
}
@media only screen and (min-width: 1199px) {
  .box-contatti-blu--column p strong {
    font-size: 22px;
  }
}
.box-contatti-blu--column p a {
  font-size: 20px;
  color: #FFFFFF;
  text-decoration: none;
}
@media only screen and (min-width: 1199px) {
  .box-contatti-blu--column p a {
    font-size: 22px;
  }
}
.box-contatti-blu--column p a:hover {
  text-decoration: underline;
}

.ac-staff-page {
  padding: 0 20px 70px 20px;
}
@media only screen and (min-width: 1199px) {
  .ac-staff-page {
    padding: 0 0 120px 0;
  }
}
.ac-staff-page .ac-container--m {
  flex-direction: row;
}
.ac-staff-page--intro {
  padding: 80px 0 50px 0;
  text-align: center;
  flex-direction: column;
}
.ac-staff-page--intro h3 {
  font-size: 48px;
  color: #66B22E;
  font-family: "cormorant-garamond", serif;
  font-weight: bold;
  margin: 0;
}
@media only screen and (min-width: 1199px) {
  .ac-staff-page--intro h3 {
    font-size: 52px;
  }
}
.ac-staff-page--intro p {
  font-size: 20px;
}
@media only screen and (min-width: 1199px) {
  .ac-staff-page--intro p {
    font-size: 22px;
  }
}

.ac-staff-page--row-grid {
  padding-bottom: 40px;
}
.ac-staff-page--row-grid .is-layout-flow.wp-block-column {
  align-items: stretch;
  display: flex;
}

.ac-box-staff-singolo {
  position: relative;
  text-align: center;
  padding: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transform: scale(1);
  margin-bottom: 30px;
}
.ac-box-staff-singolo:hover {
  transform: scale(1.1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.ac-box-staff-singolo a.icolinkedin {
  height: 40px;
  width: 40px;
  background-image: url(../anguillesicanale/assets/linkedin_team.svg);
  display: block;
  margin: 10px 0;
  background-repeat: no-repeat;
  background-position: center;
}
.ac-box-staff-singolo a .fancybox {
  margin: 0 0 10px 0;
}
.ac-box-staff-singolo img {
  width: auto;
  display: table;
  margin: 0 auto 30px auto;
}
.ac-box-staff-singolo h4 {
  font-size: 18px;
  text-align: left;
  font-weight: normal;
  margin-top: 10px;
}
.ac-box-staff-singolo p {
  font-size: 16px;
}
.ac-box-staff-singolo .wp-block-button__link.wp-element-button {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.ac-clienti {
  padding: 70px 0;
}
@media only screen and (min-width: 1199px) {
  .ac-clienti {
    padding: 0 0 120px 0;
  }
}
.ac-clienti--title {
  text-align: center;
}
.ac-clienti--title h3 {
  font-size: 48px;
  font-family: "cormorant-garamond", serif;
  color: #66B22E;
  font-weight: bold;
}
@media only screen and (min-width: 1199px) {
  .ac-clienti--title h3 {
    font-size: 52px;
  }
}
.ac-clienti--title p {
  font-size: 20px;
}
@media only screen and (min-width: 1199px) {
  .ac-clienti--title p {
    font-size: 22px;
  }
}
.ac-clienti .ac-affidati-professionisti--card::before {
  display: none;
}
.ac-clienti .ac-affidati-professionisti--card::after {
  display: none;
}
.ac-clienti .ac-affidati-professionisti--card img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=anguillesi-canale.css.map */