/*
Theme Name: ESEO Responsive

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

.page-parent #page, .page-child #page {position: relative; top: 80px; margin-bottom: 80px;}

.parent-pageid-17 #page {top: 0px; margin: 0;}

body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}
audio,canvas,video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;	border: 0;	height: 1px;	margin: 24px 0px;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	text-transform: none;
	color: #87a441;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,input,textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
button,input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 10px 20px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	color: #333;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	opacity: .7;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background-color: #87a441;
	background-repeat: repeat-x;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}



 

/* Images */
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */

body {
	font-size: 15px;
	text-rendering: optimizeLegibility;
	color: #616161;overflow-x: hidden;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #87a441;
}
a:hover {
	color: #666;
}


/* Page structure */
.site {
		width: 100%; margin: 0 auto;
}
.site-header {
		width: 100%; margin: 0 auto;
}
.page-template-page-templatesfull-width-noheader-php .wrappersite { margin: 0 auto; max-width: 1100px; position: relative; padding: 0;}
.wrappersite { margin: 0 auto; max-width: 1100px; position: relative; padding: 50px 0; clear: both;}
.wrapper { margin: 0 auto; max-width: 1100px; position: relative; padding: 50px 0; clear: both;}
.site-green {
		width: 100%; background-color: #87a441; margin: 0 auto; clear: both; padding-top: 20px;
}
.site-lightgray {
		width: 100%; background-color: #f3f3f3; margin: 0 auto; clear: both;
}
.site-content {
	margin: 0;
}
.widget-area {
	margin: 0;
}

/* Header */
.site-header {
	padding: 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 {
	font-size: 24px;
	line-height: 1.285714286;
	margin-bottom: 14px;
}



/* Sidebar */
.widget-area .widget {
	margin-bottom: 25px;
}
.widget-area .widget h3 {
	font-size: 18px;
	text-transform: none;
	font-weight: 400;
	color: #1b1b1b;
	margin-bottom: 15px;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 15px;
	line-height: 1.5;
}
.widget-area .widget p {
	margin-bottom: 24px;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 15px;
}
.widget li {margin-bottom: 20px;}
.widget_nav_menu ul li {margin-bottom: 0;}
.widget_nav_menu ul li a {display: block; background-color: #cfd0cb; margin-bottom: 10px; text-align: center; text-decoration: none; color: #fff !important; font-size: 18px; border-radius: 5px; padding: 15px 0; width: 100%;}

.widget_nav_menu ul li a:hover, .widget_nav_menu .current_page_item a {background-color: #549eb3;}

.widget-area .widget a {
	color: #419ea4; margin-bottom: 12px; text-decoration: none;
}
.widget-area .widget a:hover {
	color: #32767a;
}
.widget-area .widget a:visited {
	color: #32767a;
}
.widget-area #s {
	width: 216px; background-color: #f2f2f2; border-top: 1px #dddddd solid; border-left: 0; border-right: 0; border-bottom: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px;border-top-right-radius: 0px;border-bottom-right-radius: 0px;height: 40px; line-height: 41px; padding: 0 0 0 10px;
}
.widget-area #s:focus {outline: 0;}
.widget-area #searchform input[type="submit"] { padding: 0px;border-top: 1px #dddddd solid; border-left: 0; border-right: 0; border-bottom: 0; width: 39px; height: 41px; text-indent: -1000000em; background-image: url('//www.eminentseo.com/wp-content/uploads/2014/08/sidebar-searchsubmit.jpg'); border-top-left-radius: 0px;border-bottom-left-radius: 0px;border-top-right-radius: 5px;border-bottom-right-radius: 5px; position: relative; top: 2px; left: -4px;}


#searchform .screen-reader-text {display: none;}
/* Footer */
#footer {
	clear: both;
	font-size: 12px;
	max-width: 100%;
	position: relative;
	background-color: #f0f0f0;
	margin: 0px auto;
}
#footerinside {
	max-width: 1100px; margin: 0 auto;
}
#copyright {
	text-align: center; font-size: 13px;
	color: #5d5d5d; padding: 25px 0; background-color: #242424;
}
#copyright a{color: #f88933;}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
}
.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none; color: #1b1b1b;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 24px 0;
	line-height: 1.5;
	font-weight: 300; display: inline-block;
}
.entry-content h1,
.comment-content h1 {
	font-size: 36px;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 30px;
	line-height: 1.6;
}
.blog .entry-content h3, .single .entry-content h3, .page-template-page-newsletter-php .entry-content h3 {color: #f88933; font-size: 20px; font-weight: 400;}
.entry-content h3,
.comment-content h3 {
	font-size: 26px;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 18px;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 2;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 2;
}

.aboutlist li {margin: 0 0 0 20px !important;}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 20px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	float: right;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	font-size: 15px;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
	margin: 0 0 48px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 48px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}

/* = Column Shortcode Fix
-------------------------------------------------------------- */
.one_half {
    width: 46% !important;
    margin-right: 8% !important;
}
.one_half.last_column {
    width: 46% !important;
    margin-right: 0px !important;
}
.one_third {
    width: 31% !important;
    margin-right: 3% !important;
}
.one_third.last_column {
    width: 31% !important;
    margin-right: 0px !important;
}
.two_third {
    width: 66% !important;
    margin-right: 2% !important;
}
.two_third.last_column {
    width: 66% !important;
    margin-right: 0px !important;
}
.one_fourth {
    width: 23.5% !important;
    margin-right: 2% !important;
}
.one_fourth.last_column {
    width: 23.5% !important;
    margin-right: 0px !important;
}
.three_fourth {
    width: 74.5% !important;
    margin-right: 2% !important;
}
.three_fourth.last_column {
    width: 74.5% !important;
    margin-right: 0px !important;
}
.one_fifth {
    width: 18.4% !important;
    margin-right: 2% !important;
}
.one_fifth.last_column {
    width: 18.4% !important;
    margin-right: 0px !important;
}
.two_fifth {
    width: 39% !important;
    margin-right: 2% !important;
}
.two_fifth.last_column {
    width: 38% !important;
    margin-right: 0px !important;
}
.three_fifth {
    width: 59% !important;
    margin-right: 2% !important;
}
.three_fifth.last_column {
    width: 59% !important;
    margin-right: 0px !important;
}
.four_fifth {
    width: 79.6% !important;
    margin-right: 2% !important;
}
.four_fifth.last_column {
    width: 79.6% !important;
    margin-right: 0px !important;
}
.one_sixth {
    width: 15% !important;
    margin-right: 2% !important;
}
.one_sixth.last_column {
    width: 15% !important;
    margin-right: 0px !important;
}


