/**
 * Theme Name: 360Tactics Theme
 * Theme URI: https://360tactics.com/themes/tactics
 * Author: theDudes@360Tactics
 * Author URI: https://360Tactics.com
 * Description: 360Tactics Main Website Styles
 * Version: 2.0.25
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: tactics
 * Bitbucket Theme URI: https://360Tactics@bitbucket.org/team360tactics/tactics_wp_theme.git
 * Bitbucket Branch: blackoutgrid
 */


/**
 * Table of Contents
 *
 * 1.0 - Reset
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

 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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
}

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

body {
	background: #262626;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*
 * Begin Styles
 */

/*
 * Colors & Typography
 */
@font-face {
    font-family: 'tactics';
    src: url('fonts/hero-webfont.eot');
    src: url('fonts/hero-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hero-webfont.woff') format('woff'),
         url('fonts/hero-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tacticsf1';
    src: url('fonts/tacticsf1.eot');
    src: url('fonts/tacticsf1.eot') format('embedded-opentype'),
         url('fonts/tacticsf1.woff2') format('woff2'),
         url('fonts/tacticsf1.woff') format('woff'),
         url('fonts/tacticsf1.ttf') format('truetype'),
         url('fonts/tacticsf1.svg#tacticsf1') format('svg');
}

.not-bold {
	font-weight: normal;
}

body {
	color: #262626;
	font-weight: 400;
	font-family: 'open sans';
}

.secondary {
	color: #fff;
	box-shadow: 0 0 10px #000;
	z-index: 100;
}

.secondary a {
	color: #fff;
}

.site-footer {
	color: #fff;
}

.site-footer a {
	color: #fff;
	font-weight: bold;
}

/* anchors */
a {
	color: #CF0000;
}

.main-navigation a {
	font-size: 1.8em;
	font-family: tacticsf1;
	text-decoration: none;
}

/* Buttons */
.button {
    background: #CF0000;
    color: #ffffff;
    font-weight: 600;
    padding: .3em 1em .4em 1em;
    border: none;
	width: auto;
	margin-bottom: 1em;
}

.button:hover {
	background: #262626;
}

/* Headers */
h4 {
	font-size: 1.3em;
	line-height: 1.8em;
	font-weight: bold;
}

/* Tagline */
.tactics-tagline {
	color: #fff;
	font-size: 8em;
	font-family: tacticsf1;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 10px;
  	transform: rotate(-10deg);
  	z-index: 0;
}

.about-us .tactics-tagline {
	font-size: 6em;
}

.tactics-tagline .diff {
	display: block;
	text-align: center;	
	color: #fff;
	/*! text-shadow: 0px 0px 125px #fff; */		
}

.tactics-tagline .diff:nth-of-type(1){
  	font-size: .5em;
	text-align: left;
}

.tactics-tagline .diff:nth-of-type(2){
  	display: inline-block;

  	color: #aaa;
}

.tactics-tagline .diff:nth-of-type(3){
	display: inline-block;

	color: #777;
}

.tactics-tagline .diff:nth-of-type(4){
  	font-size: .5em;
}

.tactics-tagline .diff:nth-of-type(5){
  	display: block;
	text-align: center;
	padding-left: 0em;
	text-decoration: underline;
  	color: #ccc;
}

.tactics-tagline .diff:nth-of-type(6){
	display: block;
	text-align: center;
  	padding-left: 0em;
	color: #5a5a5a;
}

.tactics-tagline .backwards-e {
	transform: scale(-1, 1);
	letter-spacing: 0;
	position: relative;
	display: inline-block;
  	color: #cf0000;
}


.about-us .tactics-tagline {
  	transform: rotate(0deg);	
}

.about-us .tactics-tagline .diff:nth-of-type(1){
	font-size: 1em;
  	text-align: left;

}

.about-us .tactics-tagline .diff:nth-of-type(2){
  	text-align: center;
	display: block;
}

.about-us .tactics-tagline .diff:nth-of-type(3){
	padding-left: 1em;
	text-align: left;
	display: block;
	color: #777d;
	color: #cf0000;
}

.about-us .tactics-tagline .diff:nth-of-type(4){
	padding-right: 2em;
	padding-top: .5em;
	text-align: right;
	font-size: .6em;
	color: #111;
	letter-spacing: 5px;
}

.our-work .tactics-tagline {
	transform: rotate(0deg);
	/*! top: 50px; */
	/*! left: 210px; */
	font-size: 7em;
}

.our-work .tactics-tagline .diff:nth-of-type(1),
.our-work .tactics-tagline .diff:nth-of-type(2){
	font-size: .4em;
	margin: 0;
	padding: 0 0 .5em 0;
	display: block;
	color: #cf0000;
}

.our-work .tactics-tagline .diff:nth-of-type(1) {
	color: #fff;
	font-size: .6em;
	padding: 0;
}

.our-work .tactics-tagline .diff:nth-of-type(3),
.our-work .tactics-tagline .diff:nth-of-type(4){
	font-size: .3em;
	margin: 0 auto;
	padding: 0;
	line-height: 1em;
	display: block;
	width: auto;
	color: #aaa;
	padding: .1em 0;
}

.our-work .tactics-tagline .diff:nth-of-type(5),
.our-work .tactics-tagline .diff:nth-of-type(6),
.our-work .tactics-tagline .diff:nth-of-type(7){
	font-size: .8em;
	text-align: left;
	display:block;
	text-decoration: none;
	padding: .5em .1em;
	margin: 0;
	float: left;
}

.our-work .tactics-tagline .diff:nth-of-type(6) {
}

.our-work .tactics-tagline .diff:nth-of-type(8){
	font-size: .2em;
	text-align: right;
	padding-right: 2em;
	color: #555
}

.contact-us .tactics-tagline {
	max-width: 900px;
}

.contact-us .tactics-tagline .diff:nth-of-type(1){
	color: #666;
	padding-left: 1em;
}

.contact-us .tactics-tagline .diff:nth-of-type(3){
	color: #4e4e4e
}

.contact-us .tactics-tagline .diff:nth-of-type(4){
	color: #cf0000;
}

.contact-us .tactics-tagline .diff:nth-of-type(6){
	color: #fff;
}

.blog .tactics-tagline {
	display: none;
}

/* headers */
.page-title,
.grid-header,
.grid-footer,
.big-heading {
	font-size: 2.3em;
	font-family: tacticsf1;
	position: relative;	
	color: #fff;
}

.single .content-page-article .page-title,
.single-post .content-page-article .page-title,
.page-template-template-sql-generator .content-page-article .page-title,
.article-wide .page-title {
	color: #cf0000;
}

.content-page-components .grid-header {
  	margin-bottom: 1em;
}

.content-page-components .grid-header + aside {
	margin-top: -1.5em;
}

.content-page-components .grid-footer {
	margin-top: 1em;
}

.content-page-components .grid-header i,
.content-page-components .grid-footer i {
	color: #CF0000;
}

.big-heading a,
.grid-footer a,
.grid-header a {
	color: #fff;
}

.big-heading.alignright {
	right: 0;
	float: right;
}

.big-heading i {
	color: #cf0000;
}

.big-heading.alignright i {
	margin-left: .5em;
	
}

.content-page-article header {
	margin-bottom: 2.6em;
	font-family: tacticsf1;
}

.content-page-components header .sub-heading {
	font-size: .8em;
	color: #aaa;
	font-family: 'open sans', helvetica, arial, sans-serif;
}

.content-page-components header .sub-heading i {
	color: #cf0000;
}

.site-head {
	/*! box-shadow: 1000px 0 500px #fff; */
	height: 100%;
	/*! min-height: 100%; */
	/*! overflow: visible; */
}

.site-footer {
	background: #CF0000;
}

/* paragraphs */
p {
	font-size: 1.5em;
	line-height: 1.8em;
	margin-bottom: 1.3em;
}

.site-footer .site-info p {
	margin-bottom: 0;
	display: inline-block;
	padding: .5em;
}

/* misc */
strong {
	color: #CF0000;
	font-weight: 600;
}

.home strong {
	color: #fff;
	font-weight: 600;
	font-style: italic;
}

/*
 * Main Structure
 */
body,
.site {
  	position: relative;
  	width: 100%;
  	height: 100%;
}

.site-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #262626;
}

.site-nav {
	display: block;
	height: 100%;
	overflow: auto;
	float: left;
	width: 100%;
	max-width: 10%;
	min-height: 100%;
	background: #1e1e1e;
	position: fixed;
	top: 0;
}

.site-content {
	background: #262626;
	width: 100%;
	max-width: 90%;
	float: left;
	left: 10%;
	position: relative;
}

.site-content-wrapper {
	overflow: hidden;
}

.site-header {
	text-align: right;
}

.site-header-interior {
	background: #1e1e1e;
	position: fixed;
	width:100%;
	max-width: 90%;
	z-index:100;
	box-shadow: inset 0 -15px 10px -15px #000;
	padding-top: 5px;
}

