
@charset "utf-8";
/* CSS Document */

/* Responsive Things */
body {
	background: url(../img/bgs/5.png) repeat fixed;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}

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


/*------------------------------------------------
                    typography
--------------------------------------------------*/

h2 {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 900;
	font-size: 30px;
	text-transform: uppercase;
	color: #464545;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 22px;
	text-transform: uppercase;
	color: #464545;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #464545;
}

p, div {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

a:link {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}



/*------------------------------------------------
                     intro
--------------------------------------------------*/

.topbar {
	background-color: #fff;
	width: 100%;
	height: 30px;
	opacity: 0.7;
	position: fixed;
	z-index: 200;
	-webkit-box-shadow: 0px 0px 7px 0px #818181;
	-moz-box-shadow: 0px 0px 7px 0px #818181;
	box-shadow: 0px 0px 7px 0px #818181;
}

.ie8 .topbar, .ie7 .topbar {
	display: none;
}


#intro {
	background: url(../img/bgs/5.png) repeat fixed;
	height: 610px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}



#intro h1 {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 900;
	font-size: 120px;
	text-transform: uppercase;
	letter-spacing: -5px;
	line-height: 80px;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 1px #787777;
	/*filter: dropshadow(color=#787777, offx=1, offy=1);*/
	padding-top: 90px;
	margin: 0 auto;
	position: fixed;
	z-index: 100;
	width: 100%;
}

span.small {
	font-size: 80px;
}

span.name {
	color: #b46b6b;
	text-shadow: 1px 0px 1px #787777;
}

span.amp {
	display: inline-block;
	font-size: 80px;
	font-weight: normal;
	font-family: Baskerville, 'Maven Pro', serif;
	font-style: italic;
}
span.intro_line {
	background: url(../img/intro_line.png) no-repeat;
	width: 254px;
	height: 8px;
	display: inline-block;
	margin: 0 20px 12px 25px;
}


.ie7 #intro .title {
	text-align: left;
}

/*------------------------------------------------
                       nav
--------------------------------------------------*/

nav {
	background: url(../img/nav_bg.png) repeat;
	/*height: 34px;*/
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 7px 0px #818181;
	-moz-box-shadow: 0px 0px 7px 0px #818181;
	box-shadow: 0px 0px 7px 0px #818181;
}

nav ul {
	padding:0;
}

nav ul li {
	display: inline;
}

nav a:link {
	font-size: 18px;
	font-weight: 300;
	color: #4a4949;
	text-transform: uppercase;
	padding: 5px 30px 5px 30px;
	display:inline-block;
}

nav a:visited {
	color: #4a4949;
}

nav a:hover {
	background: #b46b6b;
	color: #ffffff;
}

/*------------------------------------------------
                      blocks
--------------------------------------------------*/

.gray-block {
	margin-top: -13px;
	background: url(../img/work_bg.png) repeat;
	width: 100%;
	position: relative;
	z-index: 400;
	text-align: left;
	height: auto;
	padding-bottom: 70px;
}

.gray-block.first{
	margin-top: 0px !important;
}

.white-block {
	width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 400;
	text-align: left;
	padding-bottom: 70px;
}

.white-block p {
	/*color: #686868;*/
}

.gray-block p {
	/*color: #3D3D3D;*/
}

.white-block.first{
	margin-top: 0px !important;
}

.bg_top {
	background: url(../img/bg_up.png) repeat-x;
	background-color: #fff;
	width: 100%;
	height: 14px;
	position: relative;
	z-index: 400;
}

.bg_bottom {
	background: url(../img/bg_down.png) repeat-x;
	width: 100%;
	height: 13px;
	position: relative;
	z-index: 9999;
	clear:both;
}

/*------------------------------------------------
                      elements
--------------------------------------------------*/

.block h1 {

}

.block h2 {

}

.block h3 {
	margin: 0px 0 18px 0;
	font-size: 22px;
}

.block h4 {
	margin: 0px 0 18px 0;
	font-size: 18px;
}

.block p{
	margin: 0px 0 18px 0;
}

.block a {
	color: #b46b6b;
}

