/*
Theme Name:   University of Zurich WP Theme
Theme URI:    https://dlf.uzh.ch/wp-content/themes/uzh-wp-theme/
Author:       Roj Feiner, Anita Holdener based on Storefront
Author URI:   https://dlf.uzh.ch
Template:     storefront
Description:  WordPress Theme of the University of Zurich based on Storefront
Version:      1.1.0
Tags:        education, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
Text Domain:  uzh-wp-theme


The University of Zurich WP Theme is a child theme of Storefront.

This theme, like WordPress, is licensed under the GPL.

*/

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-Italic_1.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('fonts/SourceSans3-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body {
font-family: 'Source Sans 3', 'Arial', sans-serif !important;
}

.storefront-primary-navigation {
	box-shadow: 10px 10px 10px rgba(245,245,245, 0.8);
}

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
	font-weight: 550;
}

h1 {
	font-weight: 550;
}

.main-navigation ul.menu > li > a:hover, .main-navigation ul.nav-menu > li > a:hover {
	color: black;
	padding-bottom: 21px !important;
	border-bottom: 4px solid black !important;
	transition: 0.3s;
}

footer {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.custom-logo {
	min-height: 100% !important;
	min-width: 100% !important;
}

.sub-menu {
	background-color: white !important;
	border: 1px solid rgba(0, 0, 0, 0.08);
}

#lightbox-custom {
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	margin-bottom: 100%;
	margin-top: 100%;
	padding: 20px;
	height: 220px;
	width: 100%;	
}

.custom-button-uzh a{
	border: transparent !important;
}

.custom-button-uzh a:hover{
	background-color: rgba(102,102,102,0.005) !important;
	text-decoration:underline !important;
}

a {
	text-decoration:none !important;
}
.tribe-events-single-section-title{
	min-width:250px;
}

/*SEARCH BAR ROFEIN 25. OCT 2023*/


.search-bar{
	margin-top: 0px;
	margin-bottom: 5px;
}

.coll-full{
	padding: 0px !important;
}

#masthead{
	padding-top: 0px;
}

.search-bar > div {
	border-color: transparent;
}

.search-bar > div > button {
	border-color: transparent;
	background-color: transparent;
	margin-left: 2px;
	padding: 0px;
}

.search-bar > div > button > svg {
	min-width: 32px;
	min-height: 32px;
}


.search-bar > div > input{
	padding: 5px;
	padding-left: 15px;
	background-color: white;
	border: 1px solid rgb(233,233,233);
	border-radius: 25px;
}

@media screen and (max-width: 780px) {
  .search-bar {
    display: none;
  }
}