/* =HP Hexagon CSS
-------------------------------------------------------------- */


#threehexagons {position: absolute; width: 340px; height: 340px; right: 82px; top: 120px;}

#hex1 {position: absolute; right: 118px; top: 0px; z-index: 1000;}
#hex2 {position: absolute; left: 18px; bottom: 0px;}
#hex3 {position: absolute; right: 18px; bottom: 0px;}


#text {margin-top: 20px; text-align: center; color: #fff; font-size: 14px; font-weight: 400; line-height: 1.3; position: absolute; width: 340px; height: 100px; right: 0px; top: 480px;}

.container { position:relative;}

.middle1 {
    height: 72px;
    left: 44px;
    position: absolute;
    top: 50px;
    width: 148px;
	line-height: 36px;
    z-index:20; font-weight: 300;
    border-radius:5px;
	font-size: 25px; color: #fff; text-align: center;
}


.hexagon:hover .box1-blue, .hexagon:hover .middle1-blue, .hexagon:hover .box2-blue {background-color: #419ea4;}

.hexagon:hover .box1-green, .hexagon:hover .middle1-green, .hexagon:hover .box2-green {background-color: #87a441;}

.hexagon:hover .box1-orange, .hexagon:hover .middle1-orange, .hexagon:hover .box2-orange {background-color: #f88933;}

.box1-blue {
	border-left: 5px solid #419ea4;
    border-top: 5px solid #419ea4;
}
.box1-green {
	border-left: 5px solid #87a441;
    border-top: 5px solid #87a441;
}
.box1-orange {
	border-left: 5px solid #f88933;
    border-top: 5px solid #f88933;
}
.middle1-blue {
	border-left: 5px solid #419ea4;
    border-right: 5px solid #419ea4;
}
.middle1-green {
	border-left: 5px solid #87a441;
    border-right: 5px solid #87a441;
}
.middle1-orange {
	border-left: 5px solid #f88933;
    border-right: 5px solid #f88933;
}
.box2-blue {
	border-bottom: 5px solid #419ea4;
    border-right: 5px solid #419ea4;
}
.box2-green {
	border-bottom: 5px solid #87a441;
    border-right: 5px solid #87a441;
}
.box2-orange {
	border-bottom: 5px solid #f88933;
    border-right: 5px solid #f88933;
}


.box1 {
    width:100px;
    height:100px; 
	background-color: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
    -webkit-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
    -o-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
    -ms-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
    transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
}

.box2 {
    width:100px;
    height:100px;
    -webkit-border-radius: 20px;
    margin-top:-40px;
	background-color: none;
    border-radius: 20px;
    -moz-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
    -webkit-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
    -o-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
    -ms-transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
    transform: scale(1) rotate(45deg) translateX(50px) translateY(-50px) skewX(-10deg) skewY(-10deg);
}



/* =Custom Form CSS
-------------------------------------------------------------- */


#field_4_1 label, #field_7_1 label {display: none;}
#gform_wrapper_4, #gform_wrapper_7 {position: relative; top: 25px; margin-bottom: 20px; max-width: 60%; margin: 0 auto 24px auto;}
#input_4_1 {float: left; background-color: #5d5d5d; height: 55px; line-height: 55px; font-size: 18px; width: 80% !important; color: #919191; margin-top: -1px; padding: 0 0 0 20px; border: 0;  border-radius: 5px;}
#input_7_1 {float: left; background-color: #eee; height: 45px; line-height: 45px; font-size: 18px; width: 80% !important; color: #333; margin-top: -1px; padding: 0 0 0 20px; border: 0;  border-radius: 5px;}
#gform_submit_button_4 {background-image: url('//www.eminentseo.com/wp-content/uploads/2014/08/subscribe.jpg'); border: 0;  background-size: 62px 55px; position: relative; top: -1px; background-color: none; left: 5px; border-radius: 5px; width: 63px !important; height: 55px !important; text-indent: -100000em; padding: 0 !important;}

#gform_submit_button_7 {background-image: url('//www.eminentseo.com/wp-content/uploads/2014/08/subscribe.jpg'); border: 0;  background-size: 62px 55px; position: relative; top: -1px; background-color: none; left: 5px; border-radius: 5px; width: 63px !important; background-position: center center; height: 45px !important; text-indent: -100000em; padding: 0 !important;}

#gform_wrapper_4 .gform_footer{
padding: 0 !important;
margin: 0 !important;
clear: none !important;
float: right !important; width: auto !important;
}

#gform_wrapper_7 .gform_footer{
padding: 0 !important;
margin: 0 !important;
clear: none !important;
float: none !important; width: auto !important;
}
#gform_wrapper_7 {margin: 0 auto 24px auto; top: 0;}



.page-template-page-newsletter #gform_wrapper_4 {max-width: 500px !important;}

.page-template-page-newsletter #gform_submit_button_4 {background-image: url('//www.eminentseo.com/wp-content/uploads/2014/08/white-submit.jpg'); border: 0; background-size: 54px 52px; position: relative; top: -1px; background-color: none; left: -5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 0px; border-top-left-radius: 0px;width: 54px !important; height: 52px !important; text-indent: -100000em;}
.page-template-page-newsletter #input_4_1 {background-color: #fff; height: 52px; line-height: 52px; font-size: 18px; color: #9f9f9f; padding: 0 0 0 20px; border: 0;  border-top-right-radius:0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; width: 85% !important; float: left !important;}



.gf_page_steps {margin-bottom: 40px !important; border-bottom: 0 !important;}
.gform_wrapper .gform_page_footer {border-top: 0 !important;}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password],.gform_wrapper select {font-size: 15px !important;padding: 10px 0px 10px 10px !important;}

