/* LAYOUT */
/* ----------------------------------------- */

/* Presentational classes generated by WordPress */
.aligncenter	{ display: block; margin: 0 auto; }
.alignleft		{ float: left; padding: 0 20px 20px 0; }
.alignright		{ float: right; padding: 0 0 20px 20px; }
.wp-caption		{ border: none; text-align: center; background: #fff; padding: 10px; margin: 0px auto; text-indent:0em; }

/* New Layout Added for responsive column */
.row 					{ clear: both;position: relative;width: 100%;zoom: 1;}
.row:before, .row:after { clear: both;display: table;content: " ";}
.col-6 					{ float: left;width: 50%;position: relative;}
.col-4 					{ width: 33%;float: left;position: relative;}
.margin-bottom-50 		{ margin-bottom: 50px;}
.margin-bottom-10 		{ margin-bottom: 10px;}
