/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on twitter's bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 2.0
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */


#menu-main-menu li {
  width: 100% !important;
}

#menu-main-menu-1 li {
  width: 15% !important;
}

.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}

.responsive-menuwrapper button {
  top: 55px;
  right: 20px;
  position: absolute !important;
}
.responsive-menuwrapper button, .responsive-menuwrapper button:hover, .responsive-menuwrapper button.dl-active {
	background: none !important;
}

.responsive-menuwrapper ul {
  background: #232121 !important;
}

.responsive-menuwrapper button:after {
  background: #ff5303 !important;   
  box-shadow: 0 10px 0 #ff5303, 0 20px 0 #ff5303 !important;
}

.responsive-menuwrapper {
  width: 100%;
  max-width: 100% !important; 
  left: 0px;
  position: fixed !important;
}

.esg-filterbutton {
  background: #2e302a !important;
  color: #a7a489 !important;
  border: 0 !important;
  opacity: 1;
  margin: 5px 5px !important;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.16)!important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.esg-filterbutton:hover {
  opacity: 0.7;
}

.responsive-menuwrapper .awesome-menu.awesome-menuopen {
  opacity: .9 !important;
}

.responsive-menuwrapper .awesome-menu {
  margin: 158px 0 0 0 !important;
  position: absolute !important;
}

.responsive-menuwrapper button {
  float: right;
}

.mobile-slide h1 {font-size: 18px;}

.btn {
  background-color: rgba(0, 0, 0, .5);
  padding: .4em .7em;
  font-family: "bebas-neue", sans-serif !important;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0px #000000;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  font-size: 1.3em;
  border: none !important;
  color: #a7a489 !important;
  text-align: center;
}

.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}
/* wp-specific classes */
.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

a:hover {
	text-decoration:none !important;
}

ol li {
	margin-bottom:1em;
	line-height:1.7em !important;
}
.post_content ul li {
	line-height:1.7em !important;
}

hr {
	border-bottom:1px dashed #7c7d66 !important;
	border-top-style: none!important;
	border-right-style: none!important;
	border-left-style: none!important;
}
.wp-caption {
}
.wp-caption-text {
}
.sticky {
}
.gallery-caption {
}

/* apply a natural box layout model to all elements */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* for fun */
* {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition:    all 0.2s ease-out;
	-ms-transition:     all 0.2s ease-out;
	-o-transition:      all 0.2s ease-out;
}

/* Turn on a 13x13 scrollbar */
::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
 
::-webkit-scrollbar-button:vertical {
    background-color: #666;
}
 
/* Turn on single button up on top, and down on bottom */
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
}
 
/* Turn off the down area up on top, and up area on bottom */
::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
}
 
/* Place The scroll down button at the bottom */
::-webkit-scrollbar-button:vertical:increment {
    background-color: #43432d;
}
 
/* Place The scroll up button at the up */
::-webkit-scrollbar-button:vertical:decrement {
    background-color: #43432d;
}
 
::-webkit-scrollbar-track:vertical {
    background-color: #bbbba3;
}
 
/* Track below and above */
::-webkit-scrollbar-track-piece {
    background-color: #bbbba3;
}
 
/* The thumb itself */
::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #43432d;
}
 
/* Corner */
::-webkit-scrollbar-corner:vertical {
    background-color: #43432d;
}
 
/* Resizer */
::-webkit-scrollbar-resizer:vertical {
    background-color: #43432d;
}

/* layout */
::selection {
	background: #000; /* Safari */
	color:white;
	}
::-moz-selection {
	background: #000; /* Firefox */
	color:white;
}

body {
  margin: 0 0 !important;
	padding-top: 0;
	background: #000 url('https://mindspikedesign.com/wp-content/uploads/2020/10/bg.webp') no-repeat fixed center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	font-family: "proxima-nova", sans-serif !important;
	font-size:1em !important;
	line-height:1.5em !important;
  opacity: 1 !important;
}

