/*
Theme Name: Studio Legale Gaudiello
Author: Neikos srl
Description: Tema per il sito Studio Legale Gaudiello
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Studio Legale Gaudiello
*/

body {
  margin: 0;
}

/* font-family: 'Montserrat', sans-serif; */

h1, h2, h3, h4, h5 {
  font-family: 'Lora', serif;
}

p {
  font-family: 'Lora', serif;
}

p a {
  color:#D6B048;
}

p a:hover {
  color:#323232;
}

a {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

a[href^="tel"] {
  color: #ffffff;
}

.grid-container {
  max-width: 85rem;
}

header {
  width: 100%;
  height: 100%;
  position: absolute!important;
  top: 0;
}

header .container {
  padding: 25px 0;
}

header .container.shrink {
  padding:10px 0;
}

header a.logo {
  background: url('img/gaudiello-logo.svg') top left no-repeat;
  background-size: cover;
  width: 167px;
  height: 90px;
  display: block;
  text-indent: -9999px;
  transition: all .25s ease;
  margin: 0 0 0 30px;
}

header .shrink a.logo {
  width: 130px;
  height: 70px;
}

header .container {
  width: 100%;
  z-index: 10;
  transition: height .25s ease;
  background-color: #ffffff;
  border-top:5px solid #D9D9D9;
}

header .menu-cont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header ul.menu {
  margin: 0;
}

header ul.menu li a {
  color: #003C50;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  transition: all .25s ease;
}

header ul.menu li.current-menu-item a,
header ul.menu li.current-menu-parent a {
  color: #D6B048;
}

header ul.menu li a:hover {
  color: #D6B048;
}

header ul.menu li:last-child a {
  border:2px solid #003C50;
}

header ul.menu li:last-child a:hover {
  background: #003C50;
  color: #ffffff;
}

header ul.menu li.current-menu-item:last-child a {
  background: #003C50;
  color: #ffffff;
}

button.menu-icon {
  width: 80px;
  height: 80px;
  display: block;
  float: right;
  background:transparent;
  position: relative;
  margin:0;
  padding: 0
  transition: all .25s ease;
}

button.menu-icon:hover {
  background:transparent;
}

button.menu-icon::after {
  margin: auto;
  height: 3px;
  width: 60%;
  right: 0;
  left: 0;
  top: 24px;
  background: #D6B048;
  box-shadow: 0 13px 0 #D6B048,0 26px 0 #D6B048;
}

button.menu-icon:hover::after {
  background:#D6B048;
  box-shadow: 0 13px 0 #D6B048,0 26px 0 #D6B048;
}

#intro-image {
  width: 100%;
  margin-top: 145px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height:550px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#intro-image.article {
  height: 0;
}

#intro-image.pagina {
  height: 350px;
}

#intro-image.pagina .layer {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color:#D7D7D7;
  position: absolute;
  z-index: 0;
}

#intro-image.pagina .grid-container {
  z-index: 1;
}

#intro-image .intro-message {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
}

#intro-image .intro-message h1 {
  font-size:36px;
  line-height: 42px;
  font-weight: 700;
  color: #003C50;
  display: block;
}

#intro-image.pagina h1 {
  text-align: center;
  color: #003C50;
  font-size: 40px;
  text-transform: uppercase;

  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 60px;
}

#intro-image.no-photo h1 {
  color: #003C50;
  position: relative;
  background-color: transparent;
}

#intro-image.no-photo h1:before {
  content: '';
  position: absolute;
  top: -97px;
  left: 0;
  right: 0;
  margin: auto;
  width: 203px;
  height: 97px;
  background: url('img/g-up.svg') center center no-repeat;
}

#intro-image.no-photo h1:after {
  content: '';
  position: absolute;
  top:94px;
  right:-190px;
  left: 0;
  margin: auto;
  width: 113px;
  height: 94px;
  background: url('img/g-down.svg') center center no-repeat;
}

.border {
  height: 30px;
}

.border .cell,
.border .grid-x {
  height: 100%;
}

.border .cell:nth-of-type(1) {
  background: #D6B048;
}

.border .cell:nth-of-type(2) {
  background: #C9A134;
}

.border .cell:nth-of-type(3) {
  background: #003C50;
}

.border .cell:nth-of-type(4) {
  background: #D6B048;
}

.js-off-canvas-overlay {
  background:hsla(0,0%,0%,.5)
}

