/*
Theme Name: Visit Vesuvio
Theme URI: https://visitvesuvio.com
Author: Mutart
Author URI: mutart.it
Description: Tema personalizzato per Visit Vesuvio.
Version: 1.0
Text Domain: visit-vesuvio
*/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

/* RESET */

*,
*:before,
*:after {
  box-sizing: border-box !important;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

body {
  overflow-x: hidden;
	overflow-y: scroll;
}

body:has(.outside-menu.open){
	overflow: hidden;
}

:root {
  --primary: #fbe444;
  --text: #494949;
  --font: "DM Sans", serif;
  --white: #ffffff;
  --bgsfondo: #f3f4f8;
  --contrast: #23629f;
  --br: 8px;
}

img,
video,
figure {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: black;
  transition: all 0.3s ease-in-out;
}

header a:hover {
	text-decoration: none;
}

a:hover {
  color: var(--contrast);
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font);
}

h2 {
  font-size: clamp(28px, 4vw, 47px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}

h3 {
  font-size: clamp(24px, 4vw, 42px);
}
.single-content h2,
.page-content h2 {
  font-size: 38px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .single-content h2, .page-content h2 {
    font-size: 28px;
  }

  .recapiti ul {
    padding-left:20px;
    font-size: 18px;
  }
}

.single-content h3,
.page-content h3 {
  font-size: 32px;
  margin-bottom: 25px;
}

.single-content h4,
.page-content h4 {
  font-size: 26px;
  margin-bottom: 25px;
}

.single-content h5,
.page-content h5 {
  font-size: 22px;
  margin-bottom: 25px;
}

.single-content h6,
.page-content h6 {
  font-size: 18px;
  margin-bottom: 25px;
}

b,
strong {
  font-weight: 600 !important;
  font-family: var(--font);
}

ol,
ul {
  margin-bottom: 20px;
}

p,
ul,
li,
a,
span,
div {
  font-family: var(--font);
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
}

i {
  font-size: 45px;
  font-weight: 700;
}

.ml-25 {
  margin-left: 25%;
}

.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: var(--primary);
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 17px 50px;
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
  text-align: center;
  border-radius: var(--br);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: 2px solid var(--primary);
}

.content-slide .btn:hover {
	border: 2px solid var(--contrast); /* Aggiunge un bordo colorato */
	background: var(--contrast) !important;
}

.btn:hover {
  border: 2px solid var(--primary); /* Aggiunge un bordo colorato */
  text-decoration: none;
		scale: 1.05;
  color: #fff !important;   /* Cambia colore del testo */
	box-shadow: 0 15px 20px rgba(0,0,0,0.1);
}

.prefooter-cta .btn:hover {
  color:black !important;
}


.btn__contrast {
  background-color: var(--contrast) !important;
  color: white !important;
  border: 2px solid var(--contrast); 
}

.btn__contrast:hover {
	scale: 1.05;
  color: #fff !important;   /* Cambia colore del testo */
	box-shadow: 0 15px 20px rgba(0,0,0,0.1);
  border: 2px solid var(--contrast); /* Aggiunge un bordo colorato */
  text-decoration: none;
}

/* HEADER */

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
  background: white;
  padding: 15px 80px;
  position: relative;
  left: inherit;
  transform: translatex(0%);
  top: 0;
  border-radius: var(--br);
}

@media (max-width: 767px) {
  header {
    padding: 15px 20px;
  }
}

.home header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 20;
  background: white;

  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border-radius: var(--br);
}

nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
}

nav ul li a {
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  font-weight: 500;
}

header.header-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 999999999;
  background: white;
	box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}

.logo img {
  max-width: 180px;
  height: auto;
}

@media (min-width: 768px) {
  .header-mobile {
    display: none !important;
  }


  .header-desk {
    display: flex;
  }
}