img {
  max-width: 100%;
	height: auto;
}
p {
	margin: 0 0 1.5em !important;
}
.container-fluid {
	padding: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "bebas-neue", sans-serif !important;
  line-height: 1.3em;
	letter-spacing: 2px;
	text-shadow: 2px 2px 0px #000000;
	filter: dropshadow(color=#000000, offx=2, offy=2);
}
h1 {
	letter-spacing:3px;
	/*border-bottom:1px dashed #776d60;*/
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 20px;
}
h2 {
  font-size: 2.4em;
}
h3 {
  font-size: 1.8em;
}
h4 {
  font-size: 1.2em;
}
/* Admin Top Navigation fixes */
.navbar .brand {
	padding:0px !important;
}
.navbar .nav {
	margin:0px !important;
  padding: 0px !important;
	float:none !important;
}
.navbar .nav > li {
	text-align:center !important;
	float:none !important;
	display:inline-block !important;
}
.menu-item img {
	/* Firefox */
	-moz-transition: all 1s ease;
	/* WebKit */
	-webkit-transition: all 1s ease;
	/* Opera */
	-o-transition: all 1s ease;
	/* Standard */
	transition: all 1s ease;
	-webkit-box-shadow:  0px 0px 10px 10px rgba(0, 0, 0, .25) !important;
	box-shadow:  0px 0px 10px 10px rgba(0, 0, 0, .25) !important;
	margin-bottom: 10px;
}
.menu-item img:hover {
	opacity: 1;
	/* Firefox */
	-moz-transform: rotate(180deg);
	/* WebKit */
	-webkit-transform: rotate(180deg);
	/* Opera */
	-o-transform: rotate(180deg);
	/* Standard */
	transform: rotate(180deg);
	z-index: 1000;
}
.submenu {
	margin-bottom: 0;
	background:#252719 url(images/bg-submenu.jpg) repeat-x center top;
	padding:0 2%;
	text-align:center;
	font-family: "bebas-neue", sans-serif !important;
	letter-spacing:2px;
	text-shadow: 2px 2px 0px #000000;
	filter: dropshadow(color=#000000, offx=2, offy=2);
	font-size:100%;
	-webkit-box-shadow:  0px 5px 10px 1px rgba(0, 0, 0, .3);
	box-shadow:  0px 5px 10px 1px rgba(0, 0, 0, .3);
}
.submenu ul {
	list-style:none;
	padding:1% 0 0.5%;
	margin:0px;
}
.submenu li {
	display:inline-block;
	zoom:1;
	padding:0 2%;
	border-right:1px solid #776d60;
}
.submenu li:last-child {
	border-right:none;
}
.circle {
	border-radius: 50%;
	behavior: url(PIE.htc);
}
.nav {
	text-align:center !important;
}
.navbar, .tubepress_embedded_title {
	font-family: "bebas-neue", sans-serif !important;
	letter-spacing:2px;
	font-style: normal;
	font-weight: 400;
	font-size:1.4em;
}
.navbar .nav > li > a:hover {
	color:#a7a489 !important;
}



/*

.navbar .nav > li > a {
	font-weight:bold !important;
	color:#2e302a !important;
	text-shadow: 1px 1px 1px #a7a489 !important;
	filter: dropshadow(color=#a7a489, offx=1, offy=1) !important;
	opacity:.95;
	background-color: transparent !important;
}

.navbar .nav .active > a, .navbar .nav > li > a:hover, .tubepress_embedded_title {
	text-shadow: 1px 1px 1px #000 !important;
	filter: dropshadow(color=#000, offx=1, offy=1) !important;
}

*/


.navbar .nav>li>a {
  font-weight: bold !important;
  color: #2e302a !important;
  text-shadow: 1px 1px 1px #a7a489 !important;
  filter: dropshadow(color=#a7a489, offx=1, offy=1) !important;
  opacity: .95;
  background-color: transparent !important;
}


.navbar .nav>li>a img {
  font-weight: bold !important;
  color: #2e302a !important;
  text-shadow: none !important;
  filter: none !important;
  opacity: .95;
  background-color: transparent !important;
}

.navbar .nav > li > a:hover {
  color: #a7a489 !important;
  text-shadow: 2px 2px 2px #2e302a !important;
}

.navbar .nav .active li > a{
  color: #a7a489 !important;
  text-shadow: 2px 2px 2px #2e302a !important;
}



.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	border:0px !important;
}
.navbar .nav > li > a:hover {
	opacity:1;
}

body.admin-bar .navbar-fixed-top {
	top: 28px;
	-webkit-box-shadow:  0px 0px 10px 10px rgba(0, 0, 0, .5);
	box-shadow:  0px 0px 10px 10px rgba(0, 0, 0, .5);
}
.navbar-inner, .navbar .fill {
	background:#292817 url(images/bg-header.jpg) center center no-repeat !important;
}
.nav-collapse {
	overflow:visible !important;
	float:right;
	width:62%;
	height:119px !important;
}
.rivets {
	background:url('https://mindspikedesign.com/wp-content/uploads/2020/10/rivets.webp') left top no-repeat, url('https://mindspikedesign.com/wp-content/uploads/2020/10/rivets.webp') right top no-repeat, url('https://mindspikedesign.com/wp-content/uploads/2020/10/bg-menu.webp') center top;
	background-color:#2f2e1d;
	display:block;
	/*height:119px;*/
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:  0px 0px 10px 10px rgba(0, 0, 0, .25);
	box-shadow:  0px 0px 10px 10px rgba(0, 0, 0, .25);
}

.subtlebg {
	background-color: rgba(0, 0, 0, .15);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:1.5em;
}

a.more, input.more, .sort_by_cat a,.wpcf7 input[type="submit"]  {
	background-color: rgba(0, 0, 0, .5);
	padding:.4em .7em;
	font-family: "bebas-neue", sans-serif !important;
	letter-spacing:2px;
	text-shadow: 2px 2px 0px #000000;
	filter: dropshadow(color=#000000, offx=2, offy=2);
	font-size:1.1em;
	border:none !important;
	color:#a7a489 !important;	
}
a.active_sort {
	color:white !important;
	font-weight:normal !important;
}
a.more, input.more {
	float:left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a:hover.more, input:hover.more, .sort_by_cat a:hover {
	background-color: rgba(0, 0, 0, .5);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#c8bcb5 !important;
}
.rounded {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:  0px 0px 10px 10px rgba(0, 0, 0, .25);
	box-shadow:  0px 0px 10px 10px rgba(0, 0, 0, .25);
}
.padded {
	padding:4% 4%;
}
.paddedsmall {
	padding:1.5% 4%;
}
.adjustheight {
 min-height:570px;
}

.padded-small {
	padding:1.5% 3%;
}
.blog .container-blog-feature {
	min-height:280px !important;
}
.blog .container-blog-feature img{
	opacity:.3;
}
.blog .container-blog-feature img:hover{
	opacity:1;
}
.blog .row-fluid .span7 {
width: 54.264957%;
}

.col-6 {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}
.center {
	text-align: center;
}
#menu-main-menu li {
	width:15%;
}
.logo {
	width:36%;
	float:left;
	/*min-width: 320px;*/
}
.logo a {
	display:block;
	background:url('https://mindspikedesign.com/wp-content/uploads/2020/10/logo.webp') center bottom no-repeat;
	height:119px;
	width:100%;
 -webkit-transition: opacity .5s ease-in-out;
 -moz-transition: opacity .5s ease-in-out;
 -o-transition: opacity .5s ease-in-out;
 -ms-transition: opacity .5s ease-in-out;
 transition: opacity .5s ease-in-out;
	opacity:1;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:  0px 0px 10px 10px rgba(0, 0, 0, .25);
	box-shadow:  0px 0px 10px 10px rgba(0, 0, 0, .25);
}
.logo a:hover {
	display:block;
	background:url('https://mindspikedesign.com/wp-content/uploads/2020/10/logo.webp') center top no-repeat;
	height:119px;
	width:100%;
	opacity:.75;
}

#inner-header {
	width: 100%;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input  {
	background:#3f3e29 !important;
	color:#c8bcb5!important;
	margin-bottom: 0;
	border-color:black!important;
	padding:10px;
	
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(0, 0, 0, 0)!important;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.0)!important;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.0)!important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.0)!important;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: auto !important;
    line-height: auto !important;
    margin-bottom: auto !important;
    padding: auto !important;
}
.navbar-form, .navbar-search {
	margin: 0 0 9px;
}
.navbar-search {
	padding-left: 0;
}
#s {
	width: 100px;
}
#content {
	margin:0 auto 0 auto;
}