.block img {
	-webkit-box-shadow: 0px 0px 0px 7px #fff;
	-moz-box-shadow: 0px 0px 0px 7px #fff;
	box-shadow: 0px 0px 0px 7px #fff;
	opacity: 0.8;
	margin-top: 7px;
	margin-right:20px;
}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;

	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	margin-bottom: 18px;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
	

/*------------------------------------------------
                      work
--------------------------------------------------*/

.subheader {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 60px;
}

.subheader h2 {
	text-align: center;
	background-image: url(../img/subheader_line.png);
	background-repeat: repeat-x;
	background-position: 0 center;
	color: #464545;
}

.gray-block .subheader h2 span{
	background-color: #f0f0f0;
	padding: 0px 10px;
}

.white-block .subheader h2 span{
	background-color: #ffffff;
	padding: 4px 10px;
}

.subheader_line {
	background: url(../img/subheader_line.png) no-repeat;
	width: 348px;
	height: 8px;
	margin: 0 10px 5px 10px;
	display: inline-block;
}

.gallery {
	/*margin-top: 70px;*/
}

.gallery .portfolio-item {
	margin-top: 40px;
	margin-bottom: 30px;
}

.gallery p {
	margin-top: 14px;
	font-size: 15px;
	color: #4b4a4a;
	text-align: center;
}

span.ss_text {
	color: #808080;
}

.ss {
	text-align: center;
	width: 280px;
	height: 180px;
	margin: 0 auto;
}

.ss img {
	-webkit-box-shadow: 0px 0px 0px 1px #d9d7d7;
	-moz-box-shadow: 0px 0px 0px 1px #d9d7d7;
	box-shadow: 0px 0px 0px 1px #d9d7d7;
}

.ss img:hover {
	-webkit-box-shadow: 0px 0px 0px 7px #b46b6b;
	-moz-box-shadow: 0px 0px 0px 7px #b46b6b;
	box-shadow: 0px 0px 0px 7px #b46b6b;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.spacer {
	padding-bottom: 37px;
}


.work_bg_bottom {
	background: url(../img/work_bg_bottom.png) repeat-x;
	background-color: #fff;
	width: 100%;
	height: 14px;
	position: relative;
	z-index: 400;
}

/*------------------------------------------------
                      about
--------------------------------------------------*/

.about_pic {
	background: url(../img/about_pic.jpg) no-repeat;
	width: 266px;
	height: 266px;
	-webkit-box-shadow: 0px 0px 0px 7px #fff;
	-moz-box-shadow: 0px 0px 0px 7px #fff;
	box-shadow: 0px 0px 0px 7px #fff;
	opacity: 0.8;
	margin-top: 67px;
}

.about_copy {
	margin-top: 60px;
}

.about_copy p {
	margin-bottom: 15px;
	color: #3d3d3d;
}

/********* social **********/

.social {
	margin-top: 30px;
}

.social ul li {
	display: inline;
	margin-right: 15px;
}

.icon.twitter {
	width: 52px;
	height: 52px;
	background: url(../img/icn_twitter.png) no-repeat 0 0;
	display: inline-block;
}

.icon.facebook {
	width: 52px;
	height: 52px;
	background: url(../img/icn_facebook.png) no-repeat 0 0;
	display: inline-block;
}

.icon.linkedin {
	width: 50px;
	height: 52px;
	background: url(../img/icn_linkedin.png) no-repeat 0 0;
	display: inline-block;
}

.icon.dribbble {
	width: 50px;
	height: 52px;
	background: url(../img/icn_dribble.png) no-repeat 0 0;
	display: inline-block;
}

.sprite:hover {
	background-position: 0 -52px;
}

/********** skills *********/


.skills ul li {
	margin-bottom: 15px;
}

.skills p {
	padding: 4px;
	color: #fff;
	font-size: 15px;
}

.skillred {
	background-image: url(../img/skill1.png);
	/*background-repeat: repeat-x;
	height: 27px;*/
}

.skillyellow {
	background-image: url(../img/skill2.png);
	/*background-repeat: repeat-x;
	height: 27px;*/
}