@media (max-width: 768px) {
  .header-mobile {
    display: flex;
  }
	
	.home header:has(.outside-menu.open){
		width:100%;
		top:0;
	}

	.home header {
		width: 95%;
		top:5px;
	}
	
		.menu-mobile-wrapper {
	display: flex;
    flex-direction: column;
    height: 100vh !important;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
	
nav ul li a {
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  color: black;
  font-weight: 500;
}
	
  .header-desk {
    display: none !important;
  }

  .menu-icon {
    width: 30px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 2000;
  }

  .menu-icon.open .line:nth-child(1) {
    transform: rotate(45deg) translate(0px, 8px);
  }

  .menu-icon.open .line:nth-child(2) {
    opacity: 0;
  }

  .menu-icon.open .line:nth-child(3) {
    transform: rotate(-45deg);
    translate: -6px -10px;
  }

  span.line {
    background: black;
    height: 4px;
    display: block;
    transition: all 0.3s ease-in-out;
  }

  .outside-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 999 !important;
    transform: translateX(-200%);
    transition: all 0.3s ease-in-out;
  }

  .outside-menu.open {
    transform: translateX(0%);
  }

  .outside-menu ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    align-items: center;
    justify-content: center;

  }
}

/* BACK TO TOP */

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: black;
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);

  border-radius: 50%;
}

.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

/* HOME SLIDER */

.home-slider {
  height: 990px;
  width: 100%;
  background-size: cover;
  position: relative;
}

.home-slider h1 {
  font-size: clamp(68px, 10vw, 130px) !important;
  font-weight: 700;
  color: white;
  position: relative;
  line-height: 1;
  z-index: 10;
  color: white;
}

.home-slider .text-wrapper {
  width: 100%;
  padding: 0 25px;
}

.content-slide {
  height: 100%;
}

.content-testo-slide {
  display: grid;
  place-items: center;
  height: 100%;
}

.content-testo-slide p {
  z-index: 10;
  color: white;
  position: relative;
	max-width: 510px;
	font-size:20px;
	line-height:28px;
}

.content-testo-slide h4 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  z-index: 10;
  color: white;
  position: relative;
}

/* ICONE */

.icons {
  padding: 80px 0 0px 0;
}

.single-icon {
  padding: 0 20px;
}

.icons h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--tp-heading-1);
  margin-bottom: 16px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .grid-4,
  .grid-3,
  .grid-5{
    grid-template-columns: repeat(1, 1fr);
  }
	
    .grid-5 {
        grid-template-areas:
        "visit"
        "sentieri"
        "link"
        "partner" !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: 1fr !important;
        gap: 10px;
		padding: 0 20px !important;
    }
}

/* ESPERIENZA UNICA */

.esperienza-unica {
  padding: 80px 0;
} /* ! Grid System */

.grid {
  display: grid;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
	grid-template-areas: 'visit sentieri sentieri link partner'
}

.wf-1 {
	grid-area: visit;
}

.wf-2 {
	grid-area: sentieri;
}

.wf-2 ul {
	display:grid;
	  grid-template-columns: repeat(2, 1fr);
}

