/*
	Theme Name: Tech Site Builder
	Description: Tech Site Builder version 3.1
	Theme Version: 3.1
	Template: genesis
	Template Version: 2.0.1

*/

/*Genesis Legacy Styles */



/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */

/* normalize.css v7.0.0 | MIT License | https://necolas.github.io/normalize.css/ */

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

a {
	color: #c3251d;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 780px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	margin-bottom: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.author-box-title,
.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 40px;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	min-height: 160px;
	border-bottom: 1px solid #eee;
}

.site-header .wrap {
	padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(/web/20240427190310im_/https://www.connect2geek.com/wp-content/themes/genesis/images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 780px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 32px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 210px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 210px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 209px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary and Secondary Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	border-bottom: 1px solid #eee;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding-right: 10px;
	text-decoration: none;
}

.pagination .active a {
	color: #333;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	padding: 32px 0 0 32px;
}

.comment-list li.depth-1 {
	padding-left: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 60px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	border-top: 1px solid #ddd;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 720px;
	}

	.content,
	.site-header .widget-area {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 360px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

@media only screen and (max-width: 1020px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

}

@media only screen and (max-width: 880px) {

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* Genesis Legacy Styles - End */

img {
	vertical-align: bottom;
}

#clear {
	clear: both;
}

/**********************
WordPress Admin Bar
**********************/

#wpadminbar {
    color: #818385;
    background: #ffffff;
}

#wpadminbar .ab-empty-item,
#wpadminbar a.ab-item,
#wpadminbar>#wp-toolbar span.ab-label,
#wpadminbar>#wp-toolbar span.noticon,
#wpadminbar #adminbarsearch:before,
#wpadminbar .ab-icon:before,
#wpadminbar .ab-item:before {
	color: #818385;
}

#wpadminbar:not(.mobile) .ab-top-menu>#wp-admin-bar-ub_admin_bar_70:hover>.ab-item {
	background: #fff;
}

/*#wpadminbar #wp-admin-bar-customize {
	display: none;
}*/

/**********************
General
**********************/
h1, h2, h3, h4, h5, h6, body {
	font-family: 'Slabo 27px', serif;
}

body {
	background-color: #f5f5f5;
	color: #555;
}

.entry-content a,
.sidebar a,
a {
    border-bottom: none;
    color: #2383dc;
	text-decoration: none;
}

a i.fa, i.fa{
	color: #555;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #555;
    word-wrap: break-word;
}

.entry-content a:hover,
.sidebar a:hover,
a:hover {
    text-decoration:underline;
	color: #2383dc;
}

.entry-content a:visited,
.sidebar a:visited,
a:visited {
    /*color: #aaa;*/
}

.nav-primary a {
	color: #fff;
}

blockquote {
    background: #eee;
    border: 2px dashed #bbb;
    margin: 4rem 2rem 2.4rem;
    padding: 20px;
}

blockquote:before {
    content: "";
}

blockquote h3 {
	margin: 0;
}

.content a.button, .content a.button:visited {
	padding: 6px 14px;
	color: #fff;
}

.content .entry {
    background-color: #fff;
}

.entry {
    padding: 50px 60px;
}

.sidebar .widget {
    background-color: #fff;
}

.a2a_default_style {
	margin-top: 20px;
}