#offCanvasRight,
#offCanvasRight .is-drilldown-submenu {
  background: #003C50;
  margin: 0;
}

#offCanvasRight .close-button,
#offCanvasRight .close-button:hover,
#offCanvasRight .close-button:focus {
  color: #032936;
}

#offCanvasRight .vertical {
  margin: 60px auto 0 auto;
  width: 90%;
}

#offCanvasRight ul.menu-mobile li a {
  color: #C6C6C6;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #032936;
  padding: 1rem;
  width: 100%;
  display: block;
}

#offCanvasRight .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #8a8a8a;
}

#offCanvasRight .js-drilldown-back > a::before {
  border-color: transparent #8a8a8a transparent transparent;
}

#offCanvasRight ul.language {
  margin:40px 0 0 0;
  list-style: none;
}

#offCanvasRight ul.language li {
  padding: 0 10px;
}

#offCanvasRight ul.language li a {
  color: #8a8a8a;
  text-align: center;
  display: block;
}

#offCanvasRight ul.language li.select a {
  font-weight: 600;
}

#offCanvasRight ul.language .wpml-ls-legacy-list-horizontal > ul {
  text-align: center;
}

#offCanvasRight ul.language li.wpml-ls-current-language a {
  color: #18A8C2;
}

.close-button, .close-button.medium {
  font-size: 3rem;
}

#aree-consulenza {
  padding: 100px 0;
}

#aree-consulenza h2 {
  color: #003C50;
  margin: 0;
}

#aree-consulenza h2 strong {
  font-weight: 700;
}

#aree-consulenza h5 {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #434343;
  letter-spacing: 1px;
  display: block;
  font-weight: 400;
  margin: 0;
}

#aree-consulenza h5 strong {
  color: #D6B048;
}

#aree-consulenza p,
.settori p {
  color: #777777;
}

#aree-consulenza .area {
  margin: 100px 0;
  position: relative;
}

.settori {
  margin: 100px 0 0 0;
  position: relative;
}

#aree-consulenza .area h4,
#aree-consulenza .area h4 a,
#pagina .settori h4,
#pagina .settori h4 a {
  color: #003C50;
  font-weight: 700;
  font-size: 20px;
  position: relative;
}

#aree-consulenza .area h4:after,
#pagina .settori h4:after  {
  content: '';
  position: absolute;
  width: 35px;
  height: 5px;
  background: #D6B048;
  left: 0;
  bottom: -25px;
}

#aree-consulenza .area h4 a:hover,
#pagina .settori h4 a:hover {
  color: #D6B048;
}

#aree-consulenza .area p,
#pagina .settori p {
  margin: 40px 0 0 0;
  display: block;
}

#pagina .settori .cell {
  margin-bottom:80px;
}

#pagina.archive article {
  margin-bottom: 30px;
}

#aree-consulenza .area button.slick-prev {
  right:45px;
  display:block;
  position: relative;
}

#aree-consulenza .area button.slick-prev:after {
  content: '';
  position: absolute;
  background: url('img/arrow.svg') center center no-repeat;
  width: 9px;
  height: 15px;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transform: scale(1) rotate(180deg);
  -webkit-transform: scale(1) rotate(180deg);
  -o-transform: scale(1) rotate(180deg);
  -ms-transform: scale(1) rotate(180deg);
  transform: scale(1) rotate(180deg);
}

#aree-consulenza .area button.slick-next {
  right:0px;
  display:block;
  position: relative;
}

#aree-consulenza .area button.slick-next:after {
  content: '';
  position: absolute;
  background: url('img/arrow.svg') center center no-repeat;
  width: 9px;
  height: 15px;
  left: 0;
  right: 0;
  margin: auto;
}

#aree-consulenza .area button.slick-arrow {
  position:absolute;
  bottom:-100px;
  width: 40px;
  height: 40px;
  background: #D6B048;
  text-indent: -9999px;
  transition: all .25s ease;
}

#aree-consulenza .area button.slick-arrow:hover {
  background-color: #E3E3E3;
}

#studio {
  width: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height:600px;
}

#studio .studio-box {
  background-color: rgba(0, 60, 80, 0.9);
  padding: 40px 80px;
  height:600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#studio .studio-box h1 {
  font-size:36px;
  line-height: 42px;
  font-weight: 700;
  color: #D6B048;
  text-transform: uppercase;
  display: block;
}

