/*!
Theme Name: fabio
Theme URI: https://www.fabiorehak.com
Author: Marián Rehák
Author URI: https://www.fabiorehak.com
Description: Description
Version: 1.0.0
Tested up to: 6.1.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fabio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Basic formatting */
html,
body {
	max-width: 100vw !important;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-smooth: always;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-overflow-scrolling: touch;
	font-family: 'neue-haas-grotesk-text', sans-serif;
}

.locked {
	overflow: hidden !important;
}

::-moz-selection {
	/* Code for Firefox */
	background: #cecece;
}

::selection {
	background: #cecece;
}

mark,
ins {
	background-color: transparent;
}

iframe,
video {
	width: 100%;
}

img {
	width: 100%;
}

/* Fonts */
html,
body,
h1,
h2,
h3,
h3 a,
h4,
h5,
p,
a,
ul,
li,
input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
label,
button,
select,
textarea {
	color: #000;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	font-family: 'neue-haas-grotesk-text', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h1 *,
h2 *,
h3 *,
h4 *,
h5 * {
	margin-top: 0;
	margin-bottom: 28px;
	color: #000;
}

p {
	margin-top: 0;
	margin-bottom: 16px;
}

a {
	text-decoration: none;
	outline: none !important;
	color: #000;
}

a:hover,
a:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #c6c6c6;
	text-decoration: none;
	background-color: transparent;
}

a.active-link {
	color: #000;
	text-decoration: none;
}

b,
strong {
	font-weight: 600;
}

html .small,
html .small *,
html .small input {
	font-size: 11px;
	line-height: 13px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: none;
	border-radius: 0;
	padding: 0;
	color: #000;
	background-color: transparent;
	font-size: 14px;
	outline: none !important;
	text-align: left;
	transition-duration: 0s;
	-webkit-transition-duration: 0s;
}

#pwbox-9 {
	-webkit-text-security: disc;
}

input::placeholder {
	color: #c6c6c6;
	opacity: 1;
}

input[type="checkbox"],
input[type="radio"] {
	height: 15px;
	width: 15px;
	border: 1px solid #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	border-radius: 0;
	vertical-align: top;
	position: relative;
	top: 2px;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked,
input[type="checkbox"]:checked,
input[type="radio"]:focus {
	background: #000;
	outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #000;
	border-color: #fff;
	box-shadow: none;
}

#main-content ul,
#main-content li {
	padding: 0;
	margin: 0;
}

/* Buttons */
button {
	text-align: left;
}

.btn {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.04em;
	font-weight: 600;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	text-decoration: none !important;
	border-radius: 0;
	padding: 3px 38px;
	display: inline-block;
	max-width: 100%;
	width: auto;
}

.fabio-button:hover,
.fabio-button:focus {
	color: #000;
	background-color: transparent;
}

.buttons-container a {
	margin: 0 10px 15px 0;
	display: inline-block;
}

.buttons-container a:last-child {
	margin: 0;
}

/* Bootstrap formatting */
.container {
	max-width: 2300px;
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
}

.row {
	margin-left: -8px;
	margin-right: -8px;
}

.row>* {
	padding-left: 8px;
	padding-right: 8px;
}

table {
	margin: 0;
}

.form-control {
	height: auto;
}

/* Custom classes */
.section {
	padding-top: 64px;
	padding-bottom: 64px;
}

.section-larger {
	padding-top: 96px;
	padding-bottom: 96px;
}

.top-2 {
	padding-top: 2px;
}

.top-4 {
	padding-top: 4px;
}

.top-8 {
	padding-top: 8px;
}

.top-16 {
	padding-top: 16px;
}

.top-24 {
	padding-top: 24px;
}

.top-32 {
	padding-top: 32px;
}

.top-48 {
	padding-top: 48px;
}

.top-64 {
	padding-top: 64px;
}

.top-96 {
	padding-top: 96px;
}

.top-128 {
	padding-top: 128px;
}

.bottom-2 {
	padding-bottom: 2px;
}

.bottom-4 {
	padding-bottom: 4px;
}

.bottom-8 {
	padding-bottom: 8px;
}

.bottom-12 {
	padding-bottom: 12px;
}

.bottom-16 {
	padding-bottom: 16px;
}

.bottom-24 {
	padding-bottom: 24px;
}

.bottom-32 {
	padding-bottom: 32px;
}

.bottom-64 {
	padding-bottom: 64px;
}

.bottom-96 {
	padding-bottom: 96px;
}

.bottom-128 {
	padding-bottom: 128px;
}

.bottom-256 {
	padding-bottom: 256px;
}

.max-590 {
	max-width: 590px;
}

.no-side-padding {
	padding-left: 0;
	padding-right: 0;
}

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

.flex-end {
	align-items: end;
}

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

.justify-end {
	justify-content: end;
}