.a2a_default_style p {
	margin-bottom: 0;
}
/**********************
Top Bar
**********************/
.tsb-top-bar{
    padding: 5px 20px;
    background-color: #2ea3f2;
}
.tsb-top-bar .wrap{
	padding: 0px !important;
}
.tsb-top-bar .tsb-top-bar-inner{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.tsb-top-bar .tsb-top-bar-col{
    display: flex;
    width: 50%;
}
.tsb-top-bar .tsb-top-bar-col:nth-child(2){
    justify-content: flex-end;
}
.tsb-top-bar-phone .fa-phone-alt{
    margin-right: 5px;
}
.tsb-top-bar .widget_tsb_social_widget{
    margin: 0px;
}
.tsb-top-bar .tsb-top-bar-social-icons .widget-title{
    display: none;
}
@media only screen and (max-width: 768px){
	.tsb-top-bar > div{
		font-size: 1.5rem;
	}
	.tsb-top-bar{
		padding: 5px 10px;
	}	
}
@media only screen and (max-width: 450px){
	.tsb-top-bar .tsb-top-bar-col{
		justify-content: center !important;
		width: 100%;
	}	
}
/**********************
Header
**********************/

.site-header {
	min-height: 0;
}

.site-header,
.nav-primary {
	border-bottom: 0;
}

header .title-area h1.site-title {
	font-weight: bold;
	font-size: 2.8em;
}

header .title-area {
	width: 100%;
}

.title-area h1 a:hover {
	text-decoration: none;
}

header .header-left-third .wrap {
	padding: 0;
}

header .header-left-third .title-area  h1{
	font-size: 2.2em;
}

.site-header .wrap {
	padding: 30px 0;
	position: relative;
}

.header-right-half {
	float: right;
	width: 600px;
	text-align: right;
}

.header-left-half {
	width: 600px;
}

.header-right-half,
.header-right-third {
	height: 105px;

	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:end;
	-ms-flex-align:center;

	/* Firefox */
	display:-moz-box;
	-moz-box-pack:end;
	-moz-box-align:center;

	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:end;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-pack:end;
	box-align:center;
}

.header-middle-third {
	height: 105px;

	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;

	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}

.header-left-third {
	float: left;
	width: 395px;
}

.header-middle-third {
	float: left;
	width: 395px;
	text-align: center;
}

.header-right-third {
	float: left;
	width: 395px;
	text-align: right;
}

.headerphone {
	font-size: 1.8em;
	display: inline-block;
	vertical-align: bottom;
	font-weight: bold;
	line-height: 130%;
}

.headeraddress {
	font-size: 1.2em;
}

.headeraddress a:hover {
	text-decoration: none;
}

.tsb-phone, .tsb-soc, .tsb-addy{
	display: inline-block;
}

.header-middle-third .headeraddress,
.header-right-third .headeraddress {
	font-size: 1.7em;
	line-height: 100%;
}

.callus, .followus {
	font-size: 1.3em;
	vertical-align: bottom;
	line-height: 100%;
	font-weight: bold;
}

header .site-title {
	font-size: 2.2em;
}

header .site-description {
	font-size: 1.2em;
}

i.socialicon {
	margin: 5px 5px 0;
	font-size: 1.6em;
}

.header-middle-third i.socialicon,
.header-right-third i.socialicon {
	margin: 10px 5px 0;
	font-size: 1.8em;
}

.header-image .site-header a {
	display: block;
}

.header-image .site-header .headeraddress a,
.header-image .tsb-phone a {
	display: inline;
}

/**********************
Navigation
**********************/

.nav-primary {
    background-color: #333;
}

.navtoggle {
	display: none;
}

.genesis-nav-menu a {
	font-weight:bold;
	padding: 25px 15px;
	margin: 0 10px;
}

nav .genesis-nav-menu li {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu .sub-menu a {
	font-weight:bold;
	padding: 15px 15px;
	margin:0;

}

body .nav-primary a:hover,
body .nav-primary .current-menu-item > a {
	color: #333;
	text-decoration: none;
	background: #fff;
}
.nav-primary .genesis-nav-menu a {
	color: #fff;
}
body .nav-primary .genesis-nav-menu a:hover,
body .nav-primary .genesis-nav-menu a:focus,
body .nav-primary .genesis-nav-menu .current-menu-item > a {
	text-decoration: none;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	background: #333;
	color: #fff!important;
	text-decoration: none;
}

}

/**********************
Home Page
**********************/

.home .site-container {
	background: url("/../wp-content/uploads/2014/06/computer-background2.jpg") no-repeat center -100px;

}

#slogan {
	width: 960px;
	margin: 30px auto;
	text-align: center;

}

#slogan h2 {
	font-size: 4rem;
	text-shadow: 1px 1px 0 #ddd, -1px -1px 0 #ddd, -1px 1px 0 #ddd, 1px -1px 0 #ddd;
}

#main-boxes {
	white-space: nowrap;
}

#main-boxes .box {
	white-space: normal;
    background: #FFFFFF;
    margin: 0 30px 0 0;
    padding: 30px;
    text-align: center;
	width: calc(33% - 20px);
    position: relative;
	display: inline-block;
	vertical-align: top;
}

#main-boxes .box i {
	color: #888;
}

#main-boxes .box:hover, #main-boxes .box:hover h3 {
	text-decoration: none;
}

#main-boxes .box:last-child {
	margin-right: 0;
}

#main-boxes .box .fa-5x {
	font-size: 6em;
	margin-bottom: 10px;
}