.more-link {
	white-space: nowrap;
}
footer { 
  margin-bottom: 40px;
}

.footer-links {
	float: right;
	margin-bottom: 18px;
}
.footer-links .menu {
	list-style-type: none;
	margin-left: 0;
}
.footer-links .menu li {
	float: left;
	margin-left: 10px;
}

.social {
  width: 100%;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.social a {
  width: 40px;
  height: 40px;
  margin: 5px 5px;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2em !important;
  color: #a7a489 !important;
  font-weight: 900 !important;
  content: "\f007";
  font-family: 'Font Awesome\ 5 Free';
}

.social a:hover {
  background: rgba(0,0,0,0.8);
}

.milwaukee {
	margin-top:11px;
}


/* post styling */

article.post {
}
article.span6.thumbs {
	height:50%;
}
.span3 table.thumbs, .span6 table.thumbs {
	height:285px;
}
p.meta {
	font-style: normal !important;
	color: #933 !important;
}
#main article {
	margin-bottom: 0px;
	border-bottom: 1px solid #eeeeee;
	padding: 0 0;
}
.sidebar {
	margin-top: 18px !important;
}
.sidebar ul {
	list-style:none;
	margin-left:0;
}
.sidebar li {
	padding-top:.5em;
	padding-bottom:.5em;
	text-align:center;
	border-bottom:2px dashed #343427;
	text-transform:uppercase;
	letter-spacing:2px;
}
.sidebar li a{
	font-size:90%;
	display:block;
	color:#c8bcb5;
}
.sidebar li a:hover {
	color:#7c7d66;
}
.pagination {
	height:auto !important;
	text-align:center;
	padding:1em;
	/*background:url(images/rivets.png) left top no-repeat, url(images/rivets.png) right top no-repeat, url(images/bg-menu.jpg) center top;*/
	/*background-color:#2f2e1d;*/
	display:block;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:  0px 0px 10px 10px rgba(0, 0, 0, .25);
	box-shadow:  0px 0px 10px 10px rgba(0, 0, 0, .25);
}
.pagination ul{
	margin-top:.5em;
	background:black;
	background-color: rgba(0, 0, 0, .5);
}
.pagination li a {
	border-color:#65644f;
}
.pagination a:hover, .pagination .active a {
	background-color:#65644f !important;
	color:black !important;
}
.inside-buttons {
    position: absolute;
    top: 135px;
    z-index: 100;
    left: 0%;
	width:100%;
}
.label-info[href], .badge-info[href] {
	background-color:#343427 !important;
	color:#c8bcb5 !important;
}
.label-warning[href], .badge-warning[href] {
	background-color:#363630 !important;
	color:#c8bcb5 !important;
}
.label, .badge {
	background-color:#51503e !important;
	color:#c8bcb5 !important;
}
#main article footer {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 20px;
}
#main article footer a.edit-post {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.post:hover a.edit-post {
	display: inline;
}
p.tags {
	line-height: 20px;
	margin-top: 2em;
	margin-bottom: 0px;
}
 div[id*='attachment_'] {
 max-width: 100%;
 height: 100%;
}
#main .hero-unit img {
	margin-bottom: 1em;
}
#main article img {
	max-width: 100%;
	height:auto !important;
}
img.alignleft {
	margin-right: 10px;
	float: left;
}
img.alignright {
	margin-left: 10px;
	float: right;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.post header img {
	margin-bottom: 36px;
}
.archive #main .post h3 {
	line-height: 24px;
	margin-bottom: 10px;
}
video {
	max-width: 100%;
	height: auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}
/* page styling */

#featured-carousel .item {
	width: 970px;
	height: 600px;
}
.carousel-caption p {
	display: none;
}
.page-template-page-homepage-php #main article {
	border-bottom: none;
}
.page-template-page-homepage-php .hero-unit, .blog .hero-unit {
	padding: 1em;
}
.hero-unit h1 {
	font-size: 3em;
}



#web-flex-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.web-flex-box {
  width: 340px;
  height: 340px;
  margin: 0 auto;
  position: relative; /* If you want text inside of it */
  background: url(https://mindspikedesign.com/wp-content/uploads/2020/10/container2.webp);
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
}

.box-featured {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50% 50% 50% 50%;
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: 100;
}