@media(max-width:768px){
	.wf-2 ul {
		  grid-template-columns: repeat(1, 1fr);
		padding:0;
	}
	
	footer ul {
		padding: 0 !important;
	}
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.flex-container {
  display: flex;
  gap: 20px;
}

.items-center {
  align-items: center;
}

@media (max-width: 768px) {
  [class^="grid-"],
  .grid-3,
  .grid-4,
  .grid-2 {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 25px !important;
  }

  .flex-container {
    flex-direction: column !important;
    gap: 20px;
  }
}

.flex--center {
  justify-content: center;
}

.row-reverse {
  flex-direction: row-reverse;
}

.min-grid {
  max-width: 1200px;
  margin: 40px auto 25px auto;
}

.col {
  flex: 1;
}

[class*="col-"] {
  position: relative;
  padding: 0 25px;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-33 {
  width: 33.33%;
}

.col-40 {
  width: 40%;
}

.col-50 {
  width: 50%;
}

.col-60 {
  width: 60%;
}

.col-70 {
  width: 70%;
}

.col-80 {
  width: 80%;
}

.col-90 {
  width: 90%;
}

.col-100 {
  width: 100%;
}

@media (max-width: 991px) {
  .tab-20 {
    width: 20%;
  }

  .tab-25 {
    width: 25%;
  }

  .tab-33 {
    width: 33.33%;
  }

  .tab-50 {
    width: 50%;
  }

  .tab-100 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .col-20 {
    width: 100%;
  }

  .col-25 {
    width: 100%;
  }

  .col-30 {
    width: 100%;
  }

  .col-33 {
    width: 3100%;
  }

  .col-40 {
    width: 100%;
  }

  .col-50 {
    width: 100%;
  }

  .col-60 {
    width: 100%;
  }

  .col-70 {
    width: 100%;
  }

  .col-80 {
    width: 100%;
  }

  .col-90 {
    width: 100%;
  }

  .col-100 {
    width: 100%;
  }

  .flex-reverse {
    flex-direction: column-reverse;
  }
}

/* Nested Grid */
.grid .grid {
  margin-left: -15px;
  margin-right: -15px;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.container-max {
  max-width: 1480px;
  margin: 0 auto;
}

/* SINGLE FEATURE */

.text-col {
  padding: 15px 60px !important;
}

@media (max-width: 768px) {
  .text-col {
    padding: 15px 20px !important;
  }

  .features, .tours {
    padding: 0 20px !important;
  }
  .services {
    padding: 50px 20px 100px !important;
  }
}

.single-feature .col-50:has(img),
.flex-container.single-feature {
  padding: 0 !important;
}

.single-feature {
  margin: 60px auto !important;
  border-radius: 20px;
  border: 1px solid #ededed;
  box-shadow: 0 4px 20px #00000013;
  gap: 0 !important;
  overflow: hidden;
}

.single-feature img {
	margin-bottom: -8px;
}

@media (max-width: 768px) {
  .single-feature {
    flex-direction: column-reverse !important;
  }
}

/* NUMBERS */

.numbers-container {
  padding: 150px 20px 250px 20px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}

.numbers-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #232331;
  opacity: 0.9;
  background-size: cover;
}

.numbers-container .container {
  position: relative;
  z-index: 2;
}

.numbers-container h2 {
  color: white;
  margin-bottom: 50px;
}

.single-number {
  width: 100%;
  position: relative;
  border-right: 1px solid rgba(237, 237, 237, 0.14);
  padding: 0 20px;
}

.single-number h3 {
  font-size: clamp(40px, 4vw, 80px);
  font-weight: 700;
  color: var(--primary);
}

.single-number h6 {
  font-size: clamp(10px, 4vw, 15px);
  font-weight: 700;
  text-align: right;
  rotate: 270deg;
  position: absolute;
  bottom: 20px;
  right: 30%;
  color: var(--primary);
}

.single-number h5 {
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 700;
  color: white;
}

@media (max-width: 768px) {
  .single-number {
    border-right: none;
    border-bottom: 1px solid rgba(237, 237, 237, 0.14);
    padding-bottom: 20px;
  }

  .single-number h6 {
    position: relative;
    text-align: center;
    rotate: 0deg;
    bottom: 0;
    left: 0;
    text-align: left;
  }
}

/* SERVICES */

.services {
  padding: 50px 50px 100px 50px;
  margin-top: -150px;
  position: relative;
  z-index: 10;
  background: white;
  border-radius: var(--br);
}

.services .flex-container {
  gap: 50px;
}

.services .single-card {
  background: white;
  border-radius: 10px;
}

.services .single-card img {
  width: 100%;
  height: auto;
  border-radius: var(--br);
}

.services .single-card h3 {
  font-size: clamp(20px, 4vw, 24px);
  font-weight: 700;
  margin-bottom: 10px;
}

.services .single-card .card-text {
  padding: 20px;
}

/* FAQ */

.single-faq p {
  display: none;
}

.single-faq h4 {
  border-bottom: 2px solid #ededed;
  padding-bottom: 5px;
}

.single-faq.active h4 {
  border-bottom: 2px solid var(--primary);
}

.single-faq.active p {
  display: block;
  padding-top: 10px;
	margin-bottom: 0;
}

.single-faq{
  margin-bottom: 50px;
	cursor:pointer;
	position: relative;
}

.single-faq:before {
  content: '+';
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  font-weight: bold;
  color: black;
  top: -10px;
  text-align: center;
}

.single-faq.active:before {
  content: '-'; 
}

#homepage .single-faq {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 768px) {
  .single-faq{
    margin-bottom: 50px;
  }
  .single-faq h4 {
    font-size: 20px;
  }
}

/* SINGLE TOUR */

.single-tour img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: var(--br);
  margin-bottom: 10px;
  position: relative;
}

