/*
Theme Name: GroLinq
Theme URI: http://grolinq.com
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: GroLinq
Author URI: http://grolinq.com
Tags: white, simple, fixed width, two columns, widgets, clean
*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

p img {
	padding: 0;
	max-width: 100%;
	}
a img {
	border: none;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

div#wpadminbar {
    z-index: 99999999;
}
.inquiries_form .btn {
    
    width: 50% !important;
}
.admin-bar header {
    top: 32px !important;
}



@media screen and (max-width: 600px) {
	.inquiries_form .btn {
    width: 100% !important;
}
}

.list ul {
    margin: 0 0 20px !important;
    margin-left: 20px !important;
}
.list ol{
	    list-style-type: auto !important;
	 margin: 0 0 20px !important;
    margin-left: 30px !important;
}
/* End Images */