#studio .studio-box p {
  color: #ffffff;
  margin: 40px 0;
}

#studio a {
  color: #D6B048;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  padding-left: 40px;
  position: relative;
  transition: all .25s ease;
}

#studio a:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  background: #D6B048;
  left: 0;
  top: 0;
  bottom:0;
  margin: auto;
  opacity: 1;
  transition: all .25s ease;
}

#studio a:hover {
  color: #ffffff;
  padding-left:0px;
}

#studio a:hover:before {
  opacity: 0;
}

#post-home {
  padding: 100px 0;
}

#post-home h2 {
  color: #003C50;
  margin: 0;
}

#post-home h2 strong {
  font-weight: 700;
}

#post-home h5 {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #434343;
  letter-spacing: 1px;
  display: block;
  font-weight: 400;
  margin: 0;
}

#post-home h5 strong {
  color: #D6B048;
  font-weight: 400;
}

#post-home .news-evidenza {
  margin:70px 0 0 0;
}

#post-home .news-evidenza figure {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#post-home .news-evidenza time {
  color: #666;
  display: table;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin: 15px 0;
  background: #f3f3f3;
  padding: 5px 15px;
}

#post-home .news-evidenza a {
  color: #003C50;
  font-size: 17px;
  line-height:20px;
  margin: 0 0 20px 0;
  display: block;
  font-family: 'Lora', serif;
  font-weight: 700;
}

#post-home .news-evidenza a:hover {
  color: #D6B048;
}

#post-home .news-evidenza p {
  color: #777777;
  font-size: 14px;
}

#post-home .domande {
  margin:70px 0 0 0;
}

#post-home .domande a,
body.category-lavvocato-risponde .domande a {
  background: #003C50;
  color: #ffffff;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 15px;
  padding: 25px;
  position: relative;
  transition: all .25s ease;
  margin-bottom: 20px;
}

body.category-lavvocato-risponde .domande a {
  margin-bottom: 40px;
}

#post-home .domande a:hover,
body.category-lavvocato-risponde .domande a:hover {
  background: #D6B048;
  color: #ffffff;
}

#post-home .domande a:after,
body.category-lavvocato-risponde .domande a:after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right:-20px;
  margin: auto;
  background: url('img/arrow.svg') center center no-repeat #D6B048;
  background-size: 25%;
  transition: all .25s ease;
}

#post-home .domande a:hover:after,
body.category-lavvocato-risponde .domande a:hover:after {
  background-color: #003C50;
}

#prefooter {
  background: #D6B048;
  padding: 50px 0;
  position: relative;
}

#prefooter a.scrolltop {
  display: none;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  position: fixed;
  top:60%;
  right: 0;
  padding: 10px;
  -moz-transform: scale(1) rotate(-90deg);
  -webkit-transform: scale(1) rotate(-90deg);
  -o-transform: scale(1) rotate(-90deg);
  -ms-transform: scale(1) rotate(-90deg);
  transform: scale(1) rotate(-90deg);
  transition: all .25s ease;
  background-color:#D6B048;
}

#prefooter a.scrolltop:before {
  content: '';
  position: absolute;
  width: 150px;
  height: 5px;
  background: #D6B048;
  top: 0;
  bottom: 0;
  left: -160px;
  margin: auto;
  transition: all .25s ease;
}

#prefooter .grid-x .medium-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

#prefooter h2 {
  color: #ffffff;
  font-size: 36px;
  line-height:40px;
  font-family: 'Lora', serif;
}

#prefooter h5 {
  color: #ffffff;
  font-size:16px;
  font-weight: 400;
  letter-spacing: 1px;
  margin:25px 0 0 0;
  display: block;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

#prefooter .button {
  background: #ffffff;
  color: #D6B048;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  transition: all .25s ease;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  display:table;
  font-family: 'Montserrat', sans-serif;
}

#prefooter .button:hover {
  background: #D6B048;
  color: #ffffff;
}

footer {
  background: #323333;
  padding: 50px 0;
}

footer .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
}

footer .flex-start {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}

footer h5 {
  color: #D6B048;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Lora', serif;
  margin: 0;
  position: relative;
}

footer h5:before {
  content: '';
  position: absolute;
  background: url('img/marker.svg') top left no-repeat;
  width: 16px;
  height: 25px;
  top: 0;
  left:-26px;
}

footer p {
  color: #ACACAC;
}

