@font-face {
font-family: "Gotham Light";
src: url(//fizzcapital.pt/wp-content/themes/salient-child/fonts/Gotham-Light.woff2) format("woff2"),
url(//fizzcapital.pt/wp-content/themes/salient-child/fonts/Gotham-Light.woff) format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Gotham Bold";
src: url(//fizzcapital.pt/wp-content/themes/salient-child/fonts/Gotham-Bold.woff2) format("woff2"),
url(//fizzcapital.pt/wp-content/themes/salient-child/fonts/Gotham-Bold.woff) format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Gotham Book";
src: url(//fizzcapital.pt/wp-content/themes/salient-child/fonts/Gotham-Book.woff2) format("woff2"),
url(//fizzcapital.pt/wp-content/themes/salient-child/fonts/Gotham-Book.woff) format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}
h1, h2, h3, 
h1 *,
h2 *,
h3 *,
nav a,
nav a * {
font-family: "Gotham Bold" !important;
}
p, p *, a, a * {
font-family: "Gotham Light" !important;
}
header .col.span_3 {
order: 1;
}
header nav {
padding-top: 50px;
}
.powered-by {
display: none !important;
}
.nectar-flickity.not-initialized.nectar-carousel.vertical-alignment-middle.instance-0.flickity-enabled.is-draggable {
background: #000;
}
.nectar-flickity.nectar-carousel[data-column-padding="50px"] .inner-wrap {
padding: 10px 50px;
}
.logoCol {
max-width: 15vw !important;
}
.rotate {
-webkit-animation: spin 1004s linear infinite;
-moz-animation: spin 1004s linear infinite;
animation: spin 1004s linear infinite;
}
@-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@media only screen and (max-width: 999px) {
.logoCol {
max-width: 30vw !important;
}
#header-outer #top .row .col.span_9,
body[data-header-format] #header-outer[data-format="centered-menu-bottom-bar"] #top .row div.span_9,
body[data-header-format] #header-outer[data-format="centered-menu-under-logo"] #top .row div.span_9 {
width: 100% !important;
display: table !important;
margin-top: 30vh !important;
height: 50px !important;
}
}