/*
==================================================

	Theme Name: RROC
	Theme URI: http://www.wearedoneright.com
	Author: Done Right (not)
	Author URI: http://www.wearedoneright.com
	Version: 1.0.1


================================================== */

@import "assets/css/bootstrap.css";
@import "assets/js/google-code-prettify/prettify.css";
@import "assets/css/application.css";
@import "assets/css/credit-card-icons.css";
@import "assets/css/social-media.css";
@import "assets/css/bulleted-list.css";

@import "assets/glyphicons/html_halflings/css/style.css";
@import "assets/glyphicons/html_halflings/css/halflings.css";
@import "assets/isotope/css/style.css";
@import "assets/prettyPhoto/prettyPhoto.css";

/*@import "assets/css/dev/font-body.css";
@import "assets/css/dev/font-body-2.css";
@import "assets/css/dev/font-input.css";
@import "assets/css/dev/font-elements.css";
@import "assets/css/dev/font-navigation.css";

@import "assets/css/dev/font-body-size.css";
@import "assets/css/dev/font-input-size.css";
@import "assets/css/dev/font-navigation-size.css";
@import "assets/css/dev/theme-colors.css";*/

#featured-widget .featured-label .description {
	text-transform: none;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"] {
	height: 38px;
}

@media only screen and (min-width:641px) {

	.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium,
	.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large,
	.gform_wrapper .top_label li.gfield.gf_left_third input.medium,
	.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity):not(ul.gfield_radio li input):not(ul.gfield_checkbox li input) {
		width: 97% !important;
	}

}