.space-between {
	justify-content: space-between;
}

.height100 {
	height: 100%;
}

.simple-border {
	border: 1px solid #000;
}

.box {
	padding: 64px;
}

.marginless,
.marginless *:last-child {
	margin-bottom: 0;
}

.col-paddingless .col {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.automargin {
	margin-left: auto;
	margin-right: auto;
}

.reveal {
	visibility: hidden;
}

.image-box,
.video-box {
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.image-box::after,
.video-box::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.image-box img,
.video-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.image-box.wide::after {
	content: "";
	display: block;
	padding-bottom: 62.7%;
}

.video-box::after {
	content: "";
	display: block;
	padding-bottom: 56.25%;
}

.image-link {
	outline: none !important;
	border: none !important;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.dot {
	height: 10px;
	width: 10px;
	display: inline-block;
	border-radius: 50%;
	background-color: #000;
}

/* Header */
header {
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

#masthead {
	padding: 6px 0;
}

#allProjectsHeader {
	padding-top: 6px;
}

.logged-in header {
	top: 32px;
}

#masthead,
#masthead a {
	text-decoration: none;
}

#masthead a.active-link,
#masthead a:hover {
	color: #000
}

#logo * {
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.singleImage>.col>.row .col-lg-4 {
		width: calc(50% - 60px);
	}
}

@media (max-width: 1199px) {
	.singleImage .first-column {
		max-width: 42px;
		padding-right: 0;
	}

	.singleImage>.col>.row .col-lg-4 {
		width: calc(50% - 21px);
	}
}

@media (max-width: 991px) {
	.singleImage>.col>.row .col-lg-4 {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1400px) {
	.first-column {
		min-width: 120px;
	}

	.first-column+.col-md-4,
	.first-column+.col-lg-4 {
		width: calc(50% - 120px);
	}
}

@media(min-width: 768px) {
	.singleImage {
		height: calc(50vh - 4px);
		flex-direction: column;
	}

	.imageContainer {
		position: relative;
		flex-grow: 1;
	}

	.imageContainer * {
		height: 100%;
	}

	.imageDescriptionContainer {
		flex-grow: 0;
	}

	.singleImage video,
	.singleImage img {
		position: absolute;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
}

@media (max-width: 767px) {
	.imageDescriptionContainer .text1,
	.imageDescriptionContainer .text2 {
		max-width: calc(100% - 32px);
	}
}

/* Page */
.post,
.page {
	margin: 0;
	padding: 0;
}

.page-content,
.entry-content,
.entry-summary {
	padding: 120px 0;
	margin: 0;
}

/* Menus */
ul.menu,
ul.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.menu ul,
.menu ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* homepage */
#intro {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100vh - 8px);
}

.logged-in #intro {
	height: calc(100vh - 36px);
}

#about {
	padding-top: 55px;
}

#contact {
	padding-bottom: env(safe-area-inset-bottom);
}

#about .place:empty {
	display: none;
}

#passwors,
#projects {
	margin-bottom: 32px;
}

#password .row>* {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

@media(min-width: 1200px) and (min-height: 500px) {

	#projects {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media(min-width: 1200px) and (min-height: 450px) {
	#password {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%);
	}
}

#allProjects {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	overflow-y: scroll;
	background-color: #fff;
	z-index: 1000;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

#allProjects::-webkit-scrollbar {
	display: none;
}

:root,
#allProjects,
#page {
	overscroll-behavior: none;
}

.logged-in #allProjects {
	padding-top: 32px;
}

.project-image {
	display: none;
	position: relative;
	margin-top: 2px;
}

@media (min-width: 768px) {
	.project-image img,
	.project-image video {
		width: 100%;
		height: calc(50vh - 27.2px);
		object-fit: cover;
		object-position: center;
		position: absolute;
	}

	/* Safari renders stuff a bit differently, so we need to set a 1px offset */
	@supports (hanging-punctuation: first) and (-webkit-appearance: none) {
		.project-image img,
		.project-image video {
			top: -1px;
		}
	}
}

/* Projects */
#allProjectsHeader {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	left: 0;
	z-index: 2;
}

#section-header {
	position: absolute;
	top: 50vh;
	max-width: 100vw;
}

@media(min-width: 768px) {
	#section-footer,
	#section-header {
		width: 50vw;
		max-width: 1150px; /* half of container width */
	}
}

#section-footer {
	position: absolute;
	top: calc(100vh - 8px);
	transform: translateY(-100%);
	width: 50vw;
}

.logged-in #section-footer {
	top: calc(100vh - 36px);
}

.projectInfo {
	display: none;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: calc(50vw + 8px);
	width: 50vw;
	max-width: 1134px;
	/* half of container width - padding */
	height: 100vh;
	background-color: #fff;
	z-index: 9;
	padding-top: 6px;
	padding-bottom: 6px;
	overflow-x: hidden;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.projectInfo::-webkit-scrollbar {
	display: none;
}

#projectInfoContainer {
	padding-top: 19px;
}

