/* default first */

/* BOOTSTRAP4-FIX this is now done with BS4 rows / cols classes in the php template : application/views/portal/page_layouts/*.php
#col_1 {
	float: left;
	clear: none;
	width: 66%;
	margin-right: 2%;
	padding-right: 0;
}

#col_2 {
	float: left;
	clear: none;
	width: 32%;
	margin-right: 0;
	padding-right: 0;
}

@media (max-width: 768px) { 
	.is_using_a_layout #col_1,
	.is_using_a_layout #col_2,
	.ie7 .is_using_a_layout #col_1 {
		float: none;
		clear: both;
		width: 100%;
		margin-right: 0;
		padding-right: 0;
	}
}
*/

/*
Must decrease widths slightly to allow for 10px margin on each column (when
editing the layout as an admin) .
Decreasing widths by about 10% seemed to work ok
*/
/* BOOTSTRAP4-FIX this is now done with BS4 rows / cols classes in the php template : application/views/portal/page_layouts/*.php
.page_layout_editing #col_1{width:62%}
.page_layout_editing #col_2{width:30%}
*/
/* for media queries , add .is_using_a_layout  to selector.. This means the media
queries won't get applied when editing layout in admin '*/