.site-header-interior .logo-primary-img {
	max-width: 180px;
	padding: 3px 40px;
}

.home .site-header-interior .logo-primary-img { 
  opacity: 0;
}

.site-branding {
	padding: 0;
	position: relative;
	z-index: 100;
}

.logo-primary-img {
  max-width: 100%;
}

.site-footer {
	clear: both;
	position: relative;
	z-index: 10;
	color: #faa;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: .8em;
}

.site-footer .site-info {
	padding: 0 1em .5em 1em;
	text-align: center;
	margin-left: 10%;
}

.pre-footer {
	box-shadow: 0 0 80px -40px #fff;
}

.pre-footer.content-page-components {
	margin: 0;
	margin-left: 10%;
	padding: 40px;
	max-width: none;
	background: #1e1e1e;
}

.components-alt-last + .pre-footer {
	margin: 0;
	position: relative;
	box-shadow: 0 0 80px -40px #fff;
}

.pre-footer .grid-block {
	max-width: 600px;
	margin: 0 auto;
}

.pre-footer .navlist-title {
	color: #555;
	font-size: 18px;
	padding: 0 0 .5em 0;
	font-weight: bold;
}

.pre-footer .navlist-item {
	font-size: 13px;
	padding: 0 0 .5em 0;
	font-weight: bold;
}

.pre-footer .navlist-item a {
	color: #aaa;
	text-decoration: none;
}

.pre-footer .navlist-item a:hover {
	color: #CF0000;
}

/* Sidebar */
.secondary-wrap {
	padding: 7em 0em;
	min-height: 100%;
	overflow: auto;
}

.site-nav-ham,
.site-nav-close-link {
	display: none;
}

.main-navigation {
	position: fixed;
}

.main-navigation li::before {
  	opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
	content: '';
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-top: solid 1em transparent;
	border-bottom: solid 1em transparent;
	border-left: solid 8px #CF0000;
}

.main-navigation li.current-menu-item::before,
.main-navigation li:hover::before{
	content: '';
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-top: solid 1em transparent;
	border-bottom: solid 1em transparent;
	border-left: solid 8px #CF0000;
	opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.main-navigation ul:hover li.current-menu-item::before {
	border-left: solid 8px #444;
}

.main-navigation li.current-menu-item a {
	color: #fff;
}

.main-navigation li {
	padding-bottom: 1.8em;
	padding: 0 4em 1.8em 4em;
	display: block;
	position: relative;
}

.site-nav-logo {
	position: absolute;
	bottom: 25px;
	max-width: 100%;
	margin: 0 auto;
	display: none;
	/*! opacity: .2; */
	padding: 0 10px;
}

.site-nav-logo:hover {
	opacity: 1;
}

.site-nav-logo img {
  	max-width: 100%;
	display: block;
	margin: 0 auto;
}


/* Javascript Background Styles */
.fadeInColor{
	background: #262626;
    -webkit-transition: background 0.6s ease-in-out;
    -moz-transition: background 0.6s ease-in-out;
    transition: background 0.6s ease-in-out;
}

.fadeOutOpacity {
	/*! opacity: 0; */
    -webkit-transition: opacity 0.2s ease-in-out 0.6s;
    -moz-transition: opacity 0.2s ease-in-out 0.6s;
    transition: opacity 0.2s ease-in-out 0.6s;
}

.fadeInOpacity {
	opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out 0.6s;
    -moz-transition: opacity 0.2s ease-in-out 0.6s;
    transition: opacity 0.2s ease-in-out 0.6s;
}

.fadeOutColor {
	background: transparent;
    -webkit-transition: background 0.6s ease-in-out;
    -moz-transition: background 0.6s ease-in-out;
    transition: background 0.6s ease-in-out;
}

.fadeBgDark {
	background: #262626;
}
/* end Javascript Background Styles */

.site-main {
	padding: 0 0 80px 0;
	position: relative;
	z-index: 5;
}

.content-page-article {
	margin: 0 20px;
	padding: 60px 40px 0;
	color: #fff;
}

.content-page-article .article-columns {
	columns: 2;
	column-gap: 40px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.content-page-article .alignleft {
	float: left;
	padding: 0 1em 0 0;
}

.content-page-article .alignright {
	float: right;
	padding: 0 0 0 1em;
}

.content-page-article .aligncenter {
	float: none;
	padding: 0 1em;
	margin: 0 auto;
	display: inline-block;
}

.content-page-components {
	margin: 40px 20px;
	padding: 20px 40px;
}

.content-page-components.portfolio-work-post {
	margin-top: 0;
	max-width: 100%;
}


.half-content {
	max-width: 50%;
	min-width: 50%;
	float: left;
	padding: 0;
}

.half-content-innerwrap {
	margin: 0 30px;
	display: block;
	overflow: auto;
	height: 100%;
	width: auto;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


/* GRIDS */
.grid-block {
    display: grid!important;
	grid-column-gap: 30px;
	grid-row-gap: 40px;
    justify-items: center;
}

.grid-block.grid-block-half {
	grid-template-columns: 1fr 1fr;
	align-items: center;
	justify-items: center;
	/*! background: #1e1e1e; */
	/*! height: auto; */
	display: block;
	/*! width: 100%; */
	/*! text-align: right; */
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 40px;
}

.grid-block-hero-home,
.grid-block-hero-right,
.grid-block-hero-left {
	grid-template-columns: 30% 70%;
	padding: 120px 60px 80px 60px;
	margin: 0 auto;
	max-width: 1500px;
	justify-items: center;
	align-items: start;
}

.grid-block-hero-left {
  grid-template-columns: 55% 45%;
	justify-items: start;
}

.grid-block-hero-right {
	grid-template-columns: 55% 45%;
}

.about-us .grid-block-hero-left {
	grid-template-columns: minmax( 30%, auto ) 1fr;
	justify-content: start;
}

.contact-us .grid-block-hero-left {
	grid-template-columns: 50% 50%;
}

.grid-block-hero-home .tactics-tagline {
	font-size: 6em;
}

.grid-block-cards-right {
	grid-template-columns: minmax(300px, 400px) 1fr;
}

.grid-block-sidebar-right {
	grid-template-columns: 2fr minmax(300px, 1fr);
  grid-column-gap: 60px;
}


.grid-block.grid-block-half .grid-block-item-content {
	/*! padding-top:40px; */
}

.grid-block.grid-block-double {
    grid-template-columns: 1fr 1fr;
}

.grid-block.grid-block-triple {
	grid-template-columns: repeat(3, 1fr);
}

.grid-block.grid-block-double-centered {
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	grid-column-gap: 30px;
	max-width: 800px;
	margin: 0 auto;
	justify-items: start;
}


.grid-block.grid-block-double.grid-content-right {
	grid-template-columns: 1fr minmax(600px, 1fr);
	grid-template-areas: ". contentright";
}

.grid-block.grid-block-double.grid-content-left {
	grid-template-columns: 1fr minmax(600px, 1fr);
	grid-template-areas: "contentleft .";
}

.grid-block.grid-block-double.grid-header-right {
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "headiconright headright";
	grid-column-gap: 15px;
}

.grid-block.grid-block-double.grid-header-left {
	grid-template-columns: minmax(auto, auto) 1fr;
	grid-template-areas: "headleft headiconleft";
	grid-column-gap: 15px;
}



.grid-block.grid-block-double.grid-footer-right {
	grid-template-columns: 1fr minmax(auto, auto);
	grid-template-areas: "footright footiconright";
}

.grid-block.grid-block-double.grid-footer-left {
	grid-template-columns: minmax(auto, auto) 1fr;
	grid-template-areas: "footleft footiconleft";
}

.grid-block.grid-block-auto {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr) );
}

.about-us .grid-block.grid-block-auto {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr) );
}

.grid-block.grid-block-autofill {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr) );
}

.grid-block.grid-block-auto .tactics-card.grid-block-item,
.grid-block.grid-block-autofill .tactics-card.grid-block-item {
	margin-bottom: 0;
}

.grid-block-item-content {
	min-width: 100%;
}

.grid-block-item-content-right {
	grid-area: contentright;
}

.grid-block-item-content-left {
	grid-area: contentleft;
}

.grid-block-item-header-right {
	grid-area: headright;
}

.grid-block-item-header-left {
	grid-area: headleft;
}

.grid-header-left .fa {
	grid-area: headiconleft;
	justify-self: start;
	align-self: center;
}

.grid-header-right .fa {
	grid-area: headiconright;
	justify-self: end;
	align-self: center;
}



.grid-block-item-footer-right {
	grid-area: footright;
	justify-self: end;	
}

.grid-block-item-footer-left {
	grid-area: footleft;
	justify-self: start;
}

.grid-footer-left .fa {
	grid-area: footiconleft;
	align-self: center;
}

.grid-footer-right .fa {
	grid-area: footiconright;
	align-self: center;
}

