/* SITE WIDE */

input:focus,
select:focus,
textarea:focus,
button:focus,
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

button:hover {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  font-family: "Exo 2", sans-serif;
font-weight: 500;
font-style: normal;
}

h2,
h3,
h5,
h6 {
  font-family: "Exo 2", sans-serif;
font-weight: 500;
font-style: normal;
  font-style: normal;
}

h2 {
	font-size:26px;
}

h3 {
	font-size:22px;
}

h4 {
  font-family: "Exo 2", sans-serif;
font-weight: 500;
font-style: normal;
  font-style: normal;
}

.fp-medium {
  font-family: "termina", sans-serif;
font-weight: 400;
font-style: normal;
}

p {
  font-family: "termina", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:14px;
}

.wp-block-navigation .wp-block-navigation-item__label {
	font-family: "Exo 2", sans-serif;
}

/* .wp-block-navigation-item:nth-child(1) {
	display:none;
} */

/* -- HEADER -- */

#yellow-banner {
  padding: 10px;
  text-align: center;
  background-color: #f6a628;
}

#yellow-banner p {
  color: #062f4a;
}

/* -- RESPONSIVE -- */

@media screen and (min-width: 1900px) {
  .white-shop {
    padding: 0 0 50px 0;
    margin: 0;
  }
}

@media screen and (max-width: 992px) {
	h1 {
		font-size:30px;
		line-height:40px;
	}
}

/* -- Extra Large Screens -- */

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1112px) {
}

/* -- Large Screens -- */

@media screen and (max-width: 992px) {
}

/* -- Tablet Screens -- */

@media screen and (max-width: 768px) {
}

/* -- Phones Screens -- */

@media screen and (max-width: 576px) {
}

/* -- Small Phones Screens -- */

@media screen and (max-width: 320px) {
}
