/*
 * Theme Name:   Infinite Child
 * Theme URI:    
 * Description:  Goodlayers Infinite Child Theme
 * Author:       Julius Reich
 * Author URI:   
 * Template:     infinite
 * Version:      1.0.0
 * License:      GNU General Public License v2 or later
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:  infinite-child
 */


/* GLOBAL */
html, body {
	height: auto;
	width: 100%;
	word-break: keep-all;
	background-color: rgba(255,255,255,1);
}
body {
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}
* { 
	outline-style: none;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	transition: all 0.15s ease-in-out;
}
a > img { 
	transition: all 0.20s ease-in-out;
}
b, strong {
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 8px !important;
}
img, object {
	width: auto;
	max-width: 100%;
	height: auto;
	border: none;
}
input[type=text], input[type=email] {
	display: block;
	width: 100%;
	max-width: 300px;
	border: 1px solid #e2e2e2 !important;
	padding: 6px;
}
input[type=submit] {
	padding: 10px 20px 10px 20px !important;
	font-size: 16px !important;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #ffffff !important;
	background-color: #b21e68 !important;
}
input[type=submit]:hover {
	border: 1px solid transparent;
	background-color: #b21e68 !important;
}

.gdlr-core-image-item-caption {
	margin-top: 0 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
}
.gdlr-core-opacity-on-hover {
	background: transparent !important;
}
.gdlr-core-container, .infinite-container {
	max-width: 100% !important;
}
.contain .gdlr-core-pbf-background {
    background-size: contain !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
}
.gdlr-core-gallery-image-overlay {
	display: none;
}

#maps iframe {
	width: 100%;
}

.disclaimer p {
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #838383;
	font-size: 14px;
}
.flexslider img {
	max-height: 400px;
}

.gdlr-core-sly-scroll, .gdlr-core-sly-scroll-handle {
	height: 4px !important;
}
/*
#overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	padding: 1rem;
	text-align: center;
	line-height: 2.5rem;
	background-color: rgba(255, 255, 255, 1);
	z-index: 999;
}
#overlay img {
	width: 800px;
	max-height: 60vh;
	margin-bottom: 2vh;
}
#overlay #register {
	font-size: 1.4rem
}
#overlay #continue {
	font-size: 1.2rem
}
*/
/* FORMATTING */
.justify {
	text-align: justify;
	hyphens: auto;
	word-wrap: break-word;
}
.max-height-500 {
	max-height: 500px;
}
.display-none {
	display: none !important;
}
.strong {
	font-weight: 600 !important;
}
.no-repeat {
	background-repeat: none;
}

/* HEADER */
.infinite-navigation .sf-menu > li > a, 
.infinite-navigation .sf-vertical > li > a {
	padding-bottom: 0 !important;
}
.infinite-header-container {
	padding-top: 30px;
	padding-bottom: 30px;
}
.infinite-normal-menu, .sub-menu, .infinite-navigation {
	font-weight: 400 !important;
}
.infinite-mobile-header .infinite-logo {
    padding: 0 !important;
}

/* TITLE */
.header {
	text-shadow: 1px 1px rgba(0, 0, 0, 0.85);
}

