/*
Theme Name: Foto Blog - Lenstore DE
Description: A child theme for Foto Blog
Author: Lenstore
Template: foto-blog
Text Domain: fotoblog
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, translation-ready, theme-options, threaded-comments, custom-logo, custom-background, custom-header, footer-widgets, blog
*/

/* COLOURS
	Blue 		: #1fa0ba
	Blue hover  : #12697b
	Light Grey 	: #f4f3f3
	Dark grey 	: #313131	
*/


/* TEXT */
a, a:hover, a:focus, a:active, .course-item-wrapper .entry-title a:hover, .course-item-wrapper .entry-title a:focus, .blog-posts-wrapper .entry-title a:hover, .blog-posts-wrapper .entry-title a:focus, .featured-content-wrapper .entry-meta a:hover, .featured-content-wrapper .entry-title a:hover, .featured-content-wrapper .entry-meta a:focus, .featured-content-wrapper .entry-title a:focus {
	color: #1fa0ba;
}

a:hover, a:focus, a:active, #secondary a:hover, #secondary a:focus, .entry-meta a:hover, .entry-meta a:focus {
	color: #12697b;
}

/* FORMS : INPUT FOCUS */
input:focus, .widget_search form.search-form input[type="search"]:focus {
	border-color: #1fa0ba;
}

/* Change all background colours to be on brand */
#site-navigation,
.widget_search form.search-form button.search-submit,
#site-navigation li {
	transition: background-color 0.3s ease-in-out;
	background-color: #1fa0ba;
}
	.more-link:hover, .more-link:focus,
	.widget_search form.search-form button.search-submit:hover,
	#site-navigation li:hover {
		background-color: #12697b;
	}

/* increase font size of CTA's */
.more-link {
	font-size: 13px;
}

.posts-navigation .nav-previous,
.posts-navigation .nav-next {
	width: 200px;
}

.posts-navigation .nav-previous {
	float: left;
}

.posts-navigation .nav-next {
	float: right;
}

/* HEADER */

/* TOP BAR */
.widget.widget_search_form form.search-form input[type="search"] {
	background-color: #313131;
}

	.site-logo {
		max-width: 250px;
		padding: 0;
	}

	.site-branding {
		padding: 20px 0;
	}
	.site-branding .wrapper {
		padding-left: 0;
	}
	
	.site-branding .site-logo + #site-identity {
		margin: 0;
	}

	@media screen and (max-width: 480px) {
		.site-logo {
			padding: 0 15px;
		}

		.site-branding .wrapper {
			width: 100%;
		}
	}
	
	@media screen and (max-width: 1023px) {
		.site-branding {
			padding: 15px 0 20px;
			text-align: left;
		}

	}

/* MENU */
.menu-toggle {
	padding: 0 15px;
	height: 50px;
	width: auto;
	margin: 0;
}

	.menu-toggle:after {
		vertical-align: middle;
		display: inline-block;
		margin-bottom: 5px;
		content: "Menu";
		color: #fff;
	}

	.fa-list-ul {
		font-size: inherit;
	}
	
	.fa-list-ul::before {
		content: "\f0c9";
		font-size: 21px;
	}

	.menu-toggle[aria-expanded="true"] .fa-list-ul::before {
		content: "\f078";
	}

	.menu-toggle i {
		color: #fff;
	}

.main-navigation {
	border: none;
}
	.main-navigation a {
		transition: none;
	}

#site-navigation ul.nav-menu {
	text-align: left;
	font-size: 0;
}

	#site-navigation li:nth-child(1) > a {
		border-left: 1px solid rgba(0, 0, 0, 0.1)
	}

	#site-navigation li > a {
		color: white;
		border-right: 1px solid rgba(0, 0, 0, 0.1)
	}
	
	@media screen and (max-width: 1023px) {
		#site-navigation .wrapper {
			width: 100%;
			padding: 0;
		}

		.main-navigation ul.nav-menu {
			margin-top: 0;
		}
	}


/* BUTTONS */
.more-link {
	background-color: #1fa0ba;
	border-radius: 3px;
}


