/*
Theme Name: Handy Man
Author: Faraz Ahmed
Author URI: http://farazahmed.co/
Description: Custom Theme for gallethandymanservices.com
Version: 1.0
*/

#choose-box .left-part .list li {
	color: #e4e0d4;
	font-size: 18px;
}
#choose-box .right-part .grey-box p a {
    color: #00a79d;
    display: block;
    font-size: 24px;
    line-height: 34px;
}
#choose-box .right-part ul {
	margin: 0px 0px 26px 26px;
	list-style: square outside none;
	font-size: 18px;
}
#choose-box .right-part ul li {
	list-style: square outside none;
}
#choose-box .right-part ul ul {
	margin-bottom: 0px;
}
#choose-box {
	background-color: #f4f5ef;
    padding-top: 30px;
}
h1.entry-title {
    color: #2d2929;
    font-size: 30px;
    margin-bottom: 20px;
}
#text-box {
	padding-bottom: 0px;
}
#choose-box .left-part {
	margin-bottom: 30px;
}
#choose-box .left-part:last-child {
	margin-bottom: 0px;
}
#form-box input[type="submit"].green-btn {
	background-color: #00a79d;
	border: medium none;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
	color: #e4e0d4;
	display: inline-block;
	font-family: rockwellbold;
	font-size: 18px;
	line-height: 44px;
	padding: 0 12px;
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.9);
	text-transform: uppercase;
	border-radius: 5px;
	font-weight: normal;
}
.form-group .form-control {
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	margin-bottom: 0px;
}
div.wpcf7-response-output, .wpcf7-not-valid-tip strong {
	color: #e4e0d4;
}
#filter-box .caption-of-list {
	color: #f4f5ef;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
.flex-control-nav.flex-control-paging, .flex-direction-nav {
	display: block;
}
.flex-direction-nav a {
	color: #f4f5ef;
	overflow: visible;
}
.flex-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #fff;
    font-size: 14px;
    left: 0;
    line-height: 18px;
    padding: 2%;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
}
.flexslider {
	margin: 0;
}
#filter-box .main p {
	margin-top: 30px;
}

/* Homepage - Captcha */
.wpcf7-form #recaptcha_area { border-left: 6px solid #870500 !important; border-right: 6px solid #870500 !important; }
.wpcf7-form #recaptcha_area, 
.wpcf7-form #recaptcha_table { width: 100% !important; background: #870500 !important;}
.wpcf7-form #recaptcha_table tr,
.wpcf7-form #recaptcha_table td{ margin: 0 !important; padding: 0 !important; line-height: normal !important;}
.wpcf7-form .recaptchatable #recaptcha_image,
.wpcf7-form .recaptchatable #recaptcha_image img { width: 100% !important;}
.wpcf7-form .recaptcha_r1_c1,
.wpcf7-form .recaptcha_r7_c1,
.wpcf7-form .recaptcha_r8_c1,
.wpcf7-form .recaptcha_r4_c4,
.wpcf7-form .recaptcha_r4_c2,
.wpcf7-form .recaptcha_r3_c2,
.wpcf7-form .recaptcha_r3_c1,
.wpcf7-form .recaptcha_r2_c1,
.wpcf7-form .recaptcha_r3_c3 {background: none !important; width: 0 !important;}
.wpcf7-form .recaptcha_r4_c2 { height: 45px !important;}
.wpcf7-form .recaptcha_r4_c1 { background: #FFDC73 !important;}
.wpcf7-form .recaptchatable .recaptcha_r4_c1 { width: 100% !important; }
.wpcf7-form .recaptchatable #recaptcha_response_field { width: 100% !important; }
.wpcf7-form .recaptcha_input_area { width: 94.02% !important; margin: 0 2.99% !important; }
.wpcf7-form .recaptcha .message.required { margin-top: 0;}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}