#big-box {
	background: #fff;
	margin: 30px 0;
	padding: 30px 30px 30px 30px;
}

#featured-boxes #featured-box {
    background: #FFFFFF;
    float: left;
    margin: 30px 68px 30px 0;
    padding: 30px;
    text-align: center;
    width: 47%;
}

#featured-boxes #featured-box:last-child {
	margin-right: 0;
}

#featured-box  h3 {
	margin-bottom: 30px;
}

#featured-box  h4, #featured-box p {
	text-align: left;
}

#featured-box  img {
	float: left;
	text-align: left;
	width: 180px;
	margin: 5px 20px 5px 0;
}

.input-name,
.input-phone
{
	width: 45%;
	float: left;
	margin-right: 5%;
}

.input-email,
.input-location {
	width: 50%;
	float: left;
	margin-right: 0;
}
 form input {
	padding: 10px;
 }

/* Home Page */

.front-page-contact {
	width: 50%;
	float: right;
	margin: 0 0 0 50px;
}

/**********************
Slider
**********************/
.flexslider {
	box-sizing: content-box;
}

@media only screen and (max-width: 801px) {

	.flexslider.hide-slider-sm {
		display: none;
	}
}

.slides {
	position: relative;
	/*min-height: 354px;*/
}

.slide-item {
	position: relative;
	/*min-height: 300px;*/
	overflow: hidden;
}

.slide-item a {
	display: block;
	position: relative;
	height: 100%;
}

.slides a img {
	margin-bottom: 0;
}

.slide-message {
	position: absolute;
	display: block;
	background: #ddd;
	background-color:rgba(250, 250, 250, 0.9);
	max-width: 50%;
	padding: 2% 2% 0;
	bottom: 15%;
    left: 5%;
}

.slide-message-top-left,
.slide-message-top-right {
	top: 15%;
	bottom: auto;
}

.slide-message-bottom-left,
.slide-message-bottom-right {
	bottom: 15%;
}

.slide-message-top-right,
.slide-message-bottom-right {
	right: 5%;
	left: auto;
}

.slide-message-top-left,
.slide-message-bottom-left {
	left: 5%;
}

.slide-message h1 {
	font-size: 30px;
	color: #555;
}

.slide-message p {
	color: #333;
}

.flex-control-nav {
	z-index: 5;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 20px 0;
	margin: 0 2.4rem 2rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 24px;
	margin: 0 0 2rem 2.4rem;
}

/**********************
Services List Page
**********************/

#service-boxes .box {
    background: #FFF;
    float: left;
    margin: 20px 39px 20px 0;
    padding: 30px;
    text-align: left;
    width: 30%;
	position: relative;
}

#service-boxes .box:nth-child(3n+4) {
	clear: left;
}

#service-boxes .box i {
	color: #888;
	margin-bottom: 25px;
}

#service-boxes .box:last-child {
	margin-right: 0;
}

#service-boxes .box .fa-5x {
	font-size: 6em;
	margin-bottom: 10px;
}

#service-boxes .price {
	float: right;
	background: #555;
	color: white;
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	z-index: 10;
}

.service-image-spacer {
	height: 118px;
}

.service-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

#service-boxes h3 a {
	color: inherit;
}

#service-boxes h3 a:hover {
	text-decoration: none;
}

/**********************
Single Service Page
**********************/

.single-services .entry-meta {
	display: none;
}

.single-services article {
	position: relative;

}

.single-service-price {
	position: absolute;
	top: 50px;
	right: 0;
	background: ##555;
	color: white;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;

}

/**********************
Testimonials Page
**********************/

.entry .fa-quote-left {
	float: left;
	margin-top: 5px;
}

.entry .testimonial {
	margin-left: 40px;
}

.testimonial-text {
	font-size: 1.3em;
	line-height: 1em;
}

.testimonial-credit {
	margin-top: 20px;
	line-height: 1em;
}

.testimonial-credit img {
	float: left;
	margin-right: 10px;
	width: 65px;
}

.testimonial-credit .testimonial-name {
	font-weight: bold;
	display: inline-block;
	margin-top: 20px;
}

.testimonial-credit .testimonial-name,
.testimonial-credit .testimonial-company {
	font-size: 15px;
	line-height: 100%;
}

/**********************
Testimonials Widget
**********************/