.grid-block-breadcrumb {
	grid-template-columns: auto 30px;
	align-items: center;
	justify-items: end;
}

.grid-block-item {
	min-width: 100%;
}


.components-alt {
	background: #1e1e1e;
	text-align: center;
	overflow: visible;
	position: relative;
	padding: 5em 30px 15em 30px;
	margin: 120px 0;
	box-shadow: 0 0 80px -40px #fff;
}

.components-alt.components-alt-last {
	margin-bottom: -80px;
}

/* Featured Items Alt */
.components-alt-feature {
	color: #fff;;
    padding-bottom: 60px;

}

.components-alt-feature header p {
	max-width: 800px;
	margin: 2em auto;
}

.components-alt-feature .feature-item {
    width: 100%;
	padding: 60px 0;
	overflow: auto;
}

.components-alt-feature .feature-item header h2 {
	font-size: 2em;
    padding-bottom: 1em;
	font-family: tacticsf1;
}

.components-alt-feature .feature-item p {
	text-align: left;
}

.components-alt-feature .feature-item img {
	float: left;
	padding: 1em 2em;
	width: 130px;
}

.content-page-components .section-prompt {
	font-size: 4em;
	background: #1e1e1e;
	color: #CF0000;
	border-radius: 100%;
	padding: .2em;
	position: relative;
	top: -1.85em;
}

.content-page-components .section-prompt-bottom {
	position: relative;
	bottom: -4.5em;
	font-size: 4em;
	background: #1e1e1e;
	border-radius: 100%;
	padding: .2em;
	color: #cf0000;
}

/*
.content-page-components .half-content > footer h2 {
	font-size: 2.3em;
	font-family: tacticsf1;
	margin-top: .5em;
}

.content-page-components .half-content > footer a {
	text-decoration: none;
	color: #333;
}

.content-page-components .half-content > footer a:hover {
	color: #CF0000;
}

*/


.tactics-review {
	font-size: 1.3em;
	font-style: italic;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

.tactics-review .reviewBody {
	padding: 2em 0 0em 0;
  	color: #fff;
}

.tactics-review .reviewBy {
	color: #FF0000;
	font-size: 1.3em;
	padding: 0;
	margin: 0;

}


/* Cards */
.tactics-card.card-grid,
.tactics-card.card-slab,
.tactics-card {
	background: #fff;
	height: auto;
	box-shadow: 0 0px 10px #000;
	overflow: auto;
	margin-bottom: 20px;
	position: relative;
}

.tactics-card.card-grid {
	position: relative;
	width: 100%;
}

.tactics-card.card-grid header,
.tactics-card.card-slab header {
	width: 100%;
	min-height: 5em;
	overflow: auto;
	display: block;
	background: #fff;
	padding: 20px;
}

#tweets .tactics-card.card-grid header,
#tweets .tactics-card.card-slab header {
	padding: 0;
}

.tactics-card.card-grid header h2,
.tactics-card.card-slab header h2 {
	font-size: 1.8em;
	font-family: tacticsf1;
	background: #fff;
	width: auto;
	display: inline-block;
}

#tweets .tactics-card.card-grid header h2,
#tweets .tactics-card.card-slab header h2 {
	padding: 0;
}

.tactics-card.card-grid header h3,
.tactics-card.card-slab header h3 {
	width: auto;
	display: inline-block;
	padding: 0 0 .5em 0;
  	font-weight: 600;
}

.tactics-card.card-grid header a,
.tactics-card.card-slab header a {
	text-decoration: none;
}

.tactics-card .tactics-card-body img {
	width: 100%;
	height: 100%;
	display: block;
}

.tactics-card-body {
	padding: 20px 20px 60px;
}

.tactics-card-content header + .tactics-card-body {
	padding-top: 0;
}

.tactics-card-body a {
  	font-size: 1.3em;
	float: right;
	display: block;
 	padding: 0;
  	margin: 20px;
}

.tactics-card img {
	width: 100%;
	height: auto;
}

.grid-block-featured-icons .tactics-card-img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 160px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.grid-block-featured-icons .tactics-card img {

}

.tactics-card.card-thoughts .tactics-card-img,
.blog .tactics-card .tactics-card-img {
	max-width: 200px;
	height: auto;
	float: left;
	padding: .5em 1.5em .5em 0;
	margin: 0;
}



/* Social Media Cards */
.social-cards .tactics-card-body {
	background: #fff;
	margin: 0;
	padding: 20px;
}

.social-cards header {
	position: relative;
}

.social-cards .tactics-card.card-slab h2 {
	font-family: 'open sans';
	line-height: 1.8em;
	text-align: left;
}

/*Todo change to .facebook-logo-container or .social-logo-container */
.social-cards .social-logo-container {
  	width: auto;
	padding: 0;
	float: left;
  	height: auto;
  	margin: 0;
}

.social-cards .social-logo-container img {
	border-top: solid 5px #fff;
	border-bottom: solid 3px #fff;
	background: #1DA1F2;
	width: auto;
	height: 30px;
	display: block;
}

.social-cards .tactics-card .tactics-card-timeheader {
	padding: 1em 0 0 0;
	margin: 0;
	display: block;
	font-weight: 600;
	font-size: 1em;
	background: #fff;
  	width: 100%;
	height:auto;
	overflow: auto;
	position: relative;
}

.social-cards .tactics-card .tactics-card-timeheader p {
	background: #fff;
	width: auto;
	overflow: auto;
	margin: 0;
	padding: 0;
  	text-align: right;
	position: relative;
	color: #cf0000;
	float: right;
	vertical-align: bottom;
}

.social-cards .tactics-card.card-slab .tactics-card-body header h2 {
	font-size: 1.5em;
}

#tweets.social-cards .tactics-card.card-slab .tactics-card-body header h2::before,
#tweets.social-cards .tactics-card.card-slab .tactics-card-body header h2::after {
	content: '"';
}

#tweets.social-cards .tactics-card.card-slab .tactics-card-body header h2 {
	font-style: italic;
}

.social-cards .tactics-card .tactics-card-body a {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 1em;
	float: none;
}

.social-cards .tactics-card-body .social-image-wrap {
	margin: 0;
	padding: 0;
}

.social-cards .tactics-card-body a.social-post-actions {
	display: block;
	clear:  both;
	text-align: center;
	margin: .5em 0;
}

.tactics-card.card-slab header h3.card-posted-on {
	display: block;
	font-size: 1.3em;
	margin-top: .5em;
}

.social-footer-link {
	font-size: 1.5em;
	color: #fff;
	font-family: tacticsf1;
	float: right;
	clear: both;
}

.social-footer-link:hover {
  	text-decoration: none;
}

.social-footer-link:hover i {
	color: #fff;
}

.social-footer-link i {
	padding: 0 0 0 .5em;
	color: #cf0000;
}

.tweet-img-container {
	width: 100%;
	max-height: 200px;
	overflow: hidden;
}

/* Rotator */
#reviewDisplay {
	min-height: 150px;
}

#reviewDisplay .tactics-review {
	position: absolute;
	left: 0;
	right: 0;
  	opacity: 1;
	z-index: 1;
	font-size: 1.6em;
	transform: scale(.5);
}

#reviewDisplay .tactics-review.lastActive {
  	background-color: #1e1e1e;
	opacity: 0;
}

#reviewDisplay .tactics-review .reviewBody,
#reviewDisplay .tactics-review .reviewBy {
	color: #1e1e1e;
}

#reviewDisplay .tactics-review.active .reviewBody {
	color: #fff;
}

#reviewDisplay .tactics-review.active .reviewBy {
	color: #CF0000;
}

#reviewDisplay .tactics-review.active {
	opacity: 0;
	transform: scale(1);
	transform-origin: top center;
	background-color: #1e1e1e;
	transition: transform 8s ease-out, opacity 4s 4s;
	z-index: 10;
}

/* Forms */
.inquiry-form label {
	clear: both;
	display: block;
}

.inquiry-form p {
	float: left;
	padding: 0 1em;
	min-width: 50%;
}

.inquiry-form input,
.inquiry-form textarea {
	width: 100%;
	font-size: 1em;
	font-weight: normal;
	font-family: "open sans";
	line-height: 1.8em;
	padding: 0 .5em;
	border-radius: 3px;
}

.inquiry-form input[type="submit"] {
	background: #CF0000;
	color: #ffffff;
	font-weight: 600;
	padding: .3em 1em .4em 1em;
	border: none;
	width: auto;
}

.inquiry-form input[type="submit"]:hover {
	background: #262626;
}

.inqAlert {
	text-align: center;
}

h3.inqAlert {
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: .5em;
	color: #cf0000;	
}

h4.inqAlert{
	font-size: 1.3em;
}

/* Alternate Contact Form */
.inquiry-form-alt.tactics-card.card-slab {
	background: #1e1e1e;
	color: #fff;
}

