/*
 Theme Name:   Lynette Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Lynette Child Theme
 Author:       Astrid Salling
 Author URI:   http://example.com
 Template:     Lynette
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Lynette-child
*/

@import url("../Lynette/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
.post-meta{
display:none;
}
.nocomments{
display:none;
}
.pagetitle{
display:none;
}
img.alignleft.wp-post-image{
max-width:30%;
height:auto;
}
.article {
margin-bottom: 20px;
overflow: hidden;
clear: both;
}

.sideform {
display:none;
}

.left {
display:none;
}

.right cat-item cat-item-17{
display:none;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col: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 TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%;
	}
}