body .flexslider.testimonials {
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.flexslider.testimonials ol.flex-control-paging {
	display: none;
}

.sidebar .flexslider.testimonials li {
	border-bottom: none;
}

body .flexslider.testimonials  .slides img {
	width: 65px;
}

body .flexslider.testimonials .testimonial {
	width: 92%;
	float: right;
}

body .flexslider.testimonials i {
	position: absolute;
}

.widget-wrap .testimonial-credit .testimonial-name  {
	margin-top: 0;
}

.footer-widgets .flexslider {
	background: none;
}

.footer-widgets .flexslider.testimonials i  {
	color: #fff;
}

.footer-widgets .flex-direction-nav {
	display: none;
}

.footer-widgets .flexslider li {
	border-bottom: none;
}

/**********************
Sidebar
**********************/

aside.sidebar i.socialicon {
	margin: 0 5px;
	font-size: 1.8em;
}

.sidebar .widget {
	padding: 0;
}

.sidebar .widget-wrap {
	padding: 40px;
}

h4.widget-title {
	text-transform: uppercase;
}

/**********************
Footer
**********************/

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets .widget_tsb_social_widget a {
	float: left;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets {
	color: #ccc;
}

.footer-widgets i.socialicon,
.footer-widgetsa i.fa,
.footer-widgets i.fa {
	color: #ccc;
}

.footer-widgets i.socialicon {
	margin: 0 5px;
	font-size: 1.8em;
}

.footer-widgets a:hover i.socialicon {
	color: #fff;
}

.footer-widgets .widget-title {
    color: #fff;
}

.creds {
	text-align: center;
}

/***************
404 Page
***************/
.error404 .entry-content input[type="search"] {
	float: left;
    width: 50%;
    padding: 14px
}

.error404 .entry-content input[type="submit"] {
	float: left;
    display: inline;
}

.error404 .entry-content .search-form {
	width: 100%;
}


/***************
Beaver Builder
***************/

.fl-pricing-table .fl-pricing-table-features li {
	list-style-type: none;
}

/**
 * Helpers
 */
.no-padding {
	padding: 0 !important;
}

/*************************************************
Responsive
**************************************************/

@media only screen and (max-width: 1281px) {

	.header-left-third,
	.header-middle-third,
	.header-right-third {
		width: 33%;
	}

	.header-right-half,
	.header-left-half {
		width: 48%;
	}

	#main-boxes .box {
		margin: 30px 37px 30px 0;
		padding: 30px 10px 0;
		width: calc(33% - 25px);
	}

	#featured-boxes #featured-box {
		margin-right: 48px;
	}

	#service-boxes .box {
		margin: 15px;
	}

	#service-boxes .box .fa-5x {
			font-size: 5em;
	}

	.service-image-spacer {
		height: 100px;
	}
	.footer-widgets .widget-area{
		width: 30%;
	}

}

@media only screen and (max-width: 961px) {

	.site-inner, .wrap {
		max-width: 940px;
	}

	.header-left-third,
	.header-middle-third,
	.header-right-third {
		width: 260px;
	}

	.header-middle-third .headeraddress,
	.header-right-third .headeraddress {
		font-size: 1.5em;
	}



	#main-boxes .box {
		margin: 30px 30px 30px 0;
		width: calc(33% - 20px);
		min-height: 350px;
	}

	#featured-boxes #featured-box {
		margin: 0;
		width: 100%;
	}

	#service-boxes .box {
		width: 45%;
		height: auto;
	}

	#service-boxes .box .fa-5x {
			font-size: 6em;
	}

	.service-image-spacer {
		height: 118px;
	}
}

