/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Template: twentyseventeen

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.
*/

@import url('https://fonts.googleapis.com/css?family=Lato');
body {

	background: #fff;
	font-family: Lato;
	text-decoration: none;
}


.blog:not(.has-sidebar) #primary article, .archive:not(.page-one-column):not(.has-sidebar) #primary article, .search:not(.has-sidebar) #primary article, .error404:not(.has-sidebar) #primary .page-content, .error404.has-sidebar #primary .page-content, body.page-two-column:not(.archive) #primary .entry-content, body.page-two-column #comments {
	width: 100%;
	clear: both;
	text-align: center;
}
.entry-title a {
	margin-left: 0px;

}


h2 {
	text-align: center;
}
.site-branding {
	height: 450px;
}

.site-title {
	margin-top: 50px;
}

body:not(.has-sidebar):not(.page-one-column) .page-header, body.has-sidebar.error404 #primary .page-header, body.page-two-column:not(.archive) #primary .entry-header, body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
	text-align: center;
	width: 100%;
}

.navigation-top {
	background-color: #DDDDDD;
	margin-right: 60px;
}

#top-menu {
	/*text-align: center;*/
}

.panel-image {
	display: none;
}

.site-content-contain {
		background-color: #fff;
}
.custom-header-media::before {
	display: none;
	background-color: white;
}

.menu-scroll-down {
	display: none !important;
}
.has-sidebar:not(.error404) #primary {
	width: 100%;
}
body.post-type-archive-book_reviews #primary article.book_reviews {
	width: 33%;
	float: left;
	padding: 25px;

}

body.single-book_reviews #primary {
	width: 55% !important;
	float: left !important;
}
.myLogo  {
    width: 60px;
    float: left;
}

.site-info a {
	text-decoration: none;
}
.site-footer {
	background-color: #DDDDDD;
}