.grid-block-triple-column{
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	grid-column-gap: 0;
	grid-row-gap: 0;
}

.grid-block-triple-column .tactics-card.card-slab {
  background: #1e1e1e;
}

.inquiry-form-alt .grid-block-triple-column p {
	min-width: 100%;
}

.inquiry-form-alt input,
.inquiry-form-alt textarea {

}


.portfolio-work-post {
	top: 0;
	right: 0;
	width: 100%;
	background: #262626;
	color:#fff;
	z-index: 15;
	overflow: auto;
	margin: 0;
	padding: 0;
}

.gallery-icon img {
	width: 100%;
	height: auto;
	margin: 0 auto 2em auto;
	display: block;
	width: auto;
	max-width: 100%;
}

.portfolio-work-content {
	position: relative;
	top: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}

.portfolio-work-content-fixed,
.portfolio-work-content-relative {
	position: fixed;
	overflow: auto;
	padding: 40px 30px 60px 30px;
	margin-top: 1em;
	margin-bottom: 3em;
	width:40%;
	right:0;
}

.portfolio-work-content-relative {
	position: relative;
}

.portfolio-work-content-fixed h1,
.portfolio-work-content-relative h1 {
	margin: 1.75em 0;
	width: 100%;
}

.portfolio-work-content-fixed p,
.portfolio-work-content-relative p {
	max-width: 600px;
}

.fa-close {
	font-size: 1.3em;
	background: #fff;
	border-radius: 100%;
	padding: .2em .2em 0 .2em;
	margin: 0;
	height: 1.5em;
	width: 1.5em;
	line-height: 1em;
	vertical-align: center;
	text-align: center;
	color: #f00;
}

.fa-close:hover {
  color: #fff;
  background: #CF0000;
}

.breadcrumbs {
	font-size: 1.3em;
	display: block;
	position: relative;
	right: 0;
}

.single .portfolio-actions .breadcrumbs {
	top: 0;
}

.breadcrumbs a::after {
	content: "";
	display: inline-block;
	width: .5em;
	height: .5em;
	background: #CF0000;
	padding: 0em;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 .5em 0 1em;
}

.breadcrumbs a.js-work-item-close::after {
	display: none;
}

.breadcrumbs a {
  	margin-right: .5em;
	font-weight: bold;
	color: #fff;
}

.breadcrumbs span {
}
/*
.breadcrumbs a::after {
	content: "";
	display: inline-block;
	width: .5em;
	height: 1px;
	background: #CF0000;
	vertical-align: middle;
  margin: 0 0 0 .5em;
}

.breadcrumbs span::before {
	content: "";
	display: inline-block;
	width: .5em;
	height: .5em;
	background: #CF0000;
	padding: 0em;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 .5em 0 0;
}
*/

.tactics-btn {
  	font-size: 1.6em;
	min-width: 0;
	width: auto;
	display: block;
	position: relative;
	overflow: auto;
}

.tactics-btn a {
	color: #fff;
}

.tactics-btn.btn-left-icon i {
	margin-right: .5em;
	color: #CF0000;
}

.tactics-btn:hover i {
	color: #fff;
}

.work-details .work-label {
	color: #cf0000;
	font-weight: 600;
	font-size: 1.3em;
	padding-right: 1em;
}

.work-details {
	padding: 0 0 2em 0;
	margin-top: -2em;
}

.work-details a {
	color: #fff;
}

.work-details a:hover {
	text-decoration: none;
}

.gallery-item {
	position: relative;
	display: block;
}

.gallery-caption {
	font-size: 1.6em;
	color: #fff;
	padding: .5em 1em;
	bottom: -.4em;
	left: -1.7em;
	display: block;
	position: absolute;
	display: block;
  	width: 4em;
	height: 2.5em;
	overflow: hidden;
	margin: 0 0 4em 0;
}

.gallery-caption::before {
	font-family: FontAwesome;
	content: "\f05a";
  	margin: 0 .5em 0 0;
	color: #f00;
	font-size: 1.6em;
	text-shadow: none;
	transition: text-shadow 0.5s ease-in-out;
}

.gallery-caption:hover::before{
  	content: "Image Information -";
	font-size: 1.1em;
}

.gallery-caption:hover {
	width: auto;
	height: auto;
	background: #262626;
	color: #fff;
	box-shadow: 0 0 10px #000;
}

.gallery-caption.pulsate::before {
	transition: text-shadow 0.5s ease-in-out;
	text-shadow: 0 0 10px #fff;
}


iframe {
	margin: 0 auto;
	display: block;	
	width: 100% !important;
	min-height: 100% !important;
	position: relative !important;
}

.tactics-card-cta {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}

.tactics-card-cta i {
	padding-right: .5em;
}

.tactics-card a.tactics-card-cta {
	font-family: tacticsf1;
	font-size: 1.6em;
	text-decoration: none;
}

.tactics-card.js-work-item-link-home,
.tactics-card.js-work-item-link {
	cursor: pointer;
}

.tactics-card.js-work-item-link-home:hover,
.tactics-card.js-work-item-link:hover {
 box-shadow: 0 0 20px 2px #000;
}


/* Our Work */
.gallery,
iframe {
	margin-top: 60px;
}

/* JS PORTFOLIO STUFF */
.js-primary-stored {
	display: none;
}

.js-portfolio-actions-fixed.portfolio-actions {
	position: fixed;
	top: 33px;
	right: 0;
	background: #262626;
	padding: 1em 3em;
	box-shadow: 0 0 10px #000;
	width: auto;
	z-index: 20;
}

.admin-bar .js-portfolio-actions-fixed.portfolio-actions {
	top: 66px;
}


.portfolio-category-nav {
  	color: #cf0000;
	padding: 0 0 3em 0;
	font-size: 1.3em;
	font-weight: 600;
}

.portfolio-category-links {
	display: inline-block;
	text-transform: capitalize;
}


.portfolio-category-links li {
	display: inline-block;
	padding: 0 1em .5em 0;
}

.portfolio-category-links a {
	text-shadow: 1px 1px 4px #000;
	color: #fff;
	font-weight: 400;
}

.portfolio-category-links a:hover {
	color: #f00;
}

.filter-label {
	display: inline-block;
	padding: 0 1em .5em 0;
}

.tax-portfolio .primary {
	background: url(images/Code_bg_alt_2_large.png) no-repeat 150px 0 fixed;
    background-size: auto auto;
}


/* About Us */
.about-us .tactics-card h2 {
	color: #cf0000;
}
.about-us .tactics-card-img {
	display: block;
	overflow: hidden;
	border-radius: 50%;
	margin: 2em auto;
	max-width: 90%;
}

.about-us .tactics-card-img img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.about-us .tactics-card-body h3 {
	font-size: 13px;
    padding-bottom: 2em;
    font-family: tacticsf1;
    color: #aaa;
    text-align: center;
    position: absolute;
    top: 3.3em;
}

/* Single Blog Posts */
.single .content-page-article,
.single-post .content-page-article,
.article-wide.content-page-article {
	float: none;
	max-width: 50%;
	margin: 30px;
	padding-top: 40px;
}

.single .tactics-tagline,
.single-post .tactics-tagline
.tactics-tagline.tagline-wide {
	position: fixed;
	left: 65%;
	right: 0;
	top: 160px;
	float: none;
	font-size: 6em;
	max-width: 500px;
}

.single .content-page-article-body,
.single-post .content-page-article-body,
.article-wide .content-page-article-body {
	background: #fff;
	color: #333;
	padding: 2em;
	margin: 1em 0;
	box-shadow: 0 0 10px #000;
}

.single-tactics_work .content-page-article-body {
	background: none;
	box-shadow: none;
	color: #fff;
}

.single .content-page-article-body img.size-full,
.single-post .content-page-article-body img.size-full,
 .content-page-article-body img.size-full {
	max-width: 100%;
	height: auto;
}

.single .content-page-article-body p strong,
.single-post .content-page-article-body p strong,
.article-wide .content-page-article-body p strong {
	font-style: italic;
	color: #444;
}

.single .content-page-article-body h3,
.single-post .content-page-article-body h3,
.article-wide .content-page-article-body h3 {
  font-size: 2em;
	padding: 1.25em 0 .75em 0;
	color: #cf0000;
	font-family: tacticsf1;
}

.single .content-page-article-body a:hover,
.single-post .content-page-article-body a:hover,
.article-wide .content-page-article-body a:hover {
	text-decoration: none;
}

.single .breadcrumbs,
.single-post .breadcrumbs {
	position: relative;
	top: -.5em;
	left: 0;
	padding: 0;
	width: auto;
	background: none;
	box-shadow: none;
}

.single .breadcrumbs.scroll,
.single-post .breadcrumbs.scroll {
	position: fixed;
	top: 30px;
	left: 0;
	width: 100%;
	padding: 1em 0 1em 17.5em;
	background: #262626;
	box-shadow: 0 0 10px #000;	
	z-index: 100;
}