.single-tour a {
     font-weight: 800;
    text-decoration: none;
    color: var(--contrast);
}

.tours {
  margin: 80px auto !important;
}

.single-tour p {
  margin-bottom: 10px;
}

.single-tour {
  position: relative;
}

.single-tour .tour-img {
  position: relative;
}

.single-tour .advice {
  padding: 8px 12px;
  background: var(--primary);
  color: #000;
  position: absolute;
  left: 15px;
  bottom: 25px;
  width: fit-content;
  border-radius: var(--br);
}

.cta-arrow:hover {
	text-decoration: underline;
}

/* EXPLOER */

.explor {
  padding: 100px 0;
  background: #232331;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.explor h2,
.explor p {
  color: white;
}

.container:has(.explor-card) {
  margin-top: -80px;
}

.explor-card {
  background: white;
  padding: 80px 40px;
  border-radius: var(--br);
}

/* SINGLE PAGE TEMPLATE */

#simple-page {
  margin-bottom: 120px !important;
}

.page-content {
  margin-top: 50px;
}

/* #simple-page .container {
  display: flex;
  gap: 50px;
  position: relative;
  z-index: 99999999;
} */

.page h1, .single-sentieri  h1 {
  font-size: clamp(32px, 5vw, 44px);
  color: white !important;
  position: relative;
  z-index: 10 !important;
}