footer p strong {
  color: #D6B048;
  font-weight: 700;
}

footer ul.footer-menu {
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
  margin: 0;
  list-style: none;
}

footer ul.footer-menu li a {
  text-transform: uppercase;
  color: #ACACAC;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
}

footer ul.footer-menu li a:hover {
  color: #D6B048;
  transition: all .25s ease;
}

footer a.button {
  border: 2px solid #D6B048;
  color: #D6B048;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  background: transparent;
}

footer a.button:hover {
  background: #D6B048;
  border: 2px solid #D6B048;
  color: #ffffff;
}

footer ul.social {
  clear: both;
  color: #ACACAC;
  text-transform: uppercase;
  font-size: 14px;
}

footer ul.social li {
  font-family: 'Montserrat', sans-serif;
  padding: 0 5px 0 0;
}

footer ul.social li a {
  text-indent: -9999px;
  display: block;
  width: 25px;
  height: 25px;
}

footer ul.social li:nth-of-type(2) a {
  background: url('img/facebook.svg') center center no-repeat;
}

footer ul.social li:nth-of-type(3) a {
  background: url('img/linkedin.svg') center center no-repeat;
}

#credits {
  background-color: #242424;
  padding: 10px 0;
  font-family: 'Montserrat', sans-serif;
}

#credits a {
  color: #D6D6D6;
  font-size: 12px;
  text-transform: uppercase;
}

#credits .neikos {
  font-size: 12px !important;
  display: block;
  text-align: right;
  color: #D6D6D6;
  padding-top: 3px;
  font-family: 'Montserrat', sans-serif;
}

#credits .neikos a {
  background:url('img/neikos.svg') right -3px no-repeat;
  color: #D6D6D6;
  margin: 0 5px 0 0;
  padding: 0 20px 0 0;
  text-decoration: none;
  text-transform: none;
}

#pagina {
  padding: 100px 0;
}

#pagina .intro-text {
  background: #075A76;
  padding:60px 100px;
}

#pagina .intro-text h3 {
  color: #D6B048;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#pagina .intro-text p {
  color: #FFFFFF;
}

#pagina .column-text {
  padding:80px 100px;
  -webkit-column-count:2;
  -moz-column-count: 2;
  column-count: 2;
  color: #323232;
}

#pagina .foto-studio figure {
  height: 330px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 8px solid #ffffff;
}

#pagina .foto-studio .cell:first-child figure{
  border-left: none;
}

#pagina h3 {
  font-size: 1.7rem;
}

#pagina #team {
  padding-top: 100px;
}

#pagina #team .intro-team h2,
#pagina h2 {
  color: #003C50;
  margin: 0;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  font-size:40px;
}

#pagina #team .intro-team h2 strong,
#pagina h2 strong {
  font-weight: 700;
}

#pagina #team .intro-team h5,
#pagina h5 {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #434343;
  letter-spacing: 1px;
  display: block;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

#pagina #team h5 strong,
#pagina h5 strong {
  color: #D6B048;
  font-weight: 400;
}

#pagina #team .list-team {
  margin-top: 50px;
}

#pagina #team figure {
  height: 430px;
  margin-bottom: 25px;
  background-position: center;
  background-repeat:no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
}

#pagina #team figure figcaption {
  width: 90%;
  height: 90%;
  background-color: rgba(214, 176, 72, 0.95);
  opacity:0;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  transition: all .25s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: initial;
}

#pagina #team figure:hover figcaption {
  opacity: 1;
  color: #ffffff;
}

#pagina #team figure figcaption p {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}

#pagina #team h2 {
  color: #003C50;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}

#pagina #team h5 {
  color: #D6B048;
  text-transform: none;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

#pagina a.readmore {
  color: #D6B048;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px;
  display: block;
}

#pagina a.readmore:hover {
  color: #003C50;
}

#pagina.settore h2 {
  text-align: left;
  margin:0 0 50px 0;
}

#pagina.settore h2.legal-response {
  font-size: 25px;
}

#pagina.settore h5 {
  text-align: left;
}

#pagina.settore figure {
  height: 400px;
  background-position: center;
  background-repeat:no-repeat;
  background-size: cover;
  margin: 0 0 100px 0;
  position: relative;
}

#pagina.settore figure:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 5px;
  background: #D6B048;
  bottom:-50px;
  left: 0;
}