.formheading {color: #f88933 !important; font-size: 24px !important; font-weight: 300 !important; border-bottom: 0 !important;}
.gform_wrapper h2.gsection_title {font-weight: 300 !important;}

.gform_wrapper .top_label .gfield_label, .gform_wrapper .ginput_complex label {font-weight: 600 !important; color: #353535 !important; margin-bottom: 10px !important; font-size: 16px !important;}

.gform_wrapper .ginput_complex input[type=text] {margin-bottom: 10px;}

/* =Custom Site-wide Font/Image Style CSS
-------------------------------------------------------------- */

.bold {font-weight: bold !important;}
.semibold {font-weight: 600 !important;}
.normal {font-weight: 400 !important;}
.thin {font-weight: 300 !important;}
.italic {font-style: italic !important;}

.sixteen {font-size: 16px !important;}
.eighteen {font-size: 18px !important;}
.thirtysix {font-size: 36px !important;}
.twenty {font-size: 20px !important;}
.thirty {font-size: 30px !important;}
.twentyeight {font-size: 28px !important;}
.fifty {font-size: 50px !important;}
.forty {font-size: 40px !important;}

.nodec {color: inherit; text-decoration: none;}
.fullwidth {width: 100%;}

.black {color: #1b1b1b;}
.white {color: #fff;}
.orange {color: #f88933;}
.green {color: #87a441;}
.red {color: #ff3244 !important;}
.blue {color: #549eb3;}
.gray {color: #8f8f8f;}

.block {display: block !important;}

.margintop {margin-top: 44px !important;}
.paddingfifty {padding: 50px 0;}
.nopadding {padding: 0 !important;}
.nomargin {margin: 0 !important;}
.center {text-align: center; display: block !important;}

.three-col-list {-moz-column-count: 3;-webkit-column-count: 3;column-count: 3;}
.two-col-list {	-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;}

.clearfixspace {width: 100%; margin: 0 auto; height: 40px; clear: both;}
.clearfix {width: 100%; margin: 0 auto; height: 1px; clear: both;}
.clearfixspacetwenty {width: 100%; margin: 0 auto; height: 20px; clear: both;}
#footerclearfix {width: 100%; height: 40px; clear: both;}
.page-id-17 #footerclearfix {height: 0px !important;}


/* =About Section Custom CSS
-------------------------------------------------------------- */

.abouticon {text-decoration: none;}
.abouticon p {padding-top: 34px;color: #1b1b1b; line-height: 1.4; font-size: 12px;}
.abouticon p:first-line {font-size: 18px;}
.abouticon img {vertical-align: middle; margin: 0 15px 10px 0;}

#aboutsocial {float: right; text-align: right;}
.widget-easy-twitter-feed-widget-container h2 {display: none;}
.widget-easy-twitter-feed-widget-container {margin: 20px auto;}

.picholder-large:hover .overlay{opacity:1; z-index: 3;}
.picholder-large:hover .overlayinside{opacity:1; z-index: 2;}
.picholder-large:hover .aboutpic{opacity:1; z-index: 1;}
.picholder-large{width:390px; height:390px ; position:relative;margin: 0 auto 20px auto;}
.aboutlinks {text-decoration: none; color: #1b1b1b;}

.picholder p:first-line {margin-bottom: -10px;}
.picholder:hover .overlay{opacity:1; z-index: 3;}
.picholder:hover .overlayinside{opacity:1; z-index: 2;}
.picholder:hover .aboutpic{opacity:1; z-index: 1;}
.picholder{width:249px; height: 249px; position:relative;margin: 0px auto 10px auto;}
.overlay {  bottom: 0;left: 0; top: 0; right: 0;  margin: auto;   position: absolute; text-align: center; vertical-align: middle;  opacity:0; background-image: url('//www.eminentseo.com/wp-content/uploads/2014/08/icon-about.png'); background-repeat: no-repeat; background-position: center center;}
.overlayinside {position: absolute; background: url('//www.eminentseo.com/wp-content/uploads/2014/08/trans-black.png') repeat; border-radius: 360px; width:100%; height: 100%;}
.overlay img {margin: 0 auto;}
.aboutpic{width:100%; margin: 0 auto 20px auto;}

/* = Footer CSS
-------------------------------------------------------------- */

ul.block-with-icons {margin: 0;padding: 0;list-style: none;}
ul.block-with-icons li {	position: relative;	margin: 0 auto;	min-height: 380px;	float: left; padding: 30px 0;	width: 30%; background-color: #44c8f9;}
ul.block-with-icons li:first-child {	margin-right: 5%;background-color: #f0f0f0;}
ul.block-with-icons li:last-child {	margin-left: 5%;background-color: #f0f0f0;}
ul.block-with-icons h3 {	font-size: 22px;	color: #969696; font-weight: 600;	margin-bottom: 40px; text-align: center;}

#footersocialicons {text-align: center; max-width: 299px; margin: 0 auto;}
#footersocialicons img:hover {opacity: .6;}

#footer-address {text-align: center; line-height: 1.5; font-size: 15px; margin-top: 24px;}

/* =Custom Site CSS
-------------------------------------------------------------- */

#hpheader-wrap {background-repeat: no-repeat;background-position: top center;background-size: cover;position: relative;width: 100%;height: 705px;background-image: url('//www.eminentseo.com/wp-content/uploads/2014/08/eseo-hpbg.jpg');}



#hpheader-textwrap {position: absolute; max-width: 760px; margin: 0 auto; color: #fff; top: 140px; left: 0px; text-align: left;}
#hpheader-text {font-size: 45px; font-weight: 400; letter-spacing: -3px; line-height: 62px;}
#hpheader-text2 {margin: 30px 0; font-size: 16px; line-height: 24px; max-width: 660px;}
#hpheader-orange {width: 240px; padding: 0; text-align: center; height: 55px; line-height: 55px; margin-right: 20px;}
#hpheader-clear {width: 240px; text-align: center; padding: 0; height: 53px; line-height: 55px; margin-right: 20px;}


#header-single {background-repeat: no-repeat;background-position: top center;background-size: cover;position: relative; width: 100%; height: 274px; line-height: 274px; text-align: center; font-size: 40px; color: #fff; font-weight: 300;}

#blog-header {background-repeat: no-repeat;background-position: top center;background-size: cover;position: relative; width: 100%; height: 274px;background-image: url('//www.eminentseo.com/wp-content/uploads/2014/04/blog-header.jpg'); text-align: center; color: #fff; font-weight: 300;}

#blog-header-text {margin: 0 auto; position: relative; top: 0px; line-height: 1.4;}
#shop-header {background-repeat: no-repeat;background-position: top center;background-size: cover;position: relative;width: 100%;height: 500px;background-image: url('//www.eminentseo.com/wp-content/uploads/2014/09/shop-banner.jpg');}

#offer-header {position: relative; width: 100%; padding: 30px 0; background-color: #87a441;}
#offer-header h1 {color: #fff; font-size: 36px; font-weight: 300; text-align: center;}
.page-template-page-offer #desktop-menu, .page-template-page-offer #socialwrap, .page-template-page-offer #bbbbar, .page-template-page-offer footer {display: none;}

#field_5_8 label {display: none;}
#field_5_8 .gchoice_5_8_1 label {display: inline-block;}

.page-template-page-offer .wrappersite { padding: 0px 0; margin-top: -24px;}
.page-template-page-offer .two_fifth.last_column {background-color: #f3f6ec; width: 32% !important; padding: 3%;}

.page-template-page-offer .two_fifth h2 {line-height: 1.4; font-weight: 400; font-size: 22px;}


.page-template-page-offer .two_fifth, .page-template-page-offer .one_fifth {padding-top: 3%;}

.page-template-page-offer .two_fifth p, .page-template-page-offer .two_fifth ul {line-height: 1.5;}

.page-template-page-offer #footerclearfix {  height: 0px;}


#notfound-header {background-repeat: no-repeat;background-position: top center;background-size: cover;position: relative;width: 100%;height: 798px;background-image: url('//www.eminentseo.com/wp-content/uploads/2015/11/404bg.jpg');}
#notfound-header-inside {max-width: 1100px; margin: 0 auto; position: relative;}
#notfound-title {position: relative; margin-top: 100px; }
#notfound-rocket {position: absolute; left: -140px; top: 100px;}
#notfound-max {position: absolute; right: -140px; top: 100px;}
.error404 .wrappersite {padding: 0;}
#notfound-line1 {color: #fff; font-size: 23px; max-width: 640px; margin-top: 30px; line-height: 1.3;}
#notfound-line2 {color: #ff3344; font-style: italic; font-size: 15px; margin-top: 10px;}
#notfound-form {margin-top: 30px; max-width: 640px;}
#notfound-form .screen-reader-text{display: none;}
#notfound-form input[type="search"] {border: 0; color: #fff; font-size: 18px; background: #42434f; width: 80%; height: 50px; border-radius: 6px;}
#notfound-form input:focus {outline: 0;}
#notfound-form input[type="submit"] {background: #ef0728; height: 50px; color: #fff; text-transform:uppercase; border: 0; margin-left: 10px; border-radius: 6px; margin-top: 0px;}


#header-multi {background-repeat: no-repeat;background-position: top center;background-size: cover;position: relative;width: 100%;height: 274px;text-align: center;  color: #fff; font-weight: 300;padding: 0 20px;width: auto;}
#header-multi-text {position: relative; top: 40px; margin: 0 auto; line-height: 1.4; max-width: 1000px;}


#companyvalues {background-repeat: no-repeat;background-position: top center;background-size: cover;position: relative; width: 100%; min-height: 730px;background-image: url('//www.eminentseo.com/wp-content/uploads/2014/04/blog-header.jpg'); text-align: center; color: #fff; font-weight: 300;margin-top: -130px;}
#companyvalues-text {padding: 40px; text-align: center; color: #fff; max-width: 1100px; margin: 0 auto;}

.company-two-col-list {text-align: left;	-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;}


#desktop-menu {display: block;}
#mobile-menu {display: none;}

#main-responsive-menu {padding: 10px 15px;background-color: #87a441;color: #fff !important;font-size: 18px;text-decoration: none;font-weight: bold;margin: 0 auto;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px; border: 0; line-height: 1; width: auto !important;}
#main-responsive-menu-subpages {padding: 10px 15px;background-color: #f4a537;color: #fff !important;font-size: 18px;text-decoration: none;font-weight: bold;margin: 0 auto;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px; border: 0; line-height: 1; width: auto !important;}

.didyouknow {background-color: #fff; text-align: center; padding: 0 0 20px 0; clear: both;}

#feat-testimonial-wrap {padding: 50px; border-top: 1px solid #e4e4e4; text-align: justify; font-size: 18px;}
.featuredtest {padding: 50px 0 0 0;}

.orangefooter {background-color: #f88933; text-align: center; padding: 60px 0; clear: both;}
#bbb {height: 125px; line-height: 125px; color: #2d2d2d; text-align: center; font-size: 16px; font-weight: 600;}
#bbb img {border: 0; vertical-align: middle; width: 293px; height: 61px; margin: 0 auto; margin-left: 20px;}


#twitterfooter {width: auto; margin: 0 auto; padding: 0 20px; font-size: 15px; line-height: 1.5; text-align: center; color: #1b1b1b !important;}
#twitterfooter a {color: #fff;}

.recentblogs {background-color: transparent !important; display: inline-block; width: auto !important; float: none !important; margin: 0px 0px 10px 0px !important; min-height: 0 !important; height: 100px; padding: 0 !important;}


.footerblogthumb {float: left; margin: 0px 15px 0px 0px;  width: 80px; height: 80px; background-size: cover;}

.latest-tweets ul li {min-height: 0; width: 100%; background-color: transparent !important; margin-left: 0 !important;}

#socialwrap {width: 100%; margin: 0 auto; text-align: center; border-bottom: 1px solid #e3e3e3; height: 40px;}
#socialinside {max-width: 1100px; margin: 0 auto; text-align: left; position: relative; height: 40px; line-height: 40px; font-size: 11px; color: #9e9e9e;}
#topsocialicons {float: right; position: relative; top: 6px; text-align: right;}
#topsocialicons img:hover {opacity: .6;}
#topsocialicons img {float: left; margin-right: 4px;}
#helpdesklink {float: right; text-align: right; line-height: 40px;}
#helpdesklink a {color: #9e9e9e; text-decoration: none;}
#helpdesklink a:hover {color: #555; text-decoration: underline;}

#scrollbutton {display: block;position: absolute;left: 0;bottom: 30px;right: 0;margin-left: auto;margin-right: auto;width: 77px;height: 106px;background: url('//www.eminentseo.com/wp-content/uploads/2014/08/clickscroll.png') no-repeat;}

#navwrap {position: absolute; right: 0px; top: 20px; width: 100%;}
#navwrap-inside {margin: 0 auto; width: 100%; position: absolute; right: 0px;}
#logo2 {position: absolute; top: 15px; left: 0px; z-index:  2000; width: 284px; height: 62px; background-image: url('//www.eminentseo.com/wp-content/uploads/2015/12/eseologo2.jpg'); background-size: 100% 100%; display: block;}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    #logo2 {background-image: url('//www.eminentseo.com/wp-content/uploads/2015/12/eseologo-x21.jpg');}
}

#headerwrap {width: 100%; margin: 0 auto; text-align: center; }
#headerinside {max-width: 1100px; margin: 0 auto; min-height: 100px; text-align: left; position: relative;}

#hpicons img {margin-top: 40px !important;}

.seoslang-title {color: #d7d7d7; font-weight: bold; font-size: 25px; margin-bottom: 30px; padding-bottom: 15px; border-bottom: 3px solid #d7d7d7;}

#didyouknow {text-align: left;}

.services-block {text-align: center;}
.services-block h3 {font-weight: 400; line-height: 1.3; font-size: 20px; height: 50px; color: #1b1b1b;}
.services-block .content-column {position: relative; min-height: 380px;}
.services-block .content-column.one_third .bluebutton-sm {position: absolute; left:0;
    right:0; margin: 0 auto; width: 100px; bottom: 0;}

.services-block.creationblock .content-column {position: relative; min-height: 420px !important;}

.site-lightgray .wrapper {padding: 25px 0 !important;}

.servicesbutton {font-size: 16px !important; font-weight: 400 !important; display: block; text-align: center !important; padding: 15px 0px !important; width: 100% !important; margin: 0 auto !important;}

.orangebutton {background-color: #f88933;padding: 15px 70px;border: 0;color: #fff !important;font-size: 18px;text-decoration: none;font-weight: bold;margin: 0 auto;display: inline-block;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;}

.gform_footer input[type=submit] {background-color: #f88933;padding: 15px 70px !important;border: 0;color: #fff !important;font-size: 15px !important;text-decoration: none;font-weight: 400;margin: 0 auto;display: inline-block;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;}

.greenbutton {background-color: #87a441;padding: 15px 70px;color: #fff !important;font-size: 18px;text-decoration: none;font-weight: bold;margin: 0 auto;display: inline-block;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;}

.gform_next_button {background-color: #87a441 !important; border: 0  !important; padding: 15px 70px !important;color: #fff !important;font-size: 18px !important;text-decoration: none !important;font-weight: 400 !important;margin: 0 auto !important;display: inline-block !important;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;}

.gform_previous_button {background-color: #dddddd !important; border: 0  !important; padding: 15px 70px !important;color: #fff !important;font-size: 18px !important;text-decoration: none !important;font-weight: 400 !important;margin: 0 auto !important;display: inline-block !important;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;}

.bluebutton {background-color: #549eb3;padding: 15px 70px;color: #fff !important;font-size: 18px;text-decoration: none;font-weight: bold;margin: 0 auto;display: inline-block;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;}

.bluebutton-tool {background-color: #549eb3;padding: 10px 40px;color: #fff !important;font-size: 15px;text-decoration: none;font-weight: 400;margin: 0 auto;display: inline-block;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;}

.bluebutton-sm {background-color: #549eb3;padding: 10px;text-transform: lowercase;color: #fff !important;font-size: 15px;text-decoration: none;font-weight: 400;
text-align: center;margin: 0 auto;display: inline-block;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;}

.darkgraybutton {background-color: #2f2f2f;padding: 15px 70px;color: #fff !important;font-size: 18px;text-decoration: none;font-weight: bold;margin: 0 auto;display: inline-block;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;}

.clearbutton {background-color: transparent;padding: 15px 70px;color: #fff !important;font-size: 18px;text-decoration: none;font-weight: bold;margin: 0 auto;display: inline-block;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;border: 1px solid #fff;}

.whitebutton {background-color: #fff;padding: 15px 30px;display: inline-block;color: #298da3 !important;font-size: 15px;text-decoration: none;font-weight: bold;margin: 0 auto;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;}

.orangebutton:hover, .whitebutton:hover, .bluebutton-tool:hover, .bluebutton:hover, .clearbutton:hover, .darkgraybutton:hover, .bluebutton-sm:hover, greenbutton:hover, .servicesbutton:hover {opacity: .7;}

#contactarrow {position: relative;top: 40px;display: block;left: 70px; float: none; margin: 0;}

.orangebuttonblog {background-color: #f88933;padding: 12px 25px;border: 0;color: #fff !important;font-size: 16px;text-decoration: none;font-weight: bold;margin: 0 auto;display: inline-block;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px; margin-top: 24px;}
.orangebuttonblog:hover {opacity: .8;}

.blogheadimg {margin: 24px 0; display: block;}
.blogheadimg img {max-width: 100%;}

#archives-3 .screen-reader-text {display: none;}
#archives-3 select  {
    width: 90%;
    padding: 0 5%;
    background-color: #f2f2f2;
    border-top: 1px #dddddd solid;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 5px;
    height: 40px;
    line-height: 41px;
}


#subscribe-field-blog_subscription-2 {padding: 10px 5px !important; border: 1px solid #ccc; font-size: 16px;}
#subscribe-blog-blog_subscription-2 input[type="submit"] {    background-color: #f88933;
    padding: 12px 25px;
    border: 0;
    color: #fff !important;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: -10px;}

/* =Media queries
-------------------------------------------------------------- */
/* Maximum width of 1100 pixels. */
@media screen and (max-width: 1100px) {

	#socialinside {padding: 0 15px;}
	#logo2 {left: 15px;}
}


/* Maximum width of 1040 pixels. */
@media screen and (max-width: 1040px) {


#footerclearfix {width: 100%; height: 0px; clear: both;}
.clearfixspace {width: 100%; margin: 0 auto; height: 10px; clear: both;}

#blog-header-text .orangebutton {display: none;}
.newsletterpageform {display: none;}

.wrappersite {padding: 50px 20px;}
.wrapper { padding: 50px 20px;}
.site-green {padding: 20px;}
.site-lightgray {padding: 20px;}
.featuredtest {padding: 40px 20px 0px 20px; margin-bottom: -20px;}

.main-navigation li a {padding: 0 8px !important;}

#hpheader-textwrap {text-align: center; position: relative; top: 50px; margin-bottom: 100px; padding: 0 30px;}
#hpheader-text {font-size: 40px;line-height: 1.5;}
#hpheader-text2 {margin: 30px auto; font-size: 16px; line-height: 24px;}
#hpheader-orange {width: 240px; padding: 0; text-align: center; height: 55px; line-height: 55px; margin-right: 20px;}
#hpheader-clear {display: none;}

#threehexagons {position: relative; width: 100%; height: auto; right: 0; top: 0px;}

#hex1 {position: relative; right: 0; left: 10px; top: 0px; z-index: 1000; float: left; width: 27%; margin-left: 2%;}
#hex2 {position: relative; right: 0; left: 10px; top: 0px; z-index: 1000; float: left; width: 27%; margin: 0 5%;}
#hex3 {position: relative; right: 0; left: 10px; top: 0px; z-index: 1000; float: left; width: 27%;}


#text {display: none;}
.container { position:relative; width: 100%;}
.middle1 {
	height: 40px;
	position: relative;
	top: 0px; left: 0;
	width: 100%;
	line-height: 40px;
	z-index:20; font-weight: 300;
	border-radius:5px;
	font-size: 14px; color: #fff; text-align: center;
}
.middle1 div {display: inline; margin-left: 5px;}

.hexagon {text-decoration: none;}
.hexagon:hover .middle1-blue{background-color: #419ea4;}
.hexagon:hover .middle1-green{background-color: #87a441;}
.hexagon:hover .middle1-orange{background-color: #f88933;}
.middle1-blue {border: 2px solid #419ea4;}
.middle1-green {border: 2px solid #87a441;}
.middle1-orange {border: 2px solid #f88933; }
.box1 {   display: none;}
.box2 {   display: none;}





#notfound-header-inside {padding: 0 15px;}

#header-multi-text .forty {font-size: 30px !important; line-height: 1.1;}


}


/* Maximum width of 1024px pixels. */
@media screen and (max-width: 1024px) {

/* = Image Mobile CSS
-------------------------------------------------------------- */
img.alignleft,
.wp-caption.alignleft {
	margin: 12px auto;
	float: none; display: block;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px auto;
	float: none; display: block;
}

#gform_wrapper_4,#gform_wrapper_7 {max-width: 100%;}
#input_7_1, #input_4_1 {max-width: 75% !important;}
}



/* Maximum width of 940 pixels. */
@media screen and (max-width: 940px) {

.main-navigation li a {padding: 0 5px !important; font-size: 12px !important;}

#notfound-header-inside {text-align: center;}
#notfound-title {margin-top: 50px; }
#notfound-rocket {display: none;}
#notfound-max {display: none;}
#notfound-line1 { max-width: 640px; margin: 20px auto;}
#notfound-form {max-width: 100%;}

}


/* Maximum width of 800 pixels. */
@media screen and (max-width: 800px) {



.page-template-page-offer .two_fifth.last_column { width: 90% !important; padding: 5%;}


#helpdesklink {
    float: none;
    display: block;
    text-align: center;
}


.page-template-page-about-php h1, .page-template-page-about-php h2, .page-template-page-about-php h3 {display: block;}
.page-id-19 .wp-image-114, .page-id-19 #contactarrow {display: none;}

.page-template-page-about-php .nomargin {float: left !important;}
.home .one_third {text-align: center;}

.wp-image-84 {margin: 0 auto;}

.page-id-2467 .one_half, .page-id-42 .one_half {margin-bottom: 30px;}

.recentblogs {text-align: center; width: 100% !important; height: auto !important; min-height: 0 !important; margin-bottom: 20px !important;}

.recentblogsimg {display: none;}

#didyouknow img {margin: 0 auto;}
#didyouknow .one_fourth {text-align: center;}

.didyouknow {margin-top: -50px;}

.services-block.creationblock .content-column {min-height: 0 !important; margin-bottom: 50px !important;}

.services-block .content-column {min-height: 0 !important;}


#hpheader-wrap {height: 550px;}
#hpheader-text {font-size: 30px;}

.widget-area {position: fixed;
top: 122px;
text-align: right;
right: 0px;
background-color: #fff; display: none;
padding: 10px 20px;
box-shadow: 0 0 3px #000; z-index: 10000;} 
.widget h3 {font-size: 16px;}
.widget-area #text-6 {display: none;}

.widget_nav_menu ul li a {
margin-bottom: 5px;
font-size: 14px;
padding: 8px 0;
}
iframe {max-width: 100%;}

.siteheader {display: table; width: 100%;}
#header-single {padding: 20px; width: auto; height: 274px; line-height: 1.5; text-align: center; font-size: 32px; color: #fff; font-weight: 300;display: table-cell; vertical-align: middle;}
.newsletterpageform {display: none;}
#blog-header-text {margin: 0 auto; position: relative; top: 0px; line-height: 1.4; padding: 0 15px;}

#header-multi {display: table;}
#header-multi-text {top: 0px;display: table-cell; vertical-align: middle;}
#header-multi-text div {display: none;}
#header-multi-text .forty {font-size: 30px !important;}
#headerinside {min-height: 0;}

#blog-header {display: table;}
#blog-header-text {display: table-cell; vertical-align: middle;}
#blog-header-text div {display: none;}
#blog-header-text .orangebutton {display: none;}
#blog-header-text .forty {font-size: 30px !important; padding: 0 !important;}
#shop-header {background-size: cover;width: 100%;height: auto;}

.wp-about-author-pic, .wp-about-author-text {margin: 0 !important;}


.page-parent #page, .page-child #page {position: relative; top: 0px; margin-bottom: 0px;}
//.wrapper {padding-left: 20px; padding-right: 20px;}
.wrapper, .wrappersite {padding: 50px 0;}

#copyrightinside {padding: 10px 20px; line-height: 1.4;}

#socialwrap {border-bottom: 1px solid #e3e3e3; height: auto;}
#socialinside {text-align: center; height: auto; line-height: 1.2; padding: 10px;}
#topsocialicons {display: none;}


#scrollbutton {display: none;}

#navwrap {position: absolute; left: 10px; width: auto; right: auto;}
#navwrap-inside {position: static;  width: auto;}
#logo2 {position: relative; top: 0px; left: 0px; right: 0px; margin: 15px auto; z-index:  2000;}


#desktop-menu {display: none;}
#mobile-menu {display: block;}

.menu-main-menu-container {background-color: #fff; z-index: 5000; width: 100%; text-align: center;}
#site-navigation-mobile-button {position: absolute; left: 10px; top: 5px;}

#site-navigation-mobile-subpages {display: none;}
.page-template-page-rightsidebar-php #site-navigation-mobile-subpages, .page-template-page-rightsidebar-singlelineheader-php #site-navigation-mobile-subpages {display: block; position: absolute; right: 10px; left: auto; top: 5px;}

#headerinside {text-align: center;}

#hpicons img {margin-bottom: -24px;}
.home .wp-image-84 {    max-height: 260px;    width: auto;}

.page-template-page-about-php .nomargin {margin: 0 auto !important;}
#aboutsocial img.alignright {float: left !important; margin-right: 10px !important;}
#aboutsocial {float: left; text-align: left;}

#text-4 {border-top: 1px solid #ddd; padding-top: 20px; text-align: center;}
.abouticon p {padding: 0 0 10px 0;}

.orangefooter .fifty {font-size: 28px !important;}
.orangefooter .thirty {font-size: 28px !important;}
.orangefooter .eighteen,.orangefooter .twenty {display: none;}

#bbb {height: auto; line-height: 1.5; padding: 30px 20px;}
#bbb img {display: block; margin: 20px auto 0px auto !important;}




#notfound-form input[type="search"] {}
#notfound-form input[type="submit"] {display:inline-block; margin: 10px 0 0 0;}



/* = Footer CSS
-------------------------------------------------------------- */

ul.block-with-icons li {min-height: 0;float: none; padding: 30px 10px;	width: auto;}
ul.block-with-icons li:first-child {margin-right: 0%;}
ul.block-with-icons li:last-child {margin-left: 0%;}
ul.block-with-icons h3 {font-size: 22px;margin-bottom: 40px;}

#footersocialicons {text-align: center; max-width: 299px; margin: 0 auto 20px auto;}
#footersocialicons img:hover {opacity: .6;}



/* Site Wrappers */
.site {padding: 0 20px; width: auto;}
.site-green {padding: 0 20px; width: auto;}
.site-lightgray {padding: 0 20px; width: auto;}

/* Navigation Menu  */
.main-navigation {
	text-align: center;
	position: absolute;
	width: 100%;
	z-index: 5000;
}
.menu-toggle {margin-bottom: 15px;}
.main-navigation li {
	font-size: 16px;
	font-weight: 300;
	border-bottom: 1px solid #ededed;
	line-height: 1.5; width: 100%;
	 width: 100%;
	
}
.main-navigation .current-menu-item a {color: #fff; background-color: #748b3b;}

.main-navigation li li{
	display: none;border-bottom: 0;
}
.main-navigation li li a {background-color: #88a440; color: #fff;}
.main-navigation .current-menu-ancestor li {display: block}

.main-navigation li a {
	color: #333; text-decoration: none; font-size: 16px !important; width: 100%; display: block; padding: 10px 0 !important;
}
.main-navigation a:hover {
	color: #fff; background-color: #87a441;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block; width: 100%;
}

/* = Column Shortcode Fix for Mobile
-------------------------------------------------------------- */
.one_half {
    width: 100% !important;
    margin-right: 0% !important;
}
.one_half.last_column {
    width: 100% !important;
    margin-right: 0% !important;
}
.one_third {
    width: 100% !important;
    margin-right: 0% !important;
}
.one_third.last_column {
    width: 100% !important;
    margin-right: 0% !important;
}
.two_third {
    width: 100% !important;
    margin-right: 0% !important;
}
.two_third.last_column {
    width: 100% !important;
    margin-right: 0% !important;
}
.one_fourth {
    width: 100% !important;
    margin-right: 0% !important;
}
.one_fourth.last_column {
    width: 100% !important;
    margin-right: 0% !important;
}
.three_fourth {
    width: 100% !important;
    margin-right: 0% !important;
}
.three_fourth.last_column {
    width: 100% !important;
    margin-right: 0% !important;
}
.one_fifth {
    width: 100% !important;
    margin-right: 0% !important; text-align: center;
}
.one_fifth.last_column {
    width: 100% !important;
    margin-right: 0% !important; text-align: center;
}
.two_fifth {
    width: 100% !important;
    margin-right: 0% !important;
}
.two_fifth.last_column {
    width: 100% !important;
    margin-right: 0% !important;
}
.three_fifth {
    width: 100% !important;
    margin-right: 0% !important;
}
.three_fifth.last_column {
    width: 100% !important;
    margin-right: 0% !important;
}
.four_fifth {
    width: 100% !important;
    margin-right: 0% !important; text-align: center;
}
.four_fifth.last_column {
    width: 100% !important;
    margin-right: 0% !important; text-align: center;
}
.one_sixth {
    width: 100% !important;
    margin-right: 0% !important;
}
.one_sixth.last_column {
    width: 100% !important;
    margin-right: 0% !important;
}



}

/* Maximum width of 600 pixels. */
@media screen and (max-width: 600px) {

	.picholder-large {width: 290px;height: 290px;}
	#logo2 {width:180px;height:39px;}

}
/* Maximum width of 400 pixels. */
@media screen and (max-width: 400px) {
.page-template-page-about-php .nomargin {float: none !important;}


}

/* Minimum width of 800 pixels. */
@media screen and (min-width: 801px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site-content {
		float: left;
		width: 67%;
	}
	.site-content-right{
		float: right;
		width: 67%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content, .full-width.site-content, body.page-template-page-offer .site-content {
		width: 100% !important; float: none;
	}
	.page-id-4194 .site {background-color: #24bccc;}
	.page-id-4194 .sitewrap .site {background-color: inherit !important;}
	.widget-area {
		float: right;
		width: 30%; max-width: 280px;
	}
	.widget-area-left{
		float: left;
		width: 30%; max-width: 310px;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		line-height: 1.846153846;
		margin-bottom: 0;
	}

.main-navigation ul ul { 
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;}

	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: right; padding-left: 0;
		width: 100%; position: relative;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
		position: relative;
	}
	.main-navigation li {margin-right: 0px;} 
	.main-navigation li:last-child a {padding-right: 0;}
	.main-navigation li li:last-child a {padding-right: 20px;}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li {height: 80px; }
	.main-navigation li a {
		border-bottom: 0;
		color: #6e6e6e;
		height: 80px; line-height: 80px;
		font-size: 14px; font-weight: 400;
		text-transform: none; padding: 0 15px;
	}
	.main-navigation li a:hover {
		color: #000; 
	}
	.main-navigation .menu-item-has-children:hover a, .current-menu-item.menu-item-has-children a, .current_page_ancestor a{
		background-image: url('//www.eminentseo.com/wp-content/uploads/2014/08/nav-arrow.jpg'); background-repeat: no-repeat; background-position: center bottom; background-size: 23px 12px;
	}
	.main-navigation .current-menu-ancestor li > a, .main-navigation .current_page_item li > a{background-image: none;}
	.main-navigation .menu-item-has-children:hover a{ 
    -webkit-transition: background-image 1s ease-in-out;
-moz-transition: background-image 1s ease-in-out;
-ms-transition: background-image 1s ease-in-out;
-o-transition: background-image 1s ease-in-out;
transition: background-image 1s ease-in-out;}

	.main-navigation .menu-item-has-children:hover li a{
		background-image:none;
	}
	.main-navigation li li{
		margin: 0;
	}
	.main-navigation li:last-child {
		margin: 0;
	}
	
	.main-navigation li ul {
		opacity: 0;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%; left: 0px;
		z-index: 1000;
	}
	.main-navigation li ul li {position: relative; left: 0px; }
	.main-navigation ul ul {
		width: 100%; overflow: hidden; background-color: #87a441;  text-align: center; 
		position: absolute;
    		left: 0;
    		top: 100%;
    		padding: 0 1000em; 
    		margin: 0 -1000em; 
    		z-index: 101;
    		visibility: hidden;
    		opacity: 0;

	}
	.main-navigation ul li:hover > ul {
		border-left: 0;visibility: visible;
		opacity: 1; z-index: 10000;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation li ul li a {
		color: #fff;
		display: block;
		font-weight: normal;
		font-size: 14px;
		padding: 0 20px;
	}
	li.current-menu-item > ul, li.current-menu-ancestor ul {
     display:block; opacity: 1; visibility: visible;
	}
	.main-navigation .current-page-ancestor ul {
     display:block; opacity: 1; visibility: visible;
	}
	.main-navigation .current-page-ancestor a {
		background-image: url('//www.eminentseo.com/wp-content/uploads/2014/08/nav-arrow.jpg'); background-repeat: no-repeat; background-position: center bottom; background-size: 23px 12px;
	}
	.main-navigation .current-page-ancestor li a {
		background-image: none;
	}

	.main-navigation li ul li a:hover {
		text-decoration: none; background-color: #728e2e; color: #fff;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #6e6e6e;
	}
	.main-navigation .current-menu-item li > a,
	.main-navigation .current-menu-ancestor li > a,
	.main-navigation .current_page_item li > a,
	.main-navigation .current_page_ancestor li > a {
		color: #fff;
	}
	.main-navigation li .current-menu-item a, .main-navigation li .current-page-ancestor a {background-color: #728e2e;}

	.main-navigation li .current-page-ancestor.menu-item-109 a {background-color: #87a441;}
	.main-navigation li .current-page-ancestor.menu-item-109 a:hover {background-color: #728e2e;}

	.main-navigation li .current-page-ancestor.menu-item-123 a {background-color: #87a441;}
	.main-navigation li .current-page-ancestor.menu-item-123 a:hover {background-color: #728e2e;}

	.main-navigation li .current-page-ancestor.menu-item-2511 a {background-color: #87a441;}
	.main-navigation li .current-page-ancestor.menu-item-2511 a:hover {background-color: #728e2e;}

	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 30px; font-weight: 400;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #fff;
	}
	body .site {
		padding: 0;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
	}
}

.gform_wrapper .gsection {
margin: 20px 0 0 0 !important;
}

.fb_iframe_widget {height: 21px !important;}

.phone {color: inherit !important; text-decoration: none !important;}