.box-featured:hover {
  opacity: 0.1;
}

.box-title {
  width: 180px;
  padding: 10px 10px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.box-title h2 {
  font-size: 1.2em;
  font-family: "bebas-neue",sans-serif !important;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0px #000;
  color: #a7a489;
  z-index: 10;
}

.box-title h4.job-title {
  font-size: 12px !important;
  font-family: "bebas-neue",sans-serif !important;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0px #000;
  color: #a7a489;
  z-index: 10;
}

@media only screen and (max-width: 960px) {
  .web-flex-box {
    width: 340px;
    height: 340px;
  }
}

@media only screen and (max-width: 600px) {
  .web-flex-box {
    width: 340px;
    height: 340px;
  }
  
  .container-blog-feature {
    float: none !important;
    margin-right: 0 !important;
  }
}


#esg-grid-2-1 ul li {
  box-shadow: 0px 10px 10px #000000 !important;
}





/* comments */

#comments {
	line-height: 24px;
	margin-bottom: 18px;
}
ol.commentlist, ol.commentlist ul.children {
	list-style-type: none;
	margin-left: 0;
}
.comment .vcard div {
	margin-top: 8px;
	padding: 0 10px;
}
ol.commentlist time {
	font-size: .8em;
	color: #eeeeee;
}
ol.commentlist div.comment-author {
	position: relative;
}
ol.commentlist a.comment-edit-link {
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
}
ol.commentlist span.edit-comment {
	position: absolute;
	right: 0;
	top: 8px;
}
ol.commentlist li.bypostauthor {
	background-color: #dddddd;
}
ol.commentlist ul.children li {
	background-color: #cccccc;
}
ol.commentlist ul.children li ul.children li {
	background-color: #bbbbbb;
}
ol.commentlist ul.children li ul.children li ul.children li {
	background-color: #aaaaaa;
}
ol.commentlist article {
	border-bottom: none !important;
}
a.comment-reply-link {
	position: absolute;
	right: 0;
	bottom: 0;
}
#comment-nav ul {
	list-style-type: none;
	margin: 0;
}
#comment-form-elements {
	list-style-type: none;
	margin: 0;
}
.comment .vcard .avatar {
	padding-right: 0;
}
.comment .vcard .comment-text {
	margin-left: 0;
}
img.avatar {
	border:3px solid #a7a489;
}
ol.commentlist li {
	padding-right: 10px;
	
}
#pings {
	margin-bottom: 9px;
}
ol.pinglist {
	list-style-type: none;
	margin: 0 0 9px 0;
}
#comment {
	width: 100%;
}
ol.commentlist #respond {
	padding: 5px 10px;
}


/* specific post-type styles */
table.home {
	border-spacing: 20px !important;
	margin-bottom:3%;
}
table.home td {
	background: url('https://mindspikedesign.com/wp-content/uploads/2020/10/bg-content.webp') repeat;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #7e7f68 !important;
	padding:3% 3% 0% !important;
	/*margin:1% 1% 6% !important;*/
	width: 48%;
	display: inline-block;
	height: 100%;
	text-align:center !important;
	min-height:585px;
}
table.home td:first-child {
	margin-right:4%;
}

.bg-graphics {
	background: url('https://mindspikedesign.com/wp-content/uploads/2020/10/bg-content.webp') repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #222 !important;
	-moz-box-shadow: 0px 10px 10px #000000 !important;
	-webkit-box-shadow: 0px 10px 10px #000000 !important;
	box-shadow: 0px 10px 10px #000000 !important;
}

.page-header {
	border:none !important;
	padding:0 !important;
}
.page-header h1 {
	padding: 0.5em 2em !important;
	line-height:1.3em !important;
}

.container-featured {
	background:url('https://mindspikedesign.com/wp-content/uploads/2020/10/container-blog-feature.webp') no-repeat center center;;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;

	height:500px;
	width:500px;
	position:relative;
	overflow:hidden;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	padding:6%;
	margin:0 auto;
}

.container-blog-feature {
	background:url('https://mindspikedesign.com/wp-content/uploads/2020/10/container-blog-feature.webp') no-repeat center -1.4em;
	text-align:center;
	position:relative;
	overflow:hidden;
	padding:1em 2em 2em 2em;
	margin-right:2em;
}

.container-featured img {
	border-radius: 50%;
	behavior: url(PIE.htc);
	/*margin:8%;*/
	max-height:380px;
}
.container-blog-feature img {
	border-radius: 50%;
	behavior: url(PIE.htc);
	margin-top:2%;
	padding-bottom:2%;
	max-height:240px;
}

.container1, .container2, .container3, .container4 {
	min-height:230px !important;
	position:relative;
	overflow:hidden;
}
.noleft {
	margin-left:0px !important;
}
.container1 {
	background:url('https://mindspikedesign.com/wp-content/uploads/2020/10/container1.webp') no-repeat center center;
	text-align:center;
}
.container2 {
	background:url('https://mindspikedesign.com/wp-content/uploads/2020/10/container2.webp') no-repeat center center;
	text-align:center;
}
.container3 {
	background:url('https://mindspikedesign.com/wp-content/uploads/2020/10/container3.webp') no-repeat center center;
	text-align:center;
}
.container4 {
	background:url('https://mindspikedesign.com/wp-content/uploads/2020/10/container4.webp') no-repeat center center;
	text-align:center;
}
.contained {
	position: absolute;
	top: 45%;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	text-align:center;
	width:100%;
}
.contained a {
  padding: 25px;
}
.contained span:hover {
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  opacity:.7;
}
/**********   Circle Transitions   ************/