#pagina.settore p {
  margin:50px 0 0 0;
}

#pagina p {
  color: #323232;
  font-size: 16px;
  line-height:28px;
}

#pagina ul {
  margin-bottom: 0;
}

#pagina ul li {
  color: #323232;
  font-size: 16px;
  font-family: 'Lora', serif;
  line-height:28px;
}

#pagina .sidebar h3 {
  font-size: 26px;
  font-weight: 700;
  font-family: 'Lora', serif;
  color: #777777;
}

#pagina .sidebar ul.menu {
  margin: 30px 0 0 0;
}

#pagina .sidebar ul.menu li {
  width: 100%;
}

#pagina .sidebar ul.menu li a {
  background:#FCF9F9;
  padding: 20px 30px 20px 40px;
  display: block;
  border-bottom: 1px solid #E6E6E6;
  color: #8E8E8E;
  font-size: 16px;
  font-family: 'Lora', serif;
  font-weight: 700;
  position: relative;
}

#pagina .sidebar ul.menu li a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left:15px;
  margin: auto;
  width:12px;
  height:12px;
  background: url('img/side-arrow.svg') center no-repeat;
  background-size: cover;
}

#pagina .sidebar ul.menu li:last-child a {
  border-bottom: none;
}

#pagina .sidebar ul.menu li a:hover {
  color: #ffffff;
  background: #D6B048;
}

#pagina .sidebar ul.menu li.current-menu-item a {
  color: #ffffff;
  background: #D6B048;
}

#pagina .sidebar .widget {
  margin-bottom: 40px;
}

#pagina .sidebar .widget ul {
  list-style: none;
}

#pagina .sidebar .widget_recent_entries ul li a,
#pagina .sidebar .widget_categories ul li a {
  color: #003C50;
  font-weight: 700;
  font-size:16px;
  position: relative;
  font-family: 'Lora', serif;
  padding: 5px 0;
  display: block;
  line-height: 22px;
}

#pagina .sidebar .widget_recent_entries ul li a:hover,
#pagina .sidebar .widget_categories ul li a:hover {
  color: #D6B048;
}


#pagination nav {
  margin: 50px 0 0 0;
}

#pagination a {
  display: inline-block;
}

#pagination .current {
  background: #D6B048;
  padding: 0.5rem 1rem;
}

#pagination .nav-links {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

#pagina.archive article figure {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#pagina.archive article time {
  color: #666;
  display: table;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin: 15px 0;
  background: #f3f3f3;
  padding: 5px 15px;
}

#pagina.archive article a {
  color: #003C50;
  font-size:20px;
  line-height:28px;
  margin: 0 0 20px 0;
  display: block;
  font-family: 'Lora', serif;
  font-weight: 700;
}

#pagina.archive article a:hover {
  color: #D6B048;
}

#pagina.archive article p {
  color: #777777;
  font-size: 14px;
}

#map {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
}

body.page-template-page-contatti #pagina h5 {
  color: #D6B048;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Lora', serif;
  margin: 0;
  position: relative;
  text-align: left;
}

form.wpcf7-form input{
    color: #666666;    
}