.skillblue {
	background-image: url(../img/skill3.png);
	/*background-repeat: repeat-x;
	height: 27px;*/
}

.skillgray {
	background-image: url(../img/skill4.png);
	/*background-repeat: repeat-x;
	height: 27px;*/
}

.skillgreen {
	background-image: url(../img/skill5.png);
	/*background-repeat: repeat-x;
	height: 27px;*/
}

.skillbrown {
	background-image: url(../img/skill6.png);
	/*background-repeat: repeat-x;
	height: 27px;*/
}

/*------------------------------------------------
                      contact
--------------------------------------------------*/

.contact_form h3 {
	margin-bottom: 15px;
}

.contact_form input,
.contact_form input[type="text"],
.contact_form input[type="password"],
.contact_form input[type="email"] {
	width: 340px;
	height: 25px;
	padding-left: 4px;
	background-color: #f0f0ef;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	color: #939292;
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.contact_form textarea {
	background-color: #f0f0ef;
	padding-left: 5px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	color: #939292;
	width: 390px;
	height: 140px;
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.contact_form input:focus, .contact_form textarea:focus {
	-moz-box-shadow: 0px 0px 6px #125b76;
	-webkit-box-shadow: 0px 0px 6px #125b76;
	box-shadow: 0px 0px 6px #125b76;
} 

.contact_form input.button {
	background-color: #b46b6b;
	color: #faf4ec;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: 15px;
	width: 110px;
	height:34px;
	padding: 5px 10px;
	text-align: center;
	cursor:pointer;
}

.contact_form input.button:hover {
	background-color: #e76658;
}

.contact_form .gform_wrapper .gform_footer {
	margin-top:0;
	}
.contact_form .gform_wrapper .top_label input.medium, .contact_form .gform_wrapper .top_label select.medium, .contact_form .gform_wrapper .top_label textarea.textarea {
	width:80%;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	}

.contact_info h4 {
	margin-bottom: 15px;
}

.contact_info p {
	margin-bottom: 6px;
	color: #4e4e4e;
}

#contact-loader {
	display: none;
	text-align: center;
}

.contact_info img {
	vertical-align: baseline;
	margin-right: 8px;
}

span.address {

}

.map_frame {
	margin-top: 20px;
	-webkit-box-shadow: 0px 0px 0px 7px #f0f0ef;
	-moz-box-shadow: 0px 0px 0px 7px #f0f0ef;
	box-shadow: 0px 0px 0px 7px #f0f0ef;
}

.gform_wrapper .gform_footer {
	margin:0;
	}

.google-map {
	margin-right:20px;
	}

/*------------------------------------------------
                      footer
--------------------------------------------------*/

footer {
	background:url(../img/bgs/5.png) repeat;
	padding:20px 0;
	text-align: center;
}

footer p {
	margin:0;
	font-size: 16px;
	color: #454545;
}


/*------------------------------------------------
                      blog
--------------------------------------------------*/

.post {
	margin-bottom: 30px;
}
.post .post-header {
	margin-bottom:10px;
	}
.post .post-avatar {
	display:inline;
	float:left;
	width:80px;
	}
.post .post-header-cnt {
	overflow:hidden;
	}
.post h2{
	text-transform: capitalize;
	color: #b46b6b;
	line-height:35px;
	margin-bottom:10px;
}
.post h2 a {
	color: #b46b6b;
}

.post .meta {
	font-size: 12px;
	margin-bottom: 10px;
}

.post .read-more {
	font-weight: bold;
}

.pagination {
	padding-top: 30px;
}

.pagination a {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: 15px;
	width: 74px;
	padding: 0;
	text-align: center;
	padding: 8px;
	margin-right: 10px;
}

.pagination a.active {
	background-color: #b46b6b;
	color: #faf4ec;
}

.single .post {
	padding-top: 40px;
}
.single .meta {
	margin-bottom: 10px;
}

.single h1, .single h2, .single h3, .single h4, .single h5, .single h6 {
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
	color: #464545;
	font-weight: normal;
}

.single h1 { font-size: 30px; line-height: 36px; margin-bottom: 10px; }

.single h2 { font-size: 24px; line-height: 30px; margin-bottom: 10px; margin-top:8px; }

.single h3 { font-size: 20px; line-height: 26px; margin-bottom: 15px; }

.single h4 { font-size: 16px; line-height: 22px; margin-bottom: 15px; }

.single h5 { font-size: 14px; line-height: 20px; margin-bottom: 15px; }

.single h6 { font-size: 12px; line-height: 18px; margin-bottom: 15px; }

.single ul { margin-bottom: 15px; }

.single ul li { list-style-type: square; /*color: #464545;*/ margin-bottom: 10px; margin-left: 35px;}

.single ol { margin-bottom: 15px; }

.single ol li { list-style-type: decimal; /*color: #464545;*/ margin-bottom: 10px; margin-left: 35px;}

/* Single Post: Social share */
.social-share {
	padding-top:30px;
	}
.social-share #leftcontainerBox {
	position:relative !important;
	top:0px !important;
	right:0px !important;
	left: inherit !important;
	}
