/*
 Theme Name:   Merlin Child
 Theme URI:    http://localhost/merlin-child/
 Description:  Merlin Child Theme
 Author:       Huw Bath
 Author URI:   http://localhost
 Template:     merlin
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: two-columns, custom-background, custom-header, custom-menu, editor-style, rtl-language-support, blog, news, featured-image-header, featured-images, flexible-header, custom-colors, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, one-column, left-sidebar, right-sidebar, three-columns
 Text Domain:  merlin-child
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Normalize
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Accessibility
6.0 - Alignments
7.0 - Clearings
8.0 - Layout Structure
9.0 - Header
10.0 - Navigation
	10.1 - Top Navigation
	10.2 - Main Navigation
	10.3 - Social Icon Menu
11.0 - Widgets
	11.1 - Default Widgets
	11.2 - Category Posts Widgets
12.0 - Posts and pages
11.0 - Comments
12.0 - Footer
13.0 - Media
	13.1 - Captions
	13.2 - Galleries
14.0 - Media Queries
	14.1 - Desktop Large ( < 1120px )
	14.2 - Desktop Medium ( < 1040px )
	14.3 - Desktop Small ( < 960px )
	14.4 - Tablet Large ( < 880px )
	14.5 - Tablet Medium ( < 800px )
	14.6 - Tablet Small ( < 720px )
	14.7 - Mobile Extra Large ( < 640px )
	14.8 - Mobile Large ( < 560px )
	14.9 - Mobile Medium ( < 480px )
	14.10 - Mobile Small ( < 320px )
15.0 - Theme Option Styles
	15.1 - Sidebar Left Layout
	15.2 - Sticky Navigation
16.0 - Media Query Fixes
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# 9.0 - Header
--------------------------------------------------------------*/
/* oem 670 - 678 */
.header-main {
	padding: 1em 1.3em;
	background-image: url("images/Lounge_Bar_Clock_1190x240.jpg");
  	background-repeat: no-repeat;  
  	background-size: cover;  
	background-position: center center;
}

.site-branding {
	float: left;
	max-width: 100%;
	margin: 0.5em 0.5em;
}

/* oem 703 - 721 */
.site-title a:link,
.site-title a:visited {
	color: #2299cc;
}

.site-title a:hover,
.site-title a:active {
	color: #f4f4f4;
}

.site-branding .custom-logo {
	margin: 0 1.5em 0 0;
	padding: 0;
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

/* oem 745 - 757 */
/* Custom Header Image */
.header-image {
	margin: 0 0 1px 0;
}

.header-image img {
	max-width: 1340px;
	vertical-align: top;
	width: 100%;
	height: auto;
	background-image: url("images/Lounge_Bar_Clock_Btm_1190x56.jpg");
  	background-size: cover;  
	background-position: center center;
}