input.wpcf7-submit {
  background: #D6B048;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}

form input::placeholder,
form textarea::placeholder {
  color:#666666;
}

ul.breadcrumbs li a {
  color: #003C50;
}

ul.breadcrumbs li:last-child {
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tag-list a {
  color: #d6b048;
}

.tag-list a:not(:last-child) {
  margin-right: 10px;
}

.tag-list a:hover {
 color: #003c50;
}

.tag-list--hr {
  margin: 2rem 0;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-links span.current {
  background-color: #d6b048;
}

/* - - - - - - - - - - - - - - - - - */
/* - - - - - MEDIA QUERIES - - - - - */
/* - - - - - - - - - - - - - - - - - */

/* Small only */
@media screen and (max-width: 39.9375em) {

  #intro-image {
    background-position: top left;
    height: 350px;
  }

  #intro-image .intro-message h1 {
    text-align: center;
  }

  .border {
    height: 15px;
  }

  #aree-consulenza {
    padding:50px 0;
  }

  #aree-consulenza h2 {
    text-align: center;
    font-size: 30px;
  }

  #aree-consulenza h5 {
    text-align: center;
    margin: 0 0 20px 0;
  }

  #aree-consulenza p {
    text-align: center;
  }

  #aree-consulenza .area {
    margin:50px 0 170px 0;
  }

  #pagina .settori {
    margin:50px 0 0 0;
  }

  .slick-slide {
    text-align: center;
  }

  #aree-consulenza .area h4::after,
  #pagina .settori h4:after {
    margin: auto;
    right:0;
  }

  #aree-consulenza .area button.slick-prev {
    left:0;
    margin: auto;
  }

  #aree-consulenza .area button.slick-next {
    left: 45px;
    margin: auto;
  }

  #pagina #team .intro-team h2, #pagina h2 {
    font-size: 28px;
  }

  #pagina #team .intro-team h5, #pagina h5 {
    margin: 20px 0 0 0;
    border-bottom: 1px solid #D6B048;
    padding: 0 0 30px 0;
  }

  #studio .studio-box {
    padding: 30px;
    text-align: center;
  }

  #intro-image.no-photo h1 {
    background-color: rgba(255, 255, 255, 0.8);
  }

  #studio .studio-box h1 {
    font-size: 30px;
    line-height: 36px;
  }

  #studio a {
    padding-left: 0;
  }

  #studio a::before {
    display: none;
  }

  #post-home {
    padding: 50px 0;
  }

  #post-home h2 {
    text-align: center;
    font-size: 30px;
  }

  #post-home h5 {
    text-align: center;
    margin: 0 0 20px 0;
  }

  #post-home .news-evidenza {
    margin: 30px 0 0 0;
  }

  #post-home .news-evidenza article {
    margin-bottom: 30px;
  }

  #post-home .domande {
    margin: 30px 0 0 0;
  }

  #prefooter {
    text-align: center;
  }

  #prefooter h3 {
    font-size: 24px;
    line-height: 30px;
  }

  #prefooter h5 {
    margin: 25px 0;
  }

  #prefooter .button {
    margin: 0 auto;
    display: block;
  }

  footer {
    text-align: center;
  }

  footer ul.footer-menu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin:30px 0;
    list-style: none;
    width: 100%;
  }

  footer a.button {
    margin: 0 auto;
  }

  footer ul.social {
    margin: 20px auto 0 auto;
  }

  #credits {
    text-align: center;
  }

  #credits .neikos {
    margin: 5px 0 0 0;
    text-align: center;
  }

  #pagina .foto-studio .cell figure {
    border-bottom: 5px solid #ffffff;
    border-left: none;
  }

  #intro-image.pagina h1 {
    font-size:20px;
  }

  #intro-image.pagina {
    height: 250px;
  }

  #pagina {
    padding:50px 0;
  }

  #pagina .intro-text {
    padding: 40px;
    text-align: center;
  }

  #pagina.settore h2 {
    font-size: 24px;
  }

  #pagina .column-text {
    padding:50px 20px;
    text-align: center;
  }

  #pagina .column-text p {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    color: #323232;
  }

  #pagina #team .cell {
    margin-bottom: 30px;
  }

  #pagina .settori .cell {
    text-align: center;
  }

  #intro-image.no-photo h1::before,
  #intro-image.no-photo h1::after {
    display: none;
  }

  footer .flex-start {
    display: block;
    text-align: center;
  }

  .sidebar {
    margin-top: 40px;
  }

  #prefooter a.scrolltop {
    display: none!important;
  }

  #post-home .domande a, body.category-lavvocato-risponde .domande a {
    padding: 25px 35px;
  }

  #post-home .domande a:after, body.category-lavvocato-risponde .domande a:after {
    right: -5px;
  }

  ul.breadcrumbs li:nth-child(2)::after {
    content: '';
  }

  ul.breadcrumbs li:last-child {
    display: none;
  }

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

  footer h5:before {
    display: none;
  }

  #pagina .foto-studio .cell:first-child figure,
  #pagina .foto-studio .cell:nth-child(3) figure {
    border-left: none;
  }

  #pagina .foto-studio .cell figure {
    border-bottom: 5px solid #ffffff;
  }

  ul.breadcrumbs li:last-child {
    max-width: 25%;
  }

}


/* Sistemazione menu su schermi piccoli */
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  header ul.menu li a {
    padding: 0.7rem 0.4rem;
    font-size:11px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
  header ul.menu li a {
    padding: 0.7rem 0.4rem;
    font-size:13px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1500px) {
  header ul.menu li a {
    padding: 0.7rem 0.5rem;
    font-size:13px;
  }
}
