/*
Theme Name: Ubud Child
Theme URI:
Description: An extension of it
Author: Michael Day
Author URI: http://www.yourdomain.com/
Template: ubud
Version: 1.0
Tags: Ubud Child Theme
*/

/* Import the stylesheet from the Ubud parent theme */
@import url('../ubud/style.css');

/*
Now you can start adding your own styles here. Use !important to overwrite styles if needed. */

#masthead {
    padding-bottom: 50px;
}

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #000;
	line-height: 170%;
}
#site-title {
	padding-top: 4em;
}
#site-title h1 {
	font-size: 1.1rem;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: .5px;
}
#site-title h2.site-description {
    margin: 0px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;

}
h1, h2, .single-post .entry-header h1.entry-title {
	font-size: 1.1rem;
}
single-post .entry-header h1.entry-title, .entry-tags, .entry-cats {
	line-height: 1.4rem;
}

.search-wrap #searchform input#s {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 0.9rem;
}

.slideshow-window {
    background-color: #ffffff;
    margin-bottom: 20px;
    height: 410px;
    z-index: 1;
}

ul {
    margin: 0px 0px 0px;
    padding-left: 30px;
}
.archive-header h2.archive-title {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 1.1rem;
}
#colophon {
    padding-top: 30px;
    padding-bottom: 40px;
}
/* menu colours */
#site-nav ul li a {
	color: #fff ;
	background: #000000;
}
#site-nav ul li a:hover {
	color: #000 !important; 
	background: #fff;
}
.entry-thumbnail {
	/*display:none;*/
}
.textwidget a {
	text-decoration: none !important;
	
}
.wpforms-field-label {
	text-decoration: none !important;
	font-weight: 300 !important;
}