/**
 * Theme Name:   Modern - Child
 * Template:     modern
 * Theme URI:    https://github.com/webmandesign/child-theme/
 * Author:       DS Design
 * Author URI:   http://www.webmandesign.eu/
 * Version:      1.0.0
 * Description:  Your website child theme. You can change this text to your needs.
 * License:      GNU General Public License v3
 * License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * IMPORTANT:
 * Read the instructions in `readme.md` file at https://github.com/webmandesign/child-theme/
 */

/* Put your custom CSS styles here... */

body {
	font-family: 'Open Sans', sans-serif;
}

a:focus {
	outline: none;
}

.entry-content {
	text-align: justify;
}

.post-thumbnail {
	background-color: #000000;
}
.post-thumbnail img {
	min-width: 100%;
}

.work-item {
	padding: 20px 20px 40px 20px;
	margin: 0 0 -20px 0;
	background: url('https://zlatko-tusek.from.hr/wp-content/themes/modern-child/img/gallery-bg.png');
	background-size: contain;
	background-position: center center;
}
.work-item-title {
	margin: 0 auto 80px auto;
	background: transparent;
	text-align: center;
}
.work-item-title h3 {
	display: inline;
	padding: 10px 20px;
	background: #2783DE;
	color: #FFFFFF !important;
}
.work-item-title a {
	display: block;
}

.timeline-header {
	position: relative;
}
.timeline-year {
	position: absolute;
	top: 50%;
	left: 0;
	width: 60px;
	max-width: 60px;
	min-width: 60px;
	height: 60px;
	max-height: 60px;
	min-height: 60px;
	margin-top: -30px;
	border-radius: 50%;
	background-color: #e1e2e2;
	line-height: 60px;
	color: #1a1c1e;
	text-align: center; 
}
.timeline-title {
	padding: 15px 0 15px 60px;
	margin-left: 25px;
	border-left: 10px solid #e1e2e2;
	text-align: left;
}
.timeline-title h2 {
	font-size: 20px;
}
.timeline-content {
	clear: both;
	padding: 20px 0 20px 60px;
	margin-left: 25px;
	border-left: 10px solid #e1e2e2;
}

.download {
	background-image: url("img/download.svg");
	background-repeat: no-repeat;
	background-size: 21px 21px;
	background-position: 14px 18px;
	padding-left: 45px;
}

@media screen and (max-width: 54.9375em) {
	.work-item {
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	.work-item-title {
		padding: 10px 20px;
		background: #2783DE;
	}
	.work-item-title h3 {
		padding: 0;
		background: transparent;
	}
}

.black-background {
	background-color: #000000;
}

.image-padding {
	padding: 20px 20px 40px 20px;
}
.image-button {
	margin-top: -25px !important;
}
.image-button a {
	padding: 10px 20px;
}

caption {
	caption-side: top;
}

.wp-video {
	overflow: hidden;
}