/* SLIDER */
.crellyslider, .crellyslider-slider li {
	width: 100% !important;
	max-width: 100%;
	height: 36vh !important;
	max-height: 36vw;
	min-height: 240px;
}
.infinite-fixed-navigation .infinite-header-container {
	padding-top: 10px;
	padding-bottom: 10px;
}
.infinite-fixed-navigation .infinite-logo {
	position: relative !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.infinite-fixed-navigation .infinite-logo-inner {
	max-width: 160px !important;
}
.infinite-fixed-navigation .infinite-navigation {
	padding-top: 6px !important;
}

/* SIDEBAR */
.infinite-sidebar-right {
	width: 25% !important;
	padding-bottom: 30px;
}
.infinite-widget-head-text {
	padding-bottom: 10px;
	float: left;
	margin-right: 28px;
	font-size: 28px;
	color: #b21e68;
	text-transform: none;
}
.infinite-widget-head-divider {
	position: relative;
	top: 0.5em;
	display: block;
	margin-top: none;
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}
.gdlr-core-widget-item a {
	color: #484848;
}
.gdlr-core-widget-item a:hover {
	color: #b21e68;
}
.archive-short ul > li:nth-child(n+7) {
	display: none;
}
.srpw-content { 
	font-size: 15px;
}
.srpw-title {
	font-weight: 600;
	hyphens: auto;
}
.srpw-thumbnail {
	max-width: 100px !important;
	padding-top: 0 !important;
}

/* PROJECTS */
.projects p > a {
	color: rgba(33, 37, 41, 1);
}

/* TESTIMONIALS */
.gdlr-core-testimonial-item .gdlr-core-block-item-title-wrap {
	margin-bottom: 30px !important;
}
.gdlr-core-testimonial-style-left-2 .gdlr-core-testimonial-quote {
	top: -20px !important;
	right: -25px !important;
}
.gdlr-core-testimonial-author-image {
	width: 150px !important;
}
.gdlr-core-testimonial-author-content .gdlr-core-testimonial-title {
	font-size: 19px;
}

/* BLOG */
.gdlr-core-blog-medium {
	margin-bottom: 35px !important;
	min-height: 208px;
}
.gdlr-core-blog-thumbnail-wrap {
	width: 340px !important;
}
.gdlr-core-temp-image-wrap {
    display: inline;
    height: auto !important;
}
.gdlr-core-blog-info-wrapper {
	margin-bottom: 0 !important;
}
.gdlr-core-blog-date-day {
	font-weight: 400 !important;
	margin-bottom: 0 !important;
}
.gdlr-core-blog-thumbnail img {
    display: block;
    max-height: 200px;
    margin-left: auto;
}

/* POST */
.infinite-single-article-thumbnail {
    display: none;
}
.gdlr-core-column-15 img {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-top: 10px;
}
.gdlr-core-blog-grid-with-frame {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px !important;
}
.gdlr-core-blog-medium > div {
    vertical-align: top !important;
}

/* BIBLIOPGRAPHY */
.wpbib ul {
	list-style-type: none;
}
.wpbib li {
	margin-bottom: 10px;
}
.publication-title {
	font-weight: 600;
}
.menu-pubs a {
	font-family: "Source local" !important;
	font-size: 17px  !important;
	font-weight: 400;
}
.menu-pubs li {
	display: inline-block;
	padding-bottom: 0 !important;
	border: none !important;
	margin-bottom: 0 !important;
	margin-left: 8px;
	margin-right: 8px;
}
#projektfilter span {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    color: rgb(178, 30, 104);
    cursor: pointer;
}
#projektfilter .active {
    font-weight: 600;
    text-decoration: underline;
}

/* FOOTER */
.infinite-footer-container {
	text-align:center;
}
.infinite-footer-container li {
	margin-left: 1em;
	margin-right: 1em;
}
.infinite-footer-container li {
	display: inline-block;
}


/* RESPONSIVE */
@media (max-width: 1320px) {

}

@media (max-width: 1270px) {
    .infinite-header-container {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }
    .infinite-header-wrap {
        display: none;
    }
    .infinite-mobile-header-wrap {
        display: block;
    }
}


@media (max-width: 991px) {
	.quote {
		margin: auto !important;
	}
	.gdlr-core-column-15, .infinite-column-40, .gdlr-core-column-45, .infinite-sidebar-right {
		float: none;
		width: auto !important;
	}
}

@media (max-width: 880px) {

}

@media (max-width: 840px) {

}

/* goodlayers theme breaking point */
@media (max-width: 768px) {
	.gdlr-core-blog-thumbnail-wrap {
		width: 50% !important;
	}
	.gdlr-core-blog-thumbnail img {
		margin-left: 0;
	}
	.gdlr-core-pbf-column-content-margin {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#career .gdlr-core-pbf-column-content-margin {
		padding-top: 10px !important;
	}
}

@media (max-width: 660px) {
	.gdlr-core-testimonial-author-image {
		float: none !important;
	}
}

@media (max-width: 488px) {

}
