/*
Theme Name: Theme - Dr. Carolyn Chang
Theme URI: http://www.drcarolynchang.com
Author: Plastic Surgery Studios
Author URI: http://www.plasticsurgerystudios.com
Description:
Version: 1.6.1
Tags:
*/

/* ====================
	Base Styles
==================== */
.alignleft {
	float: left;
	max-width:49%;
	margin:0 2% 2% 0;
}

.alignright {
	float: right;
	max-width:49%;
	margin:0 0 2% 2%;
}

	@media (min-width: 992px) {
		.alignleft {
			max-width:inherit;
		}

		.alignright {
			max-width:inherit;
		}
	}

.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px 4px 0;
	margin: 10px 0;
	max-width:100%;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-text {
	font-size:.9em;
	margin:5px 0;
}

img {
	max-width:100%;
	height:auto;
}

/*figure illustrations style*/

.fig-center {
	text-align: center;
}

table.fig-set img{
	width:100%;
}


/* ====================
	Apply Bootstrap styles to Gravity Forms
==================== */	
.gform_wrapper ul {
	padding-left: 0;
	margin:0 -15px;
	list-style: none;
}
.gform_wrapper li {
	margin-bottom: 15px;
	padding:0 15px;
}
.gform_wrapper form {
	margin-bottom: 0;
}
.gform_wrapper .gfield_required,
.gform_wrapper .validation_message {
	padding-left: 1px;
	color:#a94442;
}
.ginput_container input,
.ginput_container select,
.ginput_container textarea {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
					box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
					transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ginput_container textarea {
	height: auto;
}
.gform_button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	background: #428bca;
	border: 1px solid #357ebd;
	border-radius: 4px;
	color: #fff;
}

	.gform_wrapper .gfield_error .gfield_label {
		color:#a94442;
	}
	.gform_wrapper .gfield_error input,
	.gform_wrapper .gfield_error select,
	.gform_wrapper .gfield_error textarea {
		border-color: #a94442;
		background-color: #f2dede;
		color: #a94442;
	}
		.gform_wrapper .gfield_error input:focus ,
		.gform_wrapper .gfield_error select:focus ,
		.gform_wrapper .gfield_error textarea:focus {
			border-color: #66afe9;
			outline: 0;
			-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
		}

.validation_error {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	color: #a94442;
	background-color: #f2dede;
}
#gforms_confirmation_message {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #d6e9c6;
	border-radius: 4px;
	color: #3c763d;
	background-color: #dff0d8;
}
.ginput_container select[multiple="multiple"]{
	max-height:80px;
	height:auto;
}
.gfield_checkbox li,
.gfield_radio li {
	margin-bottom:0
}
.ginput_container input[type="checkbox"],
.ginput_container input[type="radio"] {
	float: left;
	width: auto;
	height: auto;
	margin: 5px 10px 0 0;
	box-shadow: none;
}

.ginput_container .gfield_checkbox label,
.ginput_container .gfield_radio label {
	margin-top: 2px;
	margin-bottom: 7px;
}