.single.admin-bar .breadcrumbs.scroll,
.single-post.admin-bar .breadcrumbs.scroll {
	top: 60px;
}

.article-wide .content-page-article-body img {
	max-width: 100%;
}

.article-wide .protip-anchor {
	display: block;
	margin: 1em 0;
	text-decoration: none;
	font-weight: 600;
}

.article-wide .protip-text {
  color: #333;
}


/* Wide Page */

.article-wide.content-page-article {
	max-width: 100%;
}

.article-wide .grid-header {
	color: #cf0000;
}


.article-wide header h2 {
	font-size: 18px;
	color: #333;
}

.article-wide h2 {
	font-size: 16px;
	margin-bottom: 1em;
	color: #cf0000;
}

.article-wide ul li {
	font-size: 1.5em;
	line-height: 1.8em;
	margin-bottom: 1.3em;
  list-style-type: disc;
	padding-left: .5em;
	margin-left: 1em;
}

.article-wide .btn {
	text-decoration: none;
	display: inline-block;
	margin: 1em 0; 
}

/* Category Page */
.titlecrumb::after {
	content: '';
	background: #cf0000;
	border-radius: 50px;
	display: inline-block;
	width: .3em;
	height: .3em;
  vertical-align: middle;
	margin: 0 .3em;
}

/* WP SQL Generator */
.sql-code-container {
	background: #262626;
	color: #cacaca;
	padding: 0;
}

.sql-code-container pre {
	max-width: 100%;
	overflow: auto;
	padding: 1em 1em 2em 1em;			
}

.template-full-hero .grid-block-item {
	justify-self: start;
}

.template-full-hero p {
	max-width: 800px;
}


/* Website Audit */
.webaudit-section {
  	background: #fff;
	border: solid 8px #cf0000;
	padding: 16px;
	margin-bottom: 24px;
}

.webaudit-section:nth-of-type(even) {
	border: solid 8px #595959;
}

.website-self-audit .tactics-tagline {
	display:none;
}

.webaudit-item {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr ) );
	grid-column-gap: 20px
}

.webaudit-question,
.webaudit-questions{
	background: #efecec;
	padding: 20px 40px;
  	font-weight: 600;
	text-align: left;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.webaudit-questions {
	display: block;
	align-self: stretch;
	padding: 0;
}

.webaudit-section > div {
	margin-bottom: 4em;
	border-bottom: solid 4px #595959;
	padding: 0 0 2em 0;
}

.webaudit-section > div:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.webaudit-submit-container {
	background: #262626;
	color: #fff;
	overflow: auto;
	margin-bottom: 32px;
	padding: 32px;
	border: solid 8px #595959;
}

input[type="submit"].webaudit-submit {
  text-align: center;
	margin: 0 auto;
  	display: block;
	margin: 1em auto;
	overflow: auto;
	width: auto;
	font-size: 1.5em;
}

input[type="submit"].webaudit-submit:hover {
	background: #8b0000;
}

.webaudit-submit-container h2 {
	color: #fff;
	font-size: 2.5em;
	text-align: center;
	padding: 32px;
}

.webaudit-instruct img {
	margin: 8px 0;
}

.webaudit-results-container {
	display: none;
	padding: 32px 0;
}


.webaudit-results-barchart-labels h3 {
	height: 50px;
}

.webaudit-results-barchart {
	display: grid;
	grid-template-columns: 1fr 2fr;
}

.webaudit-score-val {
	height: 50px;
	margin: 5px 0;
	display: block;
    background: #cf0000;
}

.article-wide .content-page-article-body .webaudit-results-barchart-labels h3 {
	color: #fff;
	background: #262626;
	font-size: 23px;
	line-height: 40px;
	height: 50px;
	padding: 5px 16px 10px 16px;
	width: 100%;
	margin: 5px 0;
	text-align: right;
}

.webaudit-scores {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax( 300px, 1fr ) );
	justify-items: start;
}

.webaudit-scores > div {
	min-width: 300px;
}

.webaudit-dash-component {
	text-align: center;
	margin: 32px 0;
}

.webaudit-dash-component > div:first-of-type {
	margin-top: -48px;
}


/* No Content */
.no-content-content {
	
}

.no-content-content h2 {
	font-size: 1.5em;
	padding: 0em 0 .5em 0;
}

.no-content-content .portfolio-category-links {
	padding-bottom: 1.5em;
	padding-left: 0;
	margin-left: 0;
	color: #fff;
}

.no-content-content .portfolio-category-links li {
	margin: 0;
	padding-left: 0;
	padding-right: 2em;
}

.page-template-template-sql-generator .grid-block-item-tagline {
	justify-self: center;
}

.page-template-template-sql-generator .content-page-article-body {
	background: #fff;
	color: #333;
	padding: 2em;
	margin: 1em 0;
	box-shadow: 0 0 10px #000;
}

.page-template-template-sql-generator .content-page-article-body p strong {
  	font-style: italic;
}

.page-template-template-sql-generator .content-page-article-body h3 {
  	font-size: 2em;
	padding: 1.25em 0 .75em 0;
	color: #cf0000;
	font-family: tacticsf1;
}

.page-template-template-sql-generator .content-page-article-body a:hover {
	text-decoration: none;
}

.tactics-wp-sql-form {
	background: #efefef;
	width: auto;
	max-width: none;
	min-width: 0;
	display: block;
	overflow: auto;
	padding: 2em;
}

.tactics-wp-sql-form label {
	font-family: tacticsf1;
	font-size: 14px;
}

.tactics-wp-sql-form input {
	padding: .3em .5em;
}

.tactics-wp-sql-form ul {
	position: relative;
	display: block;
	overflow: auto;
}

.tactics-wp-sql-form ul ul {
	width: auto;
	min-width: 0;
	max-width: none;
	display: block;
	overflow: auto;
}
.tactics-wp-sql-form ul li {
  padding-bottom: 1em;	
}

.tactics-wp-sql-form ul ul li {
	display: inline-block;
	padding-right: 1em;
}

.tactics-wp-sql-form ul ul li:first-child {
	min-width: 130px;
	text-align: right;
}

.tactics-wp-sql-form ul ul li:nth-of-type(2) { 
	min-width: 250px;
}

.tactics-wp-sql-form ul ul li input {
	width: 100%;
}

.sql-code-container pre {
	white-space: pre-wrap;
}


/* Featured Work Items */
.grid-block-featured-icons {
	grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
	grid-column-gap: 30px;
}

.grid-block-featured-icons .tactics-card.card-grid {
	margin-bottom: 0;
}

.grid-block-featured-icons .tactics-card-img img {
	width: auto;
	height: 100%;
}


/* Promotions Landing Pages */
.promotion-swm .content-page-components > div {
	margin: 40px 0;
}

.promotion-swm .page-title {
	font-size: 4em;
}

.promotion-swm > .content-page-components {
	margin-top: 0;
	padding-top: 0;
}


.happiness-makes-you-more-productive .promo-images .promo-image {
	max-height: 250px;
	float: left;
	height: 100%;
	padding: 0 10px 10px 0;
}

.happiness-makes-you-more-productive .content-page-article h2 {
	font-size: 1.8em;
}


@media only screen and (min-width: 1400px){
	.tactics-tagline {
	}

	.content-page-article {
		max-width: 1500px;
		margin: 0 auto;
	}
	.content-page-components {
		max-width: 1500px;
		margin: 40px auto;
	}

	.content-page-components.components-alt {
		max-width: 100%;
		margin: 120px 0;
	}

	.content-page-components.components-alt.components-alt-last {
		margin-bottom: -80px;
	}

	.our-work .tactics-tagline {
		/*! left: 15%; */
	}

	.about-us .tactics-tagline {
	}
	

}

@media only screen and (max-width: 1760px){
	.home .grid-block-hero-home .tactics-tagline {
		font-size: 5em;
	}
}

@media only screen and (max-width: 1560px){
	.home .grid-block-hero-home .tactics-tagline {
		font-size: 4em;
	}
}

@media only screen and (max-width: 1400px){
	.site-nav {
		max-width: 15%;
	}

	.site-content {
		max-width: 85%;
		left: 15%;
	}

	.site-header-interior {
		max-width: 85%;
	}

	.grid-block.grid-block-double.grid-content-right {
		grid-template-columns: 1fr minmax(400px, 1fr);
		grid-template-areas: ". contentright";
	}
	
	.site-footer .site-info,
	.site-footer .pre-footer {
		margin-left: 15%;
	}		
	
	.home .grid-block-hero-home {
		grid-template-columns: 45% 55%;
	}
	
	.contact-us .tactics-tagline {
		font-size: 6em;
	}
	
	.our-work .tactics-tagline {
		font-size: 5em;
	}
}

@media only screen and (max-width: 1200px){
	.our-work .tactics-tagline {
		font-size: 4.4em;
	}
	
	.single .tactics-tagline, 
	.single-post .tactics-tagline,
	.tactics-tagline.tagline-wide {
		font-size:5em;
		max-width: 370px;
	}
}