@media only screen and (max-width: 801px) {

	.header-left-third,
	.header-middle-third,
	.header-right-third {
		width: 100%;
		text-align: center;
		font-size: 1.4em;
		height: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		display: block;
	}

	.header-right-half,
	.header-left-half {
		width: 100%;
		display: block;
		height: auto;
	}

	.header-right-half {
		margin-top: 120px;
	}

	.header-left-half {
		height: 120px;
		position: absolute;
		text-align: center;
		top:0;
	}

	.tsb-social, .tsb-phone {
		max-width: 250px;
		margin: 0 auto;
		display: block;
		text-align: center;
	}


	.tsb-addy, .tsb-soc {
		max-width: 450px;
		text-align: center;
		margin: 0 auto;
		font-size: 1.5em;
		line-height: 1.5em;
		display: block;
	}

	.headeraddress {
		max-width: 450px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.headeraddress.half {

		display: inline;

	}

	.navtoggle {
		display: block;
		width: 100%;
		font-weight: bold;
	}

	.navtoggle i.fa {
		color: #fff;
	}

	nav {
		display: none;
	}

	nav .wrap {
		padding: 0;
	}

	.genesis-nav-menu .menu-item {
		width: 100%;
	}

	.genesis-nav-menu a {
		margin: 0;
	}

	.slide-message {
		max-width: 100%;

	}

	.slide-message h1 {
		font-size: 1em;
	}

	.slide-message p {
		display: none;
	}

	#main-boxes {
		white-space: normal;
	}

	#main-boxes .box {
		margin: 20px 0;
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	#service-boxes .box {
		width: 96%;
		height: auto;
		text-align: center;
	}

	.front-page-contact {
		width: 100%;
	}

	.service-image {
		position: relative;
		top: 0;
		left: 0;
	}

	.service-image-spacer {
		max-height: 0;
	}

	article, .entry, article {
		padding: 20px;
	}
	.footer-widgets .widget-area{
		width: 100%;
	}

}

/**
 * Sticky header
 */

/* Desktop */
body.has-sticky-header.is-header-sticked .site-inner {
	margin-top: 66px;
}

body.has-sticky-header.is-header-sticked .nav-primary {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

body.has-sticky-header.is-header-sticked .site-header a[itemprop=url] {
	position: fixed;
	top: 0;
	z-index: 10000;
	margin-top: 13px;
}

body.has-sticky-header.is-header-sticked .site-header a[itemprop=url] img {
	height: 40px;
	vertical-align: initial;
}

body.has-sticky-header.is-header-sticked .nav-primary .genesis-nav-menu {
	text-align: right;
}

/* Desktop - Admin */
body.has-sticky-header.is-header-sticked.admin-bar .nav-primary,
body.has-sticky-header.is-header-sticked.admin-bar .site-header a[itemprop=url] {
	top: 32px;
}

/* Desktop - No overflow */
@media( max-width: 1020px ) {
	body.has-sticky-header.is-header-sticked .site-header a[itemprop=url] {
		left: 13px;
	}
}

/* Tablet */
@media( max-width: 801px ) {
	body.has-sticky-header.is-header-sticked .site-inner {
		margin-top: 50px;
	}

	body.has-sticky-header.is-header-sticked .navtoggle {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}

	body.has-sticky-header.is-header-sticked .nav-primary {
		top: 50px;
	}

	body.has-sticky-header.is-header-sticked .site-header a[itemprop=url] {
		margin-top: 8px;
		left: 8px;
	}

	body.has-sticky-header.is-header-sticked .site-header a[itemprop=url] img {
		height: 34px;
	}

	/* Tablet - Admin Desktop */
	body.has-sticky-header.is-header-sticked.admin-bar .navtoggle,
	body.has-sticky-header.is-header-sticked.admin-bar .site-header a[itemprop=url] {
		top: 32px;
	}

	body.has-sticky-header.is-header-sticked.admin-bar .nav-primary {
		top: 82px;
	}
}

/* Tablet - Admin Tablet */
@media( max-width: 780px ) {
	body.has-sticky-header.is-header-sticked.admin-bar .navtoggle,
	body.has-sticky-header.is-header-sticked.admin-bar .site-header a[itemprop=url] {
		top: 46px;
	}

	body.has-sticky-header.is-header-sticked.admin-bar .nav-primary {
		top: 96px;
	}
}

/* Mobile */
@media( max-width: 600px ) {
	body.has-sticky-header.is-header-sticked.admin-bar .navtoggle,
	body.has-sticky-header.is-header-sticked.admin-bar .site-header a[itemprop=url] {
		top: 0;
	}

	body.has-sticky-header.is-header-sticked.admin-bar .navtoggle {
		text-align: right;
	}

	body.has-sticky-header.is-header-sticked.admin-bar .nav-primary {
		top: 50px;
	}
}

/**
 * Open Text Header
 */
.header-right-half.header-right-half-righthalftext,
.header-middle-third.header-middle-third-middlethirdtext,
.header-right-third.header-right-third-rightthirdtext {
	height: auto;
	display: block;
	margin-bottom: -30px;
}

@media only screen and (max-width: 801px) {
	.header-middle-third.header-middle-third-middlethirdtext {
		margin-bottom: 0px;
	}
}