.main-bg-page {
  background: #fffbeb;
  padding: 100px 20px;
  background-image: url(https://newsite.visitvesuvio.it/wp-content/uploads/2025/02/vesuvio-main-site.jpg);
  background-size: cover;
  background-position: center -300px;
  position: relative;
}

@media (max-width: 767px) {
  .main-bg-page {
    background-position: center center;
  }
}

.main-bg-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.page-content .description {
  font-weight: 400;
  width: 70%;
}

.page-content .description {
  width: 100%;
}

.page-content .description a,
.page-content .description a strong,
.page-content .description strong a {
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}

.page-content .description a:hover {
  color: var(--contrast);
}

.page-content h3 {
  position: relative;
  color: black;
  font-size: 28px;
}

.page-content .description h2,
.page-content .description h3,
.page-content .description h4,
.page-content .description h5 {
  position: relative;
}

.page-content .description h2:before,
.page-content .description h3:before,
.page-content .description h4:before,
.page-content .description h5:before {
  content: "";
  background: var(--contrast) !important;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.page-content p,
.page-content ul {
  margin-bottom: 30px;
}

.page-content ul {
  line-height: 25px;
  color:var(--text);
}

.page-content li {
  color:var(--text);
}

.page-content .sidebar .single-box p {
  margin-bottom: 10px;
}

.sidebar-wrapper {
  position: relative;
}

.sidebar {
  position: sticky;
  top: 150px;
}

.sidebar > div,
.sidebar-blog > div {
  background: var(--bgsfondo);
  padding: 20px;
  margin: 0 0 25px;
}

.sidebar > div ul,
.sidebar-blog > div ul {
  margin-bottom: 0;
}

.sidebar > div ul a:hover,
.sidebar-blog > div ul a:hover {
  color: var(--contrast);
}

.sidebar > div ul,
.sidebar-blog > div ul {
  padding-left: 20px;
}

.sidebar .menu,
.sidebar-blog .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  height: 100%;
}

.sidebar .menu li,
.sidebar-blog .menu li {
  height: auto;
}

.sidebar .menu li a,
.sidebar-blog .menu li a {
  font-size: 16px;
  text-transform: initial;
}

.sidebar li a, .sidebar .post-date {
  font-size: 16px;
}

/* PAGE SENTIERI */

.sentieri-list {
  margin-top: 50px;
  padding: 20px 0;
}

.sentieri-list h2 {
  text-align: left;
  font-size: 32px;
  margin-bottom: 30px;
}

.sentiero-card {
  background: white;
  border-radius: var(--br);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.sentiero-card:hover {
  transform: translateY(-5px);
}

.sentiero-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card-content {
  padding: 20px;
}

.card-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.sentiero-excerpt {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 0px !important;
}

.read-more {
  display: inline-block;
  color: var(--contrast);
  font-weight: 600;
  margin-top: 10px;
  font-size: 16px;
}

.page-content:has(.sentiero-card) .description h2:before,
.page-content:has(.sentiero-card) .description h3:before,
.page-content:has(.sentiero-card) .description h4:before,
.page-content:has(.sentiero-card) .description h5:before,
.single-faq h4:before, .single-faq h2:before{
  content: none !important
}

/* SINGLE SENTIERI */

.sentieri-content img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-bottom: 25px;
}

.sentieri-info__item {
  background-color: var(--bgsfondo);
  padding: 20px;
}

.sentieri-info__item span {
    font-weight: 600;
}

.grid-2:has(.sentieri-info__item){
  gap:15px;
}

.sentieri-info__item p {
  margin-bottom: 0px;
}

.sentieri-info {
  margin-bottom: 40px;
}

.sentieri-info__item i {
  font-size: 20px;
}

/* CONTATTI */

.page-contatti a {
  color: black !important;
}

/* FOOTER */

.prefooter-cta {
  background: #fffbeb;
  padding-top: 80px;
  margin-bottom: 50px;
}

.copyright p {
	color: white;
	margin-bottom:0;
}

@media(max-width:768px){
	.prefooter-cta {
		padding: 50px 20px 0 20px !important;
	}
}

.prefooter-cta .container {
  color: white;
  text-align: center;
  padding-bottom: 80px;
  max-width: 880px;
}

footer {
  background-color: #232331;
  padding-bottom: 50px;
}

footer h3 {
  color: black;
}

footer a {
  color: white;
}

footer a:hover {
	text-decoration:underline;
	color: white;
}

footer h4 {
  color: white;
  font-size: 18px;
  margin-bottom: 20px;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0 10px;
}

footer ul li a {
  text-decoration: none;
  line-height: 1.5;
}

.col-footer {
	padding:40px 0;
}

/* ANIMATION CSS */

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(90px); }
  to { opacity: 1; transform: translateY(0); }
}

p, h2,h3,h4,h5,h6,.tour-img, .single-card, .single-icon, .single-number, .single-feature, .cta-arrow,a, ul, .sentiero-card{
  animation: fadeIn ease-in-out;
  animation-timeline: view(); /* Usa la timeline di default basata sul viewport */
   animation-range: entry 0% cover 20%;
}

.single-feature a, .copyright p {
	animation: none;
}

.progress-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 8px;
  background-color: var(--primary);
  transform-origin: left center;
  animation: full ease-in-out;
  animation-timeline: scroll();
}

@keyframes full {
  from { width: 0; }
  to { width: 100%; }
}



.wpforms-container .wpforms-form em.wpforms-error, .wpforms-container .wpforms-form .wpforms-field-sublabel {
    min-width: 90px;
    display: none;
}


.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 5px 0 !important;
    position: relative;
}

div.wpforms-container-full .wpforms-form .wpforms-head-container {
    margin: 0;
    padding: 0 0 25px 0;
}


