/*
 Theme Name:     twentysixteen Child Theme
 Theme URI:      http://consciousnessdesigns.com
 Description:    A bare-bones child theme for use with twentysixteen Theme.
 Author:         Consciousness Designs 
 Template:       twentysixteen
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */


/*
.site {
    background: rgba(0, 0, 0, 0) url("http://api.thumbr.it/whitenoise-361x370.png?background=ffffffff&noise=bfbfbf&density=54&opacity=22") repeat scroll 0 0;
}
*/

.site {
    background: rgba(0, 0, 0, 0) url("http://oldschooldecorators.co.uk/background-noise.png") repeat scroll 0 0;
}

.entry-content ul, .entry-summary ul, .comment-content ul, .entry-content ol, .entry-summary ol, .comment-content ol {
    margin-left: 20px;
}


.entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .page-header, .page-content, .content-bottom-widgets {
    margin-right: 7.6923%;
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.colz {
	display: block;
	float:left;
	margin: 1% 0 1% 2%;
}
.colz:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66%; }
.span_1_of_3 { width: 32%; }

/*  GO FULL WIDTH BELOW 700 PIXELS */
@media only screen and (max-width: 700px) {
	.colz {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}



#custom-banner {
    display: none;
}

.site-header {
    padding: 1em 4.5455% 1em;
}





/* Get rid of black border */
 
.site {
    margin: 0 0 0 0;
}
 
body:not(.custom-background-image):before,
    body:not(.custom-background-image):after {
    height: 0px !important;
}
 
.site-inner {
    overflow: hidden !important;

    }


.hidden {
display: none;
}




/* unvisited link */
a.fontaw:link {
color: #5F8841;
box-shadow: none !important;
}

/* visited link */
a.fontaw:visited {
color: #5F8841;
box-shadow: none !important;
}

/* mouse over link */
a.fontaw:hover {
color: #98bd7d;
box-shadow: none !important;
}

/* selected link */
a.fontaw:active {
color: #5F8841;
box-shadow: none !important;
}




.btn {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Merriweather,Georgia,serif;
  color: #ffffff;
  font-size: 20px;
  background: #5F8841;
  padding: 12px 22px 12px 22px;
  text-decoration: none;
  /*display: inline-block;*/
display: none;
}

.btn:hover {
  background: #98bd7d;
  text-decoration: none;
}


.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}



.entry-title {
    display: none;
}

.site-footer {
    display: none;
}

.site-content {
    padding: 0 !important;
}

.site-header-main {
    display: none;
}

#custom-logo {
text-align: center;
}

#custom-banner {
width: 100%;
}