.fc_card-container .fc_card div {
	border:0 !important;
	padding:0 !important;
	background-color: transparent !important;
}
div.fc_card-container {
	width:375px;
	height:375px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:left;	
}
.thumbs div.fc_card-container {
	width:150px;
	height:150px;
}
.fc_back {
	border-radius: 50% !important;
	behavior: url(PIE.htc)!important;
	opacity:1;
	background:url(https://mindspikedesign.com/wp-content/uploads/2020/10/container-blog-feature.webp) center center;
}
.fc_back:hover {
	opacity:.5;
}
.fc_card-container .fc_card {
	border:0px !important;
	
}
.fc_card-container {
	position:relative !important;
	z-index:1 !important;
}
.fc_card-container .fc_card:hover {
	cursor:pointer;
}

.fc_card-container .fc_card div {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
	
}
.container-featured .fixedcenter {
	margin-top:20%;
}
.container-featured .fixedcenter p, .container-featured .fixedcenter h2 {
	padding:0 5%;
}
.thumbs .fixedcenter {
	margin:10% 0;
	font-size:.8em;
    line-height:1.3em;
}

.thumbs .fixedcenter h2 {
	font-size:1.2em;
	line-height:1.3em !important;
	padding:.7em;
}
.thumbs .fixedcenter p{
    margin-bottom:.5em !important;
}
.thumbs .fixedcenter p a {
    float: left;
    text-align: center;
    width: 100%;
}
ul.ch-grid {
	list-style:none;
	margin:0 !important;
}



/*  Circular Rotate  */

#rotatescroll, #rotatescroll2 {
	height: 628px;
	position: relative;
	width: 850px;
	/*padding:3.5%;*/
	margin: 0 auto 200px auto;
}
.viewport {
	height:100%;
	width:100%;
	position: relative;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	/*border-radius: 50%;
	behavior: url(PIE.htc);*/
}
.overlay img {
	opacity:1 !important;
}

.overview {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 0;
}
.overview li {
	width: 850px;
	height: auto;
	float: left;
	margin-left: 0;
	position: relative;
	top: 152px;
}

.overview li img {
	width: 100%;
  height: auto;
}

#rotatescroll2 .overview li{
	top: 0px;
}
.contact1 {
	margin-left:-20px !important;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	
	width:100%;
}
div.wpcf7-validation-errors, .div.wpcf7-mail-sent-ok {
	border:0 !important;
}
span.wpcf7-not-valid-tip {
	color:#c8bcb5 !important;
}
	
.overlay {
	background: url(https://mindspikedesign.com/wp-content/uploads/2020/10/rectangle-frame.webp);
  background-position: center;
  background-size: cover;
	position: absolute;
	left:-120px;
	top:-100px;
	height:990px;
	width:1100px;
	display:block;
}
.overlayText {
	background: black;
	background-color: rgba(0, 0, 0, .9);
  color: rgba(0, 0, 0, .9);
	position: absolute;
	left:0;
	top: 152px;
	width: 860px;
	height:476px;
	padding: 2% 0 ;
}
.page-template-page-services-php .overlayText {
	    top: 56px;
    height: 580px;
}

a.viewsite, span.viewsite {
    background:#333;
    background-color: rgba(0, 0, 0, .4);
    float:left;
    width:40%;
    margin:0 30%;
    text-align:center;
    padding-top:40px;
    padding-bottom:15px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:  0px 5px 10px 1px rgba(46, 46, 48, .8);
    box-shadow:  0px 5px 10px 1px rgba(46, 46, 48, .8);
    font-family: "bebas-neue",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size:1.5em;
    letter-spacing:5px;
    text-shadow: 2px 2px 2px #000000;
    filter: dropshadow(color=#000000, offx=2, offy=2);
}
a:hover.viewsite {
    background:#000;
    background-color: rgba(0, 0, 0, 1);
}
#rotatescroll2 .overlayText {
	margin-top:0px;
	margin-left:0px;
}
.overlayText p {
	text-align:center;
	color:#c8bcb5;
	margin:0 auto;
	padding:0 15%;
	line-height:1.4em !important;
}
.page-template-page-services-php .overlayText p {
	text-align:justify;
}
.page-template-page-services-php .overlayText p a {
	text-align:center;
}
.overlayText h4 {
	padding-bottom:20px;
}
blockquote {
	border-left:none !important;
}
.overlayText blockquote p{
    text-align:center;
	color:#a49a83 !important;
	margin:15px 0 auto!important;
    text-transform:uppercase;
    
}

.overlayText h2 {
	text-align:center;
	
}

#gform_1 .gform_wrapper input, #gform_1 .gform_wrapper textarea {
  padding: 10px 10px !important
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important;
}

#cboxLoadedContent {
  height: auto !important;
}

.thumb {
	display:none;
	background:url(images/example-thumb.png) no-repeat 50% 50%;
	position: absolute;
	top: 0;
	cursor: pointer;
	left: 0;
	margin: 5px 0 0;
	width:100px;
	z-index: 101;
	height: 100px;
}
.dot {
	text-align:center;
	cursor: pointer;
	text-indent: -999em;
	overflow: hidden;
	height: 270px;
	width: 270px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}