.social-share #leftcontainerBox .buttons {
	clear:none;
	}
.social-share .bottomcontainerBox {
	height:auto;
	width:auto;
	}
.social-share .bottomcontainerBox div {
	margin:0 !important;
	padding:0 !important;
	}
.social-share .share-label {
	float:left;
	margin-right:5px;
	}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 10px;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 10px;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 10px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	padding-top: 5px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
	
/*** COMMENTS ***/

#comments {
	overflow:hidden;
}

#comments .heading {
	margin-bottom: 30px;
}

#comments .comment-list {
	margin-bottom: 30px;
}

#comments .comment-list .comment {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 25px;
	height:1%;
	overflow:hidden;
}

#comments .comment-list .comment .comment-avatar {
	width: 93px;
	height: 93px;
	float: left;
}

#comments .comment-list .comment .comment-detail{
	padding-left: 120px;
	padding-top: 5px;
}

#comments .comment-list .comment ul {
	margin-left: 30px;
	padding-top: 15px;
	margin-bottom: 0;
}

#comments .comment-list .comment ul .comment:last-child {
	margin-bottom: 0;
}

/*** RESPOND COMMENTS ***/

#respond {
}

#respond h3 {
	/*padding-top: 30px;*/
	margin-bottom: 50px;
}

#respond fieldset {
	margin-bottom: 10px;
	width:100%;
}

#respond fieldset label {
	color: #686868;
	display: block;
	margin-bottom: 5px;
}

#respond input[type="text"]{
	width: 340px;
	height: 25px;
	max-width:100%;
	margin-bottom: 15px;
	padding-left: 4px;
	background-color: #f0f0ef;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	color: #939292;
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#respond textarea {
	background-color: #f0f0ef;
	margin-bottom: 20px;
	padding-left: 5px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	color: #939292;
	width: 390px;
	height: 140px;
	max-width:100%;
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#respond input[type="text"]:focus, #respond textarea:focus {
	-moz-box-shadow: 0px 0px 6px #125b76;
	-webkit-box-shadow: 0px 0px 6px #125b76;
	box-shadow: 0px 0px 6px #125b76;
} 

#respond input[type="submit"] {
	background-color: #b46b6b;
	color: #faf4ec;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: 15px;
	width: 74px;
	padding: 5px 10px;
	text-align: center;
	border: none;
	cursor:pointer;
}

#respond input[type="submit"]:hover {
	background-color: #e76658;
}

/* Added by Jimba: July 26, 2012 */

#undefined-sticky-wrapper {
	height:34px !important;
	}
#contact-me .one_half .one_half {
	margin-right:4.3333%;
	}

input,
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
		max-width:100%;
		-webkit-appearance: none;
		}
.content {
	word-wrap: break-word;
	}