.logged-in .projectInfo.fixed {
	padding-top: 70px 0;
}

.projectInfo.fixed {
	display: flex;
	overflow-y: scroll;
}

.projectInfo>div {
	flex: 1;
}

.gallery-nav a,
.gallery-nav a.active {
	background-color: #fff;
	display: inline-block;
}

.gallery-nav a.active {
	opacity: 0.4 !important;
}

.gallery-nav a img {
	opacity: 1;
}

.videoPreview {
	background-color: #f2f2f2;
	height: 27px;
	width: 30px;
	background-image: url("../img/play.png");
	background-size: 10px auto;
	background-position: center;
	background-repeat: no-repeat;
}

.locked .gallery-nav a {
	pointer-events: none !important;
	opacity: 1 !important;
}

#infoButton {
	min-width: 38px;
	top: 3px;
	position: relative;
}

.project-footer {
	position: sticky;
	position: -webkit-sticky;
	bottom: 4px;
	left: 0;
}

.project-footer.reachedBottom {
	top: -36px;
	position: relative;
}

.gallery-nav {
	max-width: 100%;
	width: 100%;
	white-space: nowrap;
	overflow-x: scroll;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.gallery-nav::-webkit-scrollbar {
	display: none;
}

.gallery-nav a {
	margin-right: 5px;
	vertical-align: bottom;
}

.gallery-nav img {
	height: 27px;
	min-width: 10px;
	display: inline-block;
	object-fit: cover;
}

/* hide first project first image description as we're already loading it in the header */
@media (min-width: 768px) {
	#project-1 {
		margin-top: -23px;
	}
}

.projectContainer .project-media .singleImage {
	padding-top: 8px;
}

@media (max-width: 768px) {
	.projectContainer .project-media .singleImage {
		padding-top: 0;
		padding-bottom: 15px;
	}
}

.projectContainer:last-child {
	margin-bottom: 8px;
}

.projectContainer .project-media .singleImage video {
	pointer-events: none;
}

/* Footer */
#footer {
	display: none;
	padding: 4px 0;
	position: fixed;
	width: 100vw;
	bottom: 0;
	left: 0;
}

/* Slick slider */
.cursor {
	opacity: 0;
	position: fixed;
	width: 15px;
	height: 12px;
	display: block;
	pointer-events: none;
	z-index: 9999;
	background-image: url("../img/arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.custom-arrows button {
	width: 50%;
	background-color: transparent;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	font-size: 0;
}

.custom-arrows {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	max-width: 100%;
	z-index: 9;
}

.carousel,
.carousel * {
	cursor: none !important;
}

/* Cookies */
body.non-eu #cmplz-cookiebanner-container {
	display: none !important;
}

html .cmplz-cookiebanner {
	min-width: 200px;
	max-width: 350px;
	width: 100%;
	padding: 18px 40px 18px 18px;
	display: block;
	border: none !important;
	bottom: 8px;
	right: 8px;
	border-radius: 0 !important;
	z-index: 99999999999 !important;
}

html .cmplz-cookiebanner,
html .cmplz-cookiebanner * {
	font-family: 'GTAmericaMono-Regular', sans-serif;
	text-transform: uppercase;
}

html .cmplz-cookiebanner.cmplz-show {
	box-shadow: 0 0 1rem rgba(56, 54, 47, 0.1) !important;
}

html .cmplz-cookiebanner .cmplz-header {
	display: block;
	margin-bottom: 0;
}

html .cmplz-cookiebanner .cmplz-close {
	position: absolute;
	top: 12px;
	right: 12px;
	height: 16px;
	width: 16px;
	outline: none;
	background-image: url("../img/close.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

html .cmplz-cookiebanner .cmplz-close:hover {
	transform: rotate(90deg);
}

html .cmplz-cookiebanner .cmplz-close svg {
	display: none !important;
}

.cmplz-link.cookie-statement,
.cmplz-link.privacy-statement {
	display: none !important;
}

html .cmplz-cookiebanner .cmplz-title {
	display: none;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category {
	background: transparent;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) {
	margin-bottom: 5px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
	top: -4px;
	position: relative;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category[open] .cmplz-icon.cmplz-open {
	top: 1px;
}

html .cmplz-cookiebanner .cmplz-message {
	font-size: 11px;
	line-height: 1.5;
	margin-bottom: 16px;
	width: 100%;
	text-transform: uppercase;
	font-family: 'GTAmericaMono-Regular', sans-serif;
}

html .cmplz-cookiebanner .cmplz-message a {
	text-decoration: underline;
	font-size: 11px;
	line-height: 1.5;
	color: #000;
	text-transform: uppercase;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title,
html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
	font-size: 11px;
	text-transform: uppercase;
	color: #000
}

html #cmplz-document * {
	font-size: 14px;
}

html #cmplz-document p a:hover {
	text-decoration: none;
}

html .cmplz-cookiebanner .cmplz-message a:hover {
	text-decoration: none;
	color: #000;
}

html .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.66;
	text-transform: uppercase;
	padding: 0;
	border: none !important;
	background-color: transparent !important;
	height: unset;
	color: #000 !important;
	width: auto !important;
	margin-right: 11px;
}

html .cmplz-cookiebanner .cmplz-buttons {
	display: flex;
}

html .cmplz-btn.cmplz-view-preferences {
	margin-right: 0 !important;
}

html .cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover {
	text-decoration: underline;
}

html .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
	text-decoration: underline;
}