.dotservice {
	text-align:center;
	cursor: pointer;
	text-indent: -999em;
	overflow: hidden;
	height: 270px;
	width: 270px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

.flex-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dot-1 {
	top:-10px !important;
	left:-100px !important;
	background:url(https://mindspikedesign.com/wp-content/uploads/2020/10/container2.webp) no-repeat center center;
	text-align:center;
}

.dot-2 {
	top:-10px !important;
	left:680px !important;
	background:url(https://mindspikedesign.com/wp-content/uploads/2020/10/container2.webp) no-repeat center center;
	text-align:center;
}
.dot-3 {
	top:550px !important;
	left:680px !important;
	background:url(https://mindspikedesign.com/wp-content/uploads/2020/10/container2.webp) no-repeat center center;
	text-align:center;
}
.dot-4 {
	top:550px !important;
	left:-100px !important;
	background:url(https://mindspikedesign.com/wp-content/uploads/2020/10/container2.webp) no-repeat center center;
	text-align:center;
}
.dot-5 {
	top:260px !important;
	left:-220px !important;
	background:url(https://mindspikedesign.com/wp-content/uploads/2020/10/container2.webp) no-repeat center center;
	text-align:center;
}
.dot-6 {
	top:260px !important;
	left:750px !important;
	background:url(https://mindspikedesign.com/wp-content/uploads/2020/10/container2.webp) no-repeat center center;
	text-align:center;
}
.dot span {
	cursor: pointer;
	border-radius: 50%;
	behavior: url(PIE.htc);
	width:140px;
	height:140px;
	display:block;
	margin:25% auto;
}
a.linktip {
	background:url(images/btn-link.png);
	margin-top:12px;
	width:55px;
	height:55px;
}
time {
	margin-left:7px;
}
.icon-comment {
	margin-right:7px;
}
.page-template-page-services-php .dot-1 {
	background:url(images/container-web.png) no-repeat center center;
}
.page-template-page-services-php .dot-2 {
	background:url(images/container-brand.png) no-repeat center center;
}
.page-template-page-services-php .dot-3 {
	background:url(images/container-marketing.png) no-repeat center center;
}
.page-template-page-services-php .dot-4 {
	background:url(images/container-video.png) no-repeat center center;
}
.page-template-page-services-php .dot-5 {
	background:url(images/container-print.png) no-repeat center center;
}
.page-template-page-services-php .dot-6 {
	background:url(images/container-billboard.png) no-repeat center center;
}
div.dark_rounded .pp_close {
	background-image:url(images/sprite.png);
}

a.pp_next {
	background-image:url(images/btnNext.png) !important;
}
a.pp_previous {
	background-image:url(images/btnPrevious.png) !important;
}

.infoMobile {
	display:block;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	background-color: rgba(0, 0, 0, .25);
    color: rgba(0, 0, 0, .25);
	text-align:center;
	padding:.5em 0;
	margin-top:5%;
	padding:3%;
	color:#c8bcb5;
}

#ovr-desc {margin-left:40px !important; margin-right: 40px !important; }

#over-title {margin-top: 20px !important; margin-bottom: 20px !important;}

#new-royalslider-8 a {
    color: #fff;
    text-decoration: underline;
}

.new-royalslider-8 h2 {
  line-height: 1.3em !important;
  margin-bottom: 15px !important;
}

a.serv-link {
    text-transform: none !important;
    font-size: initial !important;
    border-top: none !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    position: relative;
    z-index: inherit;
    letter-spacing: inherit !important;
    text-align: left;
    display: initial !important;
}


span.gfield_required {
    color: inherit !important;
}

input#gform_submit_button_1 {
    background-color: rgba(0, 0, 0, .5);
    padding: .4em .7em;
    font-family: "bebas-neue", sans-serif !important;
    letter-spacing: 2px;
    text-shadow: 2px 2px 0px #000000;
    filter: dropshadow(color=#000000, offx=2, offy=2);
    font-size: 1.1em;
    border: none !important;
    color: #a7a489 !important;
}

label#label_1_6_1 {
  padding-left: 10px;
}

input#choice_1_6_1 {
  margin-left: 10px;
  /* margin-right: 0px; */
  /* padding-left: 10px; */
}

.gform_wrapper ul.gfield_radio {
  margin: 6px 0px !important;
  padding: 0;
  DISPLAY: inline-flex;
}

.sidemenu {
	-webkit-border-radius: 10px;
  border-radius: 10px;
	background-color: rgba(0, 0, 0, .25);
  color: rgba(0, 0, 0, .25);
	text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.sidemenu a, .inside-buttons a {
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	opacity:.7;
}

.sidemenu a:hover, .inside-buttons a:hover {
	opacity:1;
}

/* image attachment */

.attachment #main .post_content img {
	max-width: 100%;
}
.ie8 #main .media-grid img {
	max-height: none !important;
	max-width: none !important;
}
.attachment-img {
	margin-bottom: 18px;
}
.metadata p.alert-message {
	margin-right: 0;
	margin-bottom: 18px;
}
#gallery-nav {
	list-style-type: none;
	margin-left: 0;
}
li.next a, li.previous a {
	position: relative;
}
li.next a:hover:before {
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
li.previous a:hover:before {
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
/* widget styles */

.widget {
	margin-bottom: 18px;
}
.widgettitle {
	margin-bottom: 9px;
	text-align:center;
	border-bottom:1px solid #7c7d66;
}
#tag-cloud {
	margin-bottom: 18px;
	line-height: 160%;
}
/* for some reason the bs version currently available for download doesn't have this style */
.label {
	text-transform: uppercase;
}
/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover, .tags a:hover {
	color: #ffffff;
	text-decoration: none;
}
#tag-cloud a {
	white-space: pre;
	text-transform: uppercase;
}
/* change default form padding for search */

.widget_search form {
	padding-left: 0;
}
.widget_search input {
	width: 121px;
}
/* calendar widget */

#calendar_wrap {
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	padding: 8px;
}
#wp-calendar tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#wp-calendar tr:last-child {
	border-bottom: none;
}
#wp-calendar td {
	text-align: center;
	padding: 8px 0;
}
blockquote.pull-left {
	padding-right: 15px;
}
.social ul#social {
	margin-left: 0 !important;
}
ul#social {
	list-style: none;
  text-align: center;
  margin-top: 5px;
}
ul#social li {
	padding:5px;
	display: inline;
}
#social img {
 -webkit-transition: opacity .5s ease-in-out;
 -moz-transition: opacity .5s ease-in-out;
 -o-transition: opacity .5s ease-in-out;
 -ms-transition: opacity .5s ease-in-out;
 transition: opacity .5s ease-in-out;
}
#social img:hover {
	opacity:.7;
}
.margin-top {
	margin-top:2em;
}
.thumb-margin {
	margin-top:2%;
}