/* LISTED POST */
.post-item {
	position: relative;
}

.post-item .cover-link {
	z-index: 1;
}

.post-item .featured-image {
    margin: 30px 30px 15px;
    width: calc(100% - 60px);
    height: auto;
    position: relative;
    display: block;
    padding-bottom: 0;
}

.right-sidebar .post-item .entry-container {
	padding: 0 0 30px;
    width: 100%;
    display: block;
    float: none;
}

.blog-posts-wrapper .entry-meta,
.right-sidebar .blog-posts-wrapper .entry-title,
.blog-posts-wrapper .entry-content,
.blog-posts-wrapper .read-more{
    padding: 0 30px;
}


/* BLOG POST PAGES */
.featured-content-wrapper {
	max-width: 1024px;
}

#post-header .page-title {
	font-size: 38px;
	font-weight: 500;
	margin-top: 0;
}


/* PAGINATION */
.post-navigation a:hover, .posts-navigation a:hover, .post-navigation a:focus, .posts-navigation a:focus {
	background-color: #12697b;
}


/* SLICK */
.featured-content-wrapper {
	max-width: none;
	padding: 30px;
	background-color: transparent;
	background: linear-gradient(to bottom, transparent 0%, black 150%) repeat scroll 0 0;
	-webkit-backdrop-filter: blur(2px);
	border-radius: 3px;	
	top: auto;
	bottom: 0; 
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	text-align: left;
}

.featured-content-wrapper .entry-title {
	margin-bottom: 0;
	font-size: 24px;
}

.featured-content-wrapper .entry-title a,
.featured-content-wrapper .entry-excerpt,
.featured-content-wrapper .entry-title a:hover,
.featured-content-wrapper .entry-title a:focus,
.featured-content-wrapper .entry-title a:active {
	color: #fff;
}

.wrapper.slider-wrapper {
	padding: 0;
}

.featured-content-wrapper .entry-header {
	margin: 0 0 .5em;
}

.featured-content-wrapper .read-more {
	text-align: left;
}

.featured-content-wrapper .entry-excerpt {
	max-width: 650px;
}

#featured-slider button.slick-arrow {
	background-color: #1fa0ba;
	border-radius: 3px;
}

#featured-slider article {
	height: auto;
	padding: 200px 0;
}

/* BACK TO TOP */
.backtotop {
	background-color: #1fa0ba;
	border-radius: 3px;
}


/* AUTHORS */
.authors {
	list-style: none;
	padding: 0;
	margin: 0;
}

.authors li {
	position: relative;
}

	.authors li:before {
	font-family: "FontAwesome";
    margin-right: 15px;
    content: "\f101";
    float: left;
}


/* FOOTER */
#colophon.site-footer {
	background-color: #e2f0f5;
	color: #595959;
	font-size: 13px;
}
	#colophon.site-footer .page-section {
		padding: 40px 0;
	}

	.footer-widgets-area .widget ul li {
		padding-bottom: 0;
	}

	#colophon .widget-title, #colophon .widgettitle, #colophon p, #colophon li, #colophon a {
		color: #595959;
	}

		#colophon a:hover, #colophon a:focus {
			text-decoration: underline;
			color: #595959;
		}

.site-info {
	background-color: #f4f3f3;
	color: #595959;
}

.page-section {
	padding: 40px 0;
} 
.page-id-903 .wp-block-image {
    position: absolute;
    left: 0;
    top: 25px;
}
.page-id-903 .entry-content {
    position: relative;
    padding-left: 195px;
}
.page-id-903 ul {
    margin: 0;
    padding-left: 1em;
}
.table-wrapper-layout-fix-sm .wp-block-table td, .table-wrapper-layout-fix-sm .wp-block-table th {
    padding: 12px;
    width: 26%;
	font-size: 14px;
    word-break: normal;
}
.table-wrapper-layout-fix-sm {
	overflow-x:auto;
}

@media screen and (max-width: 480px) {
	.page-id-903 .wp-block-image {
		position: relative;
		left: 0;
		top: 0;
	}
	.page-id-903 .entry-content {
		padding-left: 0;
	}
}