@media only screen and (max-width: 1180px){
	.happiness-makes-you-more-productive .promo-images .promo-image {
		width: 350px;
		height: 100%;
		max-height: 100%;
	}
}

@media only screen and (max-width: 1026px){
	.happiness-makes-you-more-productive .grid-block-double {
		grid-template-columns: 1fr;
		justify-items: start;
	}
	
	.happiness-makes-you-more-productive .promo-images .promo-image {
    max-height: 250px;
		width: auto;
	}
}

@media only screen and (max-width: 1024px){
	.site-nav {
		max-width: 20%;
	}

	.site-content {
		max-width: 80%;
		left: 20%;
	}

	.site-header-interior {
		max-width: 80%;
	}

	.single .breadcrumbs,
	.single-post .breadcrumbs {
		position: relative;
		top: -.5em;
		left: 0;
	}

	.single .content-page-article,
	.single-post .content-page-article,
	.article-wide.content-page-article {
		max-width: 100%;
	}
	
	.site-footer .site-info,
	.site-footer .pre-footer {
		margin-left: 20%;
	}
	
	.about-us .grid-block-hero-left,
	.our-work .grid-block-hero-left {
		grid-template-columns: 1fr;
	}
	
	.home .grid-block-hero-home .tactics-tagline {
		font-size: 3em;
	}	
	
	.contact-us .tactics-tagline {
		font-size: 5em;
	}
	
	.our-work .tactics-tagline {
		font-size: 6em;
		margin: 0 0 40px 0;
	}
	
	.single .tactics-tagline, 
	.single-post .tactics-tagline,
	.tactics-tagline.tagline-wide {
		display: none;
	}
	
}

@media only screen and (max-width: 830px){
	.site-branding {
		padding-right: 0;
		margin: 0 20px;
	}

	.site-header-interior {
		max-width: 115px;
		position: fixed; 
		box-shadow: none;
		background: none;
		padding:0;
		margin: 0;
		top:4px;
		right:20px;
		z-index: 100000;
	}
	
	.admin-bar .site-header-interior {
		top: 38px;
	}

	.site-header-interior .site-branding {

		margin: 0;
		padding:0;	
	}

	.site-header-interior .site-branding a {
		display: block;
		background: none;
	}

	.site-header-interior .site-branding .logo-primary-img {
		padding:0;
		margin: 0;
		display: block;
		max-width: 100%;
	}

	.site-nav {
		max-width: 100%;
		position: relative;
	}

	.secondary-wrap {
    	padding: 0;
	}

	.site-nav .nav-menu .menu-item {
		display: inline-block;
		padding: 0 2em;
		font-size: .9em;
		margin: .75em 0;
	}

	.main-navigation li a:hover::before{
    	display: none;
	}

	.main-navigation {
		position: relative;
	}

	.site-content {
		max-width: 100%;
		left: 0;
		margin-top: 26px;
	}

	.content-page-article p {
		text-shadow: 2px 2px 20px #000;
	}

	.single .content-page-article p,
	.single-post .content-page-article p,
	.page-template-template-sql-generator .content-page-article p,
	.article-wide.content-page-article p {
		text-shadow: none;
	}
	
  	.single .breadcrumbs.scroll,
	.single-post .breadcrumbs.scroll {
		top: 30px;
		padding: 1em 1.5em;
	}

	.single.admin-bar .breadcrumbs.scroll,
	.single-post.admin-bar .breadcrumbs.scroll {
		top: 66px;
	}

	.secondary {
		position: fixed;
		background: #1e1e1e;
		min-height: 0;
		max-height: 3.5em;
		height: auto;
		z-index: 100000;
		float: none;
	}
	
	.secondary .main-navigation {
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	.admin-bar .secondary {
		top: 32px;
	}
	
	.admin-bar .primary{
   		margin-top: 16px;
	}
	
	.portfolio-work-post {
		max-width: 100%;
	}

	.portfolio-work-content-fixed {
		position: relative;
		width: 100%;
		padding: 0;
	}

	.content-page-components {
		margin: 40px 0px;
	}

	.blog .site-main > .content-page-components,
	.archive.category .site-main > .content-page-components {
		margin: 100px 0 40px 0;
	}
	
	.archive .content-page-article {
		margin: 0;
		padding: 120px 40px 0 40px;
	}

	.content-page-components .half-content,
	.content-page-components .half-content:nth-of-type(2){
		max-width: 100%;
		float: none;
		padding: 20px 0;
	}	

	.tax-portfolio .grid-block-item-content {
		margin-top: 0;
	}
	
	.portfolio-actions {
		position: fixed;
		top: 34px;
		right: 0;
		width: 100%;
		background: #1e1e1e;
		padding: 10px 20px;
		box-shadow: 0 0 10px #000;
	}
	
	.admin-bar .portfolio-actions {
		top: 66px;
	}
	
	.portfolio-actions .work-item-close {
		font-size: 1em;
	}
	
	.admin-bar .js-portfolio-actions-fixed.portfolio-actions {
	 	top: 64px;
  	}
	
	.js-portfolio-actions-fixed.portfolio-actions {
		box-shadow: 0 0 10px #000;
		width: 100%;
	}	
	
	.portfolio-category-links li {
		padding: 0 .5em 0 0;
	}
	
	.portfolio-category-links li:after {
		content: "]";
		color: #aaa;
		padding: 0;
		margin-left: .5em;
	}
	
	.portfolio-category-links li:before {
		content: "[";
		color: #aaa;
		padding: 0;
		margin-right: .5em;
	}	

	.tactics-tagline {
		position: relative;
		padding: 1em 0;
		font-size: 6em;
		display: block;
		float: none;
	}

	.our-work .tactics-tagline {
		transform: rotate(0deg);
		top: 30px;
	}

	.home .tactics-tagline {
		padding: 1em 0 .5em 0;
	}

	.about-us .tactics-tagline {
		padding: 0 0 40px 0;
	}
	
	.grid-block.grid-block-double.grid-content-right {
		grid-template-areas: "contentright contentright";
	  	grid-template-columns: 1fr 1fr;
	}
	
	.tactics-wp-sql-form label {
		display: block;
		float: none;
	}

	.site-footer .site-info,
	.site-footer .pre-footer {
		margin: 0;
	}	
	
	.home .grid-block-hero-home {
		grid-template-columns: 1fr;
		grid-template-areas: "logo" "tagline";
	}
	
	.home .grid-block-hero-home .tactics-tagline {
		font-size: 3em;
		border-top: solid 3px #1e1e1e;
		border-bottom: solid 3px #1e1e1e;
		max-width:300px;
		margin: 40px auto;
	}
	
	.home .grid-block-hero-home .grid-block-item-tagline {
		grid-area: tagline;
	}
	
	.home .grid-block-hero-home .grid-block-item-branding {
		grid-area: logo;
	}
	
	.home .grid-block-hero-home .grid-block-item-branding .site-branding {
		padding: 40px 0;
		margin: 0;
	}
		
	.contact-us .grid-block-hero-left {
		grid-template-columns: 1fr;
	}
	
	.contact-us .tactics-tagline {
		max-width: 500px;
		font-size:8em;
		margin: 0 auto;
		padding: 0 0 40px 0;
	}
	
	.our-work .tactics-tagline {
		font-size: 5em;
		padding: 0 0 40px;
	}
	
	.our-work .grid-block-item-tagline {
		justify-self: center;
	}

	.our-work .grid-block-hero-left,
	.about-us .grid-block-hero-left {
		padding: 90px 40px 20px 40px;
	}
	
}

@media only screen and (max-width: 763px){
	.admin-bar .site-header-interior {
		top: 51px;
	}

	#wpadminbar {
		position: fixed;
	}
			
	.admin-bar .secondary {
		top: 46px;
	}

	.admin-bar .primary {
		margin-top: 30px;
	}

	.admin-bar .portfolio-actions {
    top: 81px;	
    padding: 10px 20px;
	}
	
	.admin-bar .js-portfolio-actions-fixed.portfolio-actions {
		top: 46px;
	}
	
	.admin-bar .js-portfolio-actions-fixed.portfolio-actions {
	 top: 81px;
	}

	.js-portfolio-actions-fixed.portfolio-actions {
		padding: 1em;
	}
	  
	.js-portfolio-actions-fixed.portfolio-actions .breadcrumbs {
	grid-template-columns: auto 0;
	}

	.js-portfolio-actions-fixed.portfolio-actions .work-item-close {
		/*! width: 20%; */
		padding: 1em;		
	}

	#reviewDisplay {
		min-height: 300px;
	}

	.single.admin-bar .breadcrumbs.scroll,
	.single-post.admin-bar .breadcrumbs.scroll {
		top: 81px;
	}	
}

@media only screen and (max-width: 614px){
	.inquiry-form p {
		min-width: 100%;
	}
}