.mobilePhotos {
	display:none;
}
.infobuttons img{
	max-width:none !important;
	margin-top:.7em;
}
.infobuttons {
	min-height:80px !important;
}
.infobuttons a{
	position:relative !important;
	z-index:100 !important;
}
.infobuttons div {
	min-width:11%;
}
.sidemenu ul.infolist li{
	display:inline-block;
	zoom:1;
	width:5%;
	height:10px;
}
.featuretitle {
	text-align:center;
  margin: 10px 0 !important;
}

/*Slider */

.rsVideoContainer {
	
}
.royalHtmlContent {
	width:100%;
}
.rsUni .rsThumb.rsNavSelected .thumbIco {
border:2px solid black !important;
}
.royalSlider .royalSlide, .royalSlider .royalWrapper {
	background: url(images/bg-content.jpg) repeat;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #7e7f68;
}
#royalslider-1, #royalslider-2 {
	margin-top:30px;
}
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
	background-color:transparent !important;
}
#new-royalslider-5 {
	max-width:935px !important;
	margin:auto !important;
	height:700px !important;
}
#new-royalslider-4
.rsUni .rsThumb.rsNavSelected .thumbIco {
	border-color:#a7a489 !important;
}
.rsUni .rsThumbsHor {
	height:auto !important;
}

.mobile-slide .royalSlider {
	height:250px !important;
}


.tubepress_thumbnail_area {
	width:100%;
}
.tubepress_thumb {
	height:250px;
}
.videoslides {
	width: 100%;
	height: 100%;
}
.videoslides iframe{
	width: 100%;
	height: 100%;
}
.tubepress_container {
	margin-top:15em;
}

/*AJAX portfolio */
.linkbutton {
	position: absolute;
	z-index: 1000;
	bottom: -69px;
	margin: auto;
	text-align: center;
	width: 100%;
}
.linkbutton .sidemenu {
	background: none !important;
}
.sort_width_container a {
	line-height:2.1em;
}
.portfolio-grid-container {
	margin-left:10%;
	width:90%;
}
.overlayer .overlay, .overlayer .overlay:hover  {
	background:none rgba(0,0,0,0);
}

/* Portfolio Overlay */
.overlay-default, .overlay-default:hover,.overlay-default:focus, .overlay-default:active {
	display: none !important;
	visibility: hidden !important;
}
.portfolio-entry a {
	opacity:.7;
}
.portfolio-entry a:hover {
	opacity:1;
}
.portfolio-grid-container .portfolio-image img {
	max-width:100%;
	padding: 5px;
}
.isotope-item {
	width:15% !important;
}
.sort_width_container {
	margin-bottom:20px !important;
}
.sort_width_container {
	border-bottom:0;
}
.portfolio-entry {
	margin-bottom:40px;
}
.ajax_project .project_media {
	width:100%;
	padding-right:0;
}
.project_slides {
	margin:auto;
	max-width:655px;
}
.ajax_project .project_description {
	display:none;
}
.ajax_project {
	background-color:transparent;
	border:0;
}
.ajax-container .close-ajax-container, .ajax-container .next-ajax-container, .ajax-container .prev-ajax-container {
	border:none;
	background-color:transparent;
	border-radius: 50%;
	behavior: url(PIE.htc);
	margin:250px 25px 25px 0px;
}
.close-ajax-container {
	background:url(images/btn-close.png) center center no-repeat !important;
}
.next-ajax-container {
	background:url(images/btn-next.png) center center no-repeat !important;
}
.prev-ajax-container {
	background:url(images/btn-prev.png) center center no-repeat !important;
}
.ajax-container {
	width:100%;
}

/*FORMS*/

.input-prepend .add-on, .input-append .add-on {
	background:#9a886c !important;
	border:black !important;
}
.help-block, .help-inline {
	color:#a7a489 !important;
}
.mobile-slide {
	display:none;
}
.desktop-slide {
	display:block;
}
.mobile-content {
	display: none
}

/*FAQS*/
.post-like {
	display:none !important;
}



/* Video Page Hover Effects */

a:focus {
  outline: 0 !important;
  outline: 0 auto -webkit-focus-ring-color !important;
  outline-offset: 0 ;
}

/* DSHA */
.dshaVideo img {
	opacity: 1;
}
.dshaVideo:hover img {
	opacity: 0.7;
}

.dsha2Video img {
	opacity: 1;
}
.dsha2Video:hover img {
	opacity: 0.7;
}


/* GMB */
.gmbVideo img {
	opacity: 1;
}
.gmbVideo:hover img {
	opacity: 0.7;
}


/* Hamilton */
.hamiltonVideo img {
	opacity: 1;
}
.hamiltonVideo:hover img {
	opacity: 0.7;
}


/* Gufs */
.gufsVideo img {
	opacity: 1;
}
.gufsVideo:hover img {
	opacity: 0.7;
}