html .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover {
	text-decoration: none;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
	padding: 5px 0;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
	padding: 0 0 10px 0;
}

.cmplz-icon svg {
	height: 12px;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
	height: 12px;
	width: 12px;
	transition-duration: 0s !important;
}

html .cmplz-cookiebanner .cmplz-categories.cmplz-fade-in {
	margin-bottom: 15px;
	max-width: 100%;
	width: 100%;
}

#cmplz-manage-consent .cmplz-manage-consent {
	display: none !important;
}

@media (max-width: 767px) {
	html .cmplz-cookiebanner {
		bottom: 15px;
		left: 50%;
		transform: translateX(-50%);
		max-width: calc(100vw - 30px);
	}

	html .cmplz-cookiebanner .cmplz-buttons {
		flex-direction: row;
	}

	html .cmplz-cookiebanner .cmplz-body {
		min-width: unset;
	}

	html .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
		margin-right: 8px;
	}
}

html .cmplz-blocked-content-container,
html .cmplz-placeholder-1.cmplz-blocked-content-container iframe {
	height: 450px;
	max-height: 60vh;
}

html .cmplz-blocked-content-container .cmplz-blocked-content-notice {
	background: #fff;
	color: #000;
	font-size: 16px;
	line-height: 22px;
	border: none;
}

html .cmplz-blocked-content-container .cmplz-blocked-content-notice:hover {
	background: #000;
	color: #fff;
}

html .cmplz-blocked-content-container {
	border-radius: 0 !important;
	box-shadow: none;
}


/* Responsive */
@media (max-width: 991px) {
	.tabletmargin {
		margin-top: 32px;
	}

	/* Swiper */
	.mediaGallery .swiper-wrapper {
		display: block;
	}

	.mediaGallery .swiper-slide {
		margin-bottom: 12px;
	}

	.mediaGallery .swiper-slide:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {

	/* Bootstrap */
	.container,
	.row>* {
		padding-left: 10px;
		padding-right: 10px;
	}

	.row {
		margin-left: -10px;
		margin-right: -10px;
	}

	#password .row>* {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	/* Custom */
	.mobilemargin-16 {
		margin-top: 16px;
	}

	.mobilemargin-64 {
		margin-top: 64px;
	}

	.first-column:not(#about .first-column) {
		width: 32px !important;
		max-width: 32px !important;
		padding-right: 0;
	}

	#post-password-form input[type="submit"] {
		text-align: right;
	}

	/* Header */
	#masthead {
		padding-top: 8px;
		padding-bottom: 8px;
		background-color: #fff;
	}

	#allProjectsHeader {
		padding-top: 0;
		mix-blend-mode: difference;
		top: calc(50vh - 30px);
		color: #fff;
		height: 0;
	}

	#section-header {
		top: 0;
		transform: none;
		position: relative;
	}

	#mobileClientPlaceholder {
		min-width: 205px;
	}

	/* Intro */
	#intro {
		z-index: 9;
		position: relative;
		background-color: #fff;
		height: 100vh;
		max-height: -webkit-fill-available;
		padding-bottom: 8px;
	}

	#allProjects {
		display: block;
		position: relative;
		height: auto;
		width: auto;
		z-index: 1;
		margin-top: 128px;
	}

	#about div:empty {
		display: none;
	}

	/* projects */
	#allProjects {
		overflow-y: unset;
	}

	#section-header {
		/*this margin needs to be the same number as #logo width */
		margin-left: 22px;
		margin-right: 22px;
	}

	#webDescription {
		min-width: 200px;
		padding-right: 0;
	}

	/* Content */
	#intro {
		margin-left: 32px;
		/*this needs to be the same number as #logo width */
	}

	#about {
		padding-top: 42px;
	}

	#main-content .first-column:not(#about .first-column) {
		display: none;
	}

	.project-media {
		position: relative;
	}

	.projectHeader {
		display: none;
		padding-left: 32px;
		/*this needs to be the same number as #logo width */
	}

	#main-content .mediaGallery .first-column {
		display: block !important;
	}
}