/*
Theme Name: Hugo
Theme URI: http://www.yukagraphic.com
Template: twentyfourteen
Author: John Stanford
Author URI: http://www.yukagraphic.com
Description: Child theme for the Twenty Fourteen theme
Version: 1.0.1439144090
Updated: 2015-08-09 19:14:50
*/

@charset "UTF-8";

/*770*/
a.post-thumbnail {
    display: none;
}
/*771*/
div.post-thumbnail {
    display: none;
}

.site, .site-footer, .site-header {
background-color: transparent !important;
} 

.post, .widget, .site-info {
	/* border: 1px solid black; */
	background:#FFFFFF; 
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.post, .widget, .site-info {
	padding: 0px;
    }

.site-info {
	padding: 5px;
	width: 190px;
	}

.article {
max-width: 474px;
}

/*stop menu from sliding*/
/*
.masthead-fixed .site-header {
  position: relative;
}

@media screen and (min-width: 783px) {
    .admin-bar.masthead-fixed .site-header {
        top:inherit;
    }
}
*/

/*
.masthead-fixed .site-header {
  position: relative;
}
*/

body.custom-background
{
  background-color: #000000;
  background-image: url("http://www.hugotrebels.co.uk/wp-content/uploads/2015/08/bg-duo-blue.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: fixed;
}

.full-width .site-content {
	margin:0px auto;
}
.full-width .site-content .has-post-thumbnail .entry-header {
	margin:0px auto;
}
.singular.full-width .site-content .has-post-thumbnail.hentry {
	margin:0px auto;
}


.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content
{
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 20px;
  max-width: 474px;
}


.page-content {
	margin: 0 auto;
	max-width: 474px;
}

.search-toggle {
              display: none;
}

.widget
{
  font-size: 14px;
  line-height: 1.28571;
  margin-bottom: 48px;
  width: 100%;
  word-wrap: break-word;
}


/* Line 3821 */
.footer-sidebar .widget
{
  box-sizing: border-box;
  float: left;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  /*width: 15%;*/ 
  width: 190px; 
}

.site-footer,
.site-info,
.site-info a {
	color: rgba(0, 0, 0, 0.7);
}

 
 /* Mobile Style Sheet */
/* get rid of background image on small devices */
@media (max-width: 800px) {
    body {
    background-image: none !important;
	background: #d5e5e4 !important;
	
    }
}
/* End get rid of background image on small devices */


/*No auto text hyphenation*/
.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: normal;
}

.nav-links {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         none;
	word-wrap: normal;
}

.comment-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: normal;
}

.widget {
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: normal;
}

/* end no auto text hyphenation*/

/*footer widget area padding*/
.footer-sidebar
{
  padding-top: 48px;
  padding-left: 20px;
  max-width: 624px;
}

/*content background .9 transparent*/
.site-content .entry-content, .site-content .entry-summary, .page-content
{
  background-color: #ffffff;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
  padding-top: 12px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}


.site-content .entry-header
{
  background-color: #ffffff;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
  }

/*end content background .9 transparent*/  