/* Cousins */
.cousinsVideo img {
	opacity: 1;
}
.cousinsVideo:hover img {
	opacity: 0.7;
}


/* Aftcra */
.aftcraVideo img{
	opacity: 1;
}
.aftcraVideo:hover img {
	opacity: 0.7;
}


/* Trans Ferm */
.transfermVideo img {
	opacity: 1;
}
.transfermVideo:hover img {
	opacity: 0.7;
}


/* Tra */
.traVideo img {
	opacity: 1;
}
.traVideo:hover img {
	opacity: 0.7;
}




/* THAT'S THAT MOBILE STUFF */

 @media(max-width: 1100px) {
	 
  .responsive-map {
     height:300px !important;
  }
  .adjustheight {
   height:auto !important;
  }
  .submenu {
    font-size:90%;
  }
  #rotatescroll, #rotatescroll2 {
    display:none;
  }
  .page-template-page-services-php .infoMobile h4 {
    padding-bottom:20px;
  }
  .page-template-page-services-php .infoMobile p {

    line-height:1.5em;
  }
  ul.mobilePhotos {
    list-style:none;
  }
  ul.mobilePhotos {
    padding: 0 0 !important;
    margin: 0 0 !important;
  }
  ul.mobilePhotos li, .mobilePhotos {
    display:block;
    width:100%;
    margin:2em 0 auto;
    text-align:center;
  }
  .infobuttons {
    display:none;
  }
  .padded-small .span6{
    text-align:center !important;
  }
  .pull-right {
    float:none !important;
  }
  .row-fluid div.span6 {
    width:100% !important;
    margin-left:0 !important;
  }

}

a, a:link, a:visited, a:focus, a:hover, a:active{
  text-decoration: none; 
}

#menu-main-menu-1 li {
  float: none;
  padding: 9px 10px 11px !important;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


@media(min-width: 980px) {
  
  .desktop-content {
    display: block;
  }
  
}


@media(max-width: 979px) {

   ul#social {
   text-align:center;
  }
  
   table.home td {
   min-height:inherit;
  }
  
  .navbar .btn-navbar {
   float:left !important;
  }
  
   .logo, .nav-collapse {
   width:100%;
  }

  .nav-collapse {
   margin-top:15px;
  }
  
   .nav-collapse .nav > li > a {
   padding:0px !important;
  }
  
   table.home td {
   width:98%;
   float:left;
   margin-bottom:1% !important;
  }
  
  .navbar-fixed-top {
   margin-bottom:0 !important;
  }
  
   #menu-main-menu li {
   width:15%;
  }
  
  .mobile-slide {
    display:block;
  }
  
  .desktop-slide {
    display:none;
  }
  
  .mobile-content {
    display: block;
  }
  
  .desktop-content {
    display: none;
  }
  
  .milwaukee {
    margin-top:-16px;
  }
  
  .span3 table.thumbs, .span6 table.thumbs {
    height:230px;
  }


  /*#new-royalslider-4, #new-royalslider-5 {
    height:255px !important;
  }*/

  .blog .row-fluid .span7 {
  width: 100%;
  }
  #usquare_2 {
    top:30px !important;
  }

  .contact1 {
    margin-left:0px !important;
  }
  #content {
    margin-top:20px;
  }

}

@media(max-width: 600px) {
  
  .nav-collapse {
    height:88px !important;
  }

  .nav-collapse .rivets {
    height:88px !important;
    display: none;
  }

  body {
    padding-top: 160px;
    background: #000;
    background-image: url("images/bg.jpg");
    background-attachment: fixed;
    background-size: auto;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
  }
  
 .menu-item img {
   width:50px !important;
  }

  .navbar .nav > li > a {
    /* font-size:.7em !important; */
      font-size: 15px !important; 
    letter-spacing:0 !important;
  }
  div.fc_card-container {
    width:190px;
    height:190px;

  }
  .container-featured {
    height:250px;
    width:250px;
  }

  .fixedcenter {
    font-size:.8em;
    top:-15%;
  }
  .fixedcenter h2 {
    font-size:1.5em;
  }

  #new-royalslider-6 {
    margin-left:-70px;
    margin-top:-70px;
  }
  .isotope-item {
    width:50% !important;
  }
  .sort_by_cat a {
    float:left;
    width:50%;
  }
  .ajax_project {
    margin-top:15%;
  }

  .ajax-container .close-ajax-container, .ajax-container .next-ajax-container, .ajax-container .prev-ajax-container {
    margin:0;
  }

}


@media (min-width: 480px) and (max-width: 979px) {
.sidemenu .span4 {
	display:none !important;
}
#new-royalslider-5 {
	max-width:860px !important;
	height:600px !important;
}
.row-fluid .span5 {
	width:100% !important;
}
.page-template-page-contact-php .row-fluid div.span6 {
	width:95% !important;
}
#menu-main-menu li {
 padding-top:2%;
}
.submenu li {
  display: inherit !important;
  zoom: 1;
  padding: 0 2%;
  border-right: none !important;
  margin-top: 6px;
}

}
@media (min-width: 300px) and (max-width: 768px) {
.submenu li {
  display: inherit !important;
  zoom: 1;
  padding: 0 2%;
  border-right: none !important;
  margin-top: 6px;
}

.col-6 {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}

}
@media (min-width: 300px) and (max-width: 652px) { 

.submenu li {     padding: 8px 2%;}
}
 
@media (min-width: 300px) and (max-width: 375px) { 

.logo a {    background: url(images/logo-320.png) center bottom no-repeat !important;}

}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.iframe-container-4x3 {
  padding-top: 75%;
}