@media only screen and (max-width: 600px){
	.admin-bar .site-header-interior {
			top: 45px;
			padding: 0 20px 0 0;
	}

	.site-header-interior {
		max-width: 100%;
		background: #1e1e1e;
		z-index: 100;
		padding: 0 40px 0 0;
		position: fixed;
		right:0;
		top:0;
		box-shadow: 0 0 10px #000;
		height: 45px;
	}

	.site-header-interior .site-branding {
		float:right;
	}

	.site-header-interior .site-branding .logo-primary-img {
		padding: 5px 0;
		max-height: 45px;
	}	
	
	.home .grid-block-hero-home .grid-block-item-branding {
		display: none;
	}
	
	.home .grid-block-hero-home {
    padding: 30px 0 0;
	}
	
	.home .site-header-interior .logo-primary-img {
		opacity: 1;
	}
	
	.home .grid-block-hero-home .tactics-tagline {
		font-size: 5em;
		transform: rotate(0);
	}
	
	.admin-bar .site-header-interior .site-branding .logo-primary-img {
	}

	.tactics-wp-sql-form ul ul li:first-child {
		min-width: 0;
		text-align: left;
	}
	
	.tactics-wp-sql-form ul ul li:nth-of-type(2) { 
		min-width: 0;
		width: 100%;
	}
	
	.primary,
	.admin-bar .primary {
		margin-top: 0px;
	}
	
	.site-nav-ham {
		display: block;
		overflow: auto;
		width: auto;
		height: auto;
		position: fixed;
		font-size: 28px;
		top: 3px;
		left: 40px;
		z-index: 500;
	}
	
	.admin-bar .site-nav-ham {
		top: 48px;
	}
	
	a.site-nav-ham-link {
    	color: #fff;
	}
	
	a.site-nav-ham-link:hover {
		color: #CF0000;
	}
	
	.site-nav {
		display: none;
		max-height: none;
		height: auto;
		overflow: auto;
		position: fixed;
		top: 0;
		margin: 0;
		padding: 0;
	}
	
	.admin-bar .secondary {
		top: 0;
		padding: 0;
		overflow: auto;
		height: auto;
		max-height: 100%;
		min-height: 0;

	}
	
	.main-navigation a {
		padding: .5em 0;
    	display: block;
		width: auto;
		margin: 0 auto;
		min-width: 0;
		max-width: none;
		position: relative;
	}

	.main-navigation li.current-menu-item a {
		background: #3e3e3e;
	}

	.main-navigation li::before,
	.main-navigation li a:hover::before,
	.main-navigation li.current-menu-item::before {
    	display: none;
	}	
	

	.main-navigation li:hover::before {
		display: none;
	}

	
	.main-navigation a:hover {
    	background: #CF0000;
	}
	
	.site-nav .nav-menu .menu-item {
		padding: .85em 1em;
		margin: 0;
		height: auto;
		display: block;
		width: auto;
		overflow: auto;
		max-width: none;
		min-width: 0;
		position: relative;
	}
	
	.site-nav .nav-menu .menu-item:hover {
		background: none;
	}
	
	.site-nav .nav-menu {
		text-align: center;
		width: auto;
		overflow: auto;
		position: relative;
		max-width: none;
		min-width: 0;
	}
	
	a.site-nav-close-link {
		display: block;
		color: #CF0000;
		font-size: 26px;
		float: right;
		padding: 0px 20px 10px 40px;
	}
	
	a.site-nav-close-link:hover {
		color: #ffffff;
	}

	.portfolio-actions {
		top: 44px;
		padding: 20px;
	}
	
	.admin-bar .portfolio-actions {
		top: 90px;
	}
	
	.admin-bar .js-portfolio-actions-fixed.portfolio-actions {
		top: 90px;
		padding: 10px 0;
	}
	
	.js-portfolio-actions-fixed.portfolio-actions {
		top: 44px;
		padding: 20px;
	}

	.content-page-components.portfolio-work-post {
		margin-top: 40px;
	}

	.single .breadcrumbs.scroll,
	.single-post .breadcrumbs.scroll {
		top: 0;
	}
	
	.single.admin-bar .breadcrumbs.scroll, 
	.single-post.admin-bar .breadcrumbs.scroll {
		top: 90px;
	}
	
  .content-page-article .article-columns {
    columns: 1;
	}
	
	.grid-block-hero-home, 
	.grid-block-hero-right, 
	.grid-block-hero-left {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.content-page-article {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.contact-us .tactics-tagline {
		font-size: 6em;
		padding: 0 40px 40px;
	}	

	.our-work .tactics-tagline {
		font-size: 4em;
	}		
}

@media only screen and (max-width: 530px){
	.happiness-makes-you-more-productive .promo-images .promo-image {
		max-height: 200px;
	}
}


@media only screen and (max-width: 440px){
	.happiness-makes-you-more-productive .promo-images .promo-image {
		max-height: 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 410px){
	.secondary {
		bottom: auto;
		max-height: none;
	}

	.half-content-innerwrap {
		margin: 0 20px;
	}
	
	.tactics-card.card-grid {
		width: 98%;
	}
	
	.content-page-article,
	.content-page-components {
		margin: 40px 10px;
		padding: 20px 20px;
	}

	.blog .content-page-components {
		margin: 100px 10px 40px;
	}
	
	.archive .content-page-article {
		padding: 120px 20px 0;
	}

	.archive.category.content-page-compontents {
		padding: 20px 10px 0;
	}

	.content-page-components.portfolio-work-post {
		margin: 40px 0;
	}

	.content-page-components.components-alt {
		margin: 120px 0;
		padding-right: 10px;
		padding-left: 10px;
	}

	.content-page-components.components-alt.components-alt-last {
		margin-bottom: -80px;
	}	

	.portfolio-category-links li {
		padding: 0 .5em 0 0;
	}
	
	.portfolio-category-links li:after {
		content: "]";
		color: #aaa;
		padding: 0;
		margin-left: .5em;
	}
	
	.portfolio-category-links li:before {
		content: "[";
		color: #aaa;
		padding: 0;
		margin-right: .5em;
	}

	.single .breadcrumbs,
	.single-post .breadcrumbs {
		margin-top: 40px;
	}

	.single .portfolio-actions .breadcrumbs {
		margin-top: 0;
	}

	.single .breadcrumbs.scroll,
	.single-post .breadcrumbs.scroll {
		top: 0px;
		margin-top: 0;
	}

	.single .content-page-article,
	.single-post .content-page-article,
	.article-wide.content-page-article {
		margin: 0 0 40px 0;
	}

	#reviewDisplay {
		min-height: 500px;
	}

	.content-page-components .section-prompt {
		top: -0.85em;
	}

	.content-page-components .section-prompt-bottom {
		bottom: -1.1em;
	}

	.site-nav-ham {
		left: 14px;
	}

	p {
		line-height: 1.6;
	}

	.components-alt-feature .feature-item img {
		float: left;
		padding: 0 .5em;
		width: 50px;
	}	
	
	.our-work .tactics-tagline {
		font-size: 3em;
	}

	.our-work .grid-block-hero-left {
		padding: 20px 10px 0px 10px;
	}
	
	.home .grid-block-hero-home {
		padding: 80px 0 30px 0;
	}

	.home .grid-block-hero-home .grid-block-item-branding {
		display: none;
	}

	.home .grid-block-hero-home .tactics-tagline {
		margin: 0 auto;
		font-size: 4em;
	}
	
}




.contact-us .grid-block-item-tagline {
	justify-self: center;
	align-self: center;
}

.contact-us .tactics-tagline {
	position: relative;
  	min-width: 100%;
	display: block;
	min-width: 500px;
	transform: rotate(0);
}

.contact-us .tactics-tagline .diff:nth-of-type(1),
.contact-us .tactics-tagline .diff:nth-of-type(2),
.contact-us .tactics-tagline .diff:nth-of-type(3),
.contact-us .tactics-tagline .diff:nth-of-type(4),
.contact-us .tactics-tagline .diff:nth-of-type(5),
.contact-us .tactics-tagline .diff:nth-of-type(6),
.contact-us .tactics-tagline .diff:nth-of-type(7),
.contact-us .tactics-tagline .diff:nth-of-type(8) {
	padding: 0;
	margin: 0;
	padding-left: 0;
	text-align: left;
	display:block;
	font-size: 80px;
	letter-spacing: 0px;
}


.contact-us .tactics-tagline .diff:nth-of-type(1) {
  float: left;
	line-height: 1em;
	color: #4e4e4e;
  font-size: 1em;
}

.contact-us .tactics-tagline .diff:nth-of-type(2) {

	float: left;
	line-height: 1em;
	font-size: 1em;
}

.contact-us .tactics-tagline .diff:nth-of-type(3) {
	line-height: 2.7em;
	font-size: .5em;
	margin-left: -5px;
	text-indent: -6px;
	color: #cf0000;
}

.contact-us .tactics-tagline .diff:nth-of-type(4) {
	float:left;
	font-size: 2em;
	line-height: .76em;
	border: solid;
	border-right: 0;
	border-left: 0;
	border: none;
	color: #3a3a3a;
  	padding-left: 0px;
  	letter-spacing: 0;
	z-index: -1;
  	padding-right: 0px;
}

.contact-us .tactics-tagline .diff:nth-of-type(5) {
  text-align: left;
	font-size: .5em;
	line-height: 1em;

}

.contact-us .tactics-tagline .diff:nth-of-type(6) {
  text-align: left;
 

  letter-spacing: 5px;
  font-size: 1em;
}

.our-work .tactics-tagline {
  transform: rotate(0);
	font-size: 7em;

}

.our-work .tactics-tagline .diff:nth-of-type(1),
.our-work .tactics-tagline .diff:nth-of-type(2),
.our-work .tactics-tagline .diff:nth-of-type(3),
.our-work .tactics-tagline .diff:nth-of-type(4),
.our-work .tactics-tagline .diff:nth-of-type(5),
.our-work .tactics-tagline .diff:nth-of-type(6),
.our-work .tactics-tagline .diff:nth-of-type(7),
.our-work .tactics-tagline .diff:nth-of-type(8) {
  text-align:left;
}


.our-work .tactics-tagline .diff:nth-of-type(1) {
	color: #666;
	font-size: .4em;
	padding: 0;
	letter-spacing: 5px;
	text-decoration: underline;
}

.our-work .tactics-tagline .diff:nth-of-type(2) {
	font-size: .8em;
	margin: 0;
	padding: 0 0 .4em 0;
	display: block;
	color: #fff;
	letter-spacing: 15px;
}

.our-work .tactics-tagline .diff:nth-of-type(3) {
	font-size: .4em;
	padding: 0 .5em 0 0;
	line-height: 1em;
	width: auto;
	color: #cf0000;
	letter-spacing: 5px;
	float: left;
}

.our-work .tactics-tagline .diff:nth-of-type(4) {
	font-size: .4em;
	padding: 0 .5em 0 0;
	line-height: 1em;
	width: auto;
	color: #cf0000;
	letter-spacing: 5px;
	float: left;
}

.our-work .tactics-tagline .diff:nth-of-type(5) {
	font-size: 1em;
	display: block;
	text-decoration: none;
	padding: 0em 0em 0em 0;
	margin: 0;
	float: left;
	clear: left;
	letter-spacing: 5px;
}

.our-work .tactics-tagline .diff:nth-of-type(6) {
	font-size: 1.3em;
	line-height: .8em;
	padding: 0;
	letter-spacing: 5px;
	float: left;
	display: block;
}

.our-work .tactics-tagline .diff:nth-of-type(7) {
  font-size: 1.5em;
  line-height: .6em;	
  padding: 0;
  letter-spacing: 5px;
	display: block;
	float: left;
}

.our-work .tactics-tagline .diff:nth-of-type(8) {
  text-align: right;
	font-size: .2em;
	padding-right: 0em;
	color: #555;
	clear: both;	
  display: block;
}

@media only screen and (max-width: 1530px){
	.our-work .tactics-tagline {
		font-size: 6em;
	}
}


@media only screen and (max-width: 1400px){
	.our-work .tactics-tagline {
		font-size: 5em;
	}

	.our-work .tactics-tagline .diff:nth-of-type(3),
	.our-work .tactics-tagline .diff:nth-of-type(4) {
	   letter-spacing: 4px;
	}
	
	.contact-us .tactics-tagline {
		font-size: 8em;
	}
	
}


@media only screen and (max-width: 1250px){
	.our-work .tactics-tagline .diff:nth-of-type(2) {
		padding-bottom: 0;
	}
	
	.our-work .tactics-tagline .diff:nth-of-type(3),
	.our-work .tactics-tagline .diff:nth-of-type(4) {
		padding-top: .5em;
		text-align: right;
		padding-bottom: .2em;
		letter-spacing: 4px;
	}	
	
	.our-work .tactics-tagline .diff:nth-of-type(5) {
		line-height: 1em;
	}	
	
	.our-work .tactics-tagline .diff:nth-of-type(6) {
    	float: none;
		clear: both;
		line-height: 1em;
		text-align: center;
	}
	
	.our-work .tactics-tagline .diff:nth-of-type(7) {
    	float: none;
		clear: both;
		line-height: 1em;
		text-align: right;;
	}	
	
	.contact-us .grid-block-item-tagline {
		align-self: start;
		justify-self: start;
	}	
	
	.contact-us .tactics-tagline {
    	font-size: 6em;
	}
	
}


@media only screen and (max-width: 1024px){
	.our-work .tactics-tagline {
		font-size: 4.6em;
    	max-width: 100%;
	}
	
	.our-work .tactics-tagline .diff:nth-of-type(2) {
		padding-bottom: .4em;
	}	

	.our-work .tactics-tagline .diff:nth-of-type(3),
	.our-work .tactics-tagline .diff:nth-of-type(4) {
		line-height: 1em;
		padding-top: .5em;
		padding-bottom: 0;
		line-height: .4em;
	}	
	
	.our-work .tactics-tagline .diff:nth-of-type(5){
		text-align: left;
		float: left;
		clear:left;
		line-height: 1.3em;
	}	
	
	.our-work .tactics-tagline .diff:nth-of-type(6){
		line-height: .8em;
		text-align: left;
		float: left;
		clear:none;
	}
	
	.our-work .tactics-tagline .diff:nth-of-type(7){
    	line-height: .6em;	
    	text-align: left;
		float: left;
    	clear:none;
	}
	
	.our-work .tactics-tagline .diff:nth-of-type(8){
		clear: left;
		text-align: right;
		padding-top: 1em;
	}
	
	.grid-block-cards-right {
		grid-template-columns: 1fr;
	}
	
	.grid-block-sidebar-right {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width:950px){
	.contact-us .tactics-tagline {
		  font-size: 5em;
	}
}

@media only screen and (max-width: 830px){
	.grid-block-item-tagline {
		justify-self: center;
	}
	.contact-us .grid-block-item-tagline {
		align-self: center;
		justify-self: center;
	}	
	
	.contact-us .tactics-tagline {
		font-size: 7em;
		min-width: 400px;
	}
}

@media only screen and (max-width: 600px){
	.our-work .tactics-tagline .diff:nth-of-type(2) {
		padding-bottom: 0;
	}
	
	.our-work .tactics-tagline .diff:nth-of-type(3),
	.our-work .tactics-tagline .diff:nth-of-type(4) {
		padding-top: .5em;
		text-align: right;
		padding-bottom: .4em;
		padding-left: 2px;
		letter-spacing: 3.4px;
	}	
	
	.our-work .tactics-tagline .diff:nth-of-type(5) {
		line-height: 1em;
	}	
	
	.our-work .tactics-tagline .diff:nth-of-type(6) {
    float: none;
		clear: both;
		line-height: 1em;
		text-align: center;
	}
	
	.our-work .tactics-tagline .diff:nth-of-type(7) {
    float: none;
		clear: both;
		line-height: 1em;
		text-align: right;;
	}	
	
	.contact-us .grid-block-item-tagline {
		align-self: center;
		justify-self: center;
	}
	
	.contact-us .tactics-tagline {
		min-width: 350px;
		font-size: 6em;
		padding-right: 0;
		padding-left: 0;
	}
	
}

@media only screen and (max-width: 410px){
	/*
	.our-work .tactics-tagline,
	.contact-us .tactics-tagline {
		padding: 40px 0 20px 0;
	}
	
	.contact-us .tactics-tagline {
		min-width: 300px;
		font-size: 5em;
		margin: 40px 10px;
	}
	*/

	.home .tactics-tagline,
	.about-us .tactics-tagline,
	.our-work .tactics-tagline,
	.contact-us .tactics-tagline {
		border-top: solid 3px #1e1e1e;
		border-bottom: solid 3px #1e1e1e;
		padding: 30px 0;
		margin: 60px 0 40px 0;
		min-width: 300px;
	}

	.contact-us .tactics-tagline {
		font-size: 5em;
	}

	.our-work .tactics-tagline .diff:nth-of-type(2){
		letter-spacing: 10px;
	}
	
	.our-work .tactics-tagline .diff:nth-of-type(3){
		padding-bottom: .6em;
	}	

	.about-us .grid-block-item-tagline,
	.contact-us .grid-block-item-tagline {
		justify-self: center;
	}

	.our-work .grid-block-hero-left {
		padding-top: 0;
	}
	
	.about-us .grid-block-hero-left {
		padding: 20px;
	}
}


/* For Testing Trestle */

.trestle .grid-block-hero-right {
	grid-template-columns: 1fr;
}

.tbe-wrapper {
	background: #fff;
	color: #000;
}

/* End Testing Trestle */