/* #Media Queries
================================================== */

	/* Smaller than standard 1152 */
	@media only screen and (max-width: 1151px) {
		/* Intro */
		#intro h1 {
			font-size: 100px;
			line-height:70px;
		}
		span.small, span.amp {
			font-size: 60px;
		}
		/*span.intro_line {
			width: 254px;
		}*/
		#intro {
			height:540px;
			}

		
		}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		/* Intro */
		#intro h1 {
			font-size: 90px;
			line-height:60px;
		}
		span.small, span.amp {
			font-size: 50px;
		}
		#intro {
			height:490px;
			}
		
		/* Navigation */
		nav a:link {
			padding:5px 20px;
			}
		
		/* Contact Me*/
		#contact-me .one_half .one_half {
			width:90%;
			margin:0;
			}
		.contact_info {
			margin-bottom:10px;
			}
		
		
		}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.topbar {
			height:5px;
			}
		/* Intro */
		#intro h1 {
			font-size: 70px;
			line-height:40px;
			padding-top:50px;
		}
		span.small, span.amp {
			font-size: 40px;
			line-height:36px;
		}
		#intro span.name {
			line-height:56px;
			}
		#intro {
			height:400px;
			}
		span.intro_line {
			width:170px;
			margin-bottom:6px;
			}
		
		/* Navigation */
		nav {
			/*position:inherit;*/
			}
		nav ul {
			border-top:1px solid #ccc;
			border-left:1px solid #ccc;
			padding:0;
			}
		nav ul li {
			border-right:1px solid #ccc;
			border-bottom:1px solid #ccc;
			width:33%;
			margin:0;
			float:left;
			}
		nav ul li a:link, nav ul li a {
			display:block;
			font-size:14px;
			font-weight:700;
			padding:5px;
			}
		
		/* Content */
		.subheader {
			padding-top:40px;
			padding-bottom:20px;
			}
		.skills p {
			margin:0;
			}
		.skills li {
			margin-bottom:10px;
			}
		.gray-block {
			padding-bottom:40px;
			}
		
		.gform_wrapper .gform_footer {
			height:20px;
			}
		
		.contact_form input[type="text"],
		.contact_form input[type="password"],
		.contact_form input[type="email"] {
			width:90% !important;
			}
		
		/* blog single */
		.social-share {
			float:none;
			margin:0 0 10px 0;
			}
		.subheader h2.blog-header {
			background:none;
			}
		
		.single h2 {
			margin-top:0;
			}
		
		img.alignleft, img.alignright {
			margin-right: auto;
			margin-left: auto;
			display: block;
			clear: both;
			margin-bottom: 18px;
			float:none;
			}
			
		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#undefined-sticky-wrapper {
			height:61px !important;
			}
		
		#intro h1 {
			font-size: 70px;
			line-height:50px;
			padding-top:50px;
		}
		span.small, span.amp {
			font-size: 40px;
			line-height:40px;
		}
		#intro span.name {
			line-height:56px;
			}
		#intro {
			height:350px;
			}
		
			}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		/*Intro*/
		#intro {
			height:300px;
			}
		#intro h1 {
			font-size: 50px;
			line-height:36px;
			padding-top:30px;
		}
		span.small, span.amp {
			font-size: 20px;
			line-height:25px;
			letter-spacing:-1px;
		}
		#intro span.name {
			line-height:45px;
			}
				
		span.intro_line {
			width:95px;
			}
		
		#undefined-sticky-wrapper {
			height:90px !important;
			}
		nav ul li {
			width:49%;
			}
		
		/* Blog */
		.post .post-avatar {
			width:40px;
			margin-right:10px;
			}
		#comments .comment-list .comment .comment-detail {
			padding-left:0;
			padding-top:20px;
			clear:both;
			}
		.single h4 {
			margin-bottom:5px;
			}
		#respond fieldset {
			width:300px;
			}
		
		#respond input,
		#respond input[type="text"],
		#respond textarea,
		#respond select {
				max-width:95%;
				margin:0;
			}
		.block p {
			margin-bottom:10px;
			}
		#respond h3 {
			padding-top:0;
			margin-bottom:20px;
			}
		
		.social-share .share-label {
			margin-bottom:10px;
			}
		
		/* Contact form */
	
	.google-map {
		display:none;
		}
		
		}
	
	/* Small Andriod Mobile Portrait Size ( 240 devices and browsers) */
	@media only screen and (max-width: 319px) {
		span.intro_line {
			width:65px;
			}
		}