/*
Theme Name: Monkey Bar Storage Dealer Main
Theme URI: http://www.monkeybarstorage.com
Author: Quentin Skousen
Author URI: http://www.qskousen.info
Description: Monkey Bars Storage dealer theme for computer browsers.
Version: 1.0
License:
License URI:
Tags:
Text Domain: monkeybars
*/
/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */
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%;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	background: #f1f1f1;
}
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;

}
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,
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
/**
 * End Reset
 */

h1, h2, h3, h4, h5, h6 {
	display: inline;
}
body {
	background-color: white;
	font-family: 'Gotham A','Gotham B';
}
.site {
	margin: auto;
	background-color: white;
	overflow: hidden;
}
/* offset for fixed header */
#primary.content-area {
	margin-top: 11em;
}
.fixed-header {
	height: 11em;
	position: fixed;
	margin: 0 auto;
	right: 0;
	left: 0;
	text-align: center;
	z-index: 200;
	background-color: white;
}
.header-content {
	margin: 12px auto auto;
	width: 1100px;
}
.header-logo-img {
	margin-right: 35px;
	padding-right: 35px;
	border-right: solid 1px black;
	display: inline-block;
	float: left;
}
#header-logo > img {
	width: 100%;
	max-height: 9em;
}
.header-title-container {
	margin-top: 10px;
	text-align: left;
	display: inline-block;
	float: left;
}
.header-menu-container {
	display: inline-block;
	float: left;
}
.header-title {
	color: #636466;
	margin-top: -4px;
	text-transform: uppercase;
	height: 50px;
	line-height: 200%;
}
.header-menu > ul > li, .header-menu > ul > li > a, .header-menu > ul > li > a:hover {
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 30px;
	cursor: pointer;
	color: #636466;
	text-decoration: none;
}
.header-menu > ul > li > a, .header-menu > ul > li > a:hover {
	margin-right: 0;
}
.header-menu > ul > li:hover {
	border-bottom: 2px solid #ffc425;
}
.header-menu > ul > li > ul {
	cursor: default;
	display: none;
	background-color: white;
	z-index: 5;
	top: 110px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 500px;
	width: 1070px;
	padding: 30px 770px 50px 50px;
	position: absolute;
	box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.3);
}
.header-menu > ul > li > ul > li {
	padding-top: 25px;
	font-weight: lighter;
	font-size: 1.3em;
	text-align: right;
}
.header-menu > ul > li > ul > li.sub-menu-display {
	position: absolute;
	left: 320px;
	top: 54px;
	padding-top: 0;
}
.header-menu > ul > li > ul > li.sub-menu-display > a {
	padding: 15px;
	background-color: #ffc425;
	font-size: 18px;
	margin-top: 8px;
	float: right;
	color: white;
	border: 1px solid white;
	white-space: nowrap;
}
.header-menu > ul > li > ul > li.sub-menu-display > a:hover {
	background-color: white;
	color: #ffc425;
	border: 1px solid #ffc425;
}
.header-menu > ul > li > ul li > div.sub-menu-hover-img {
	position: absolute;
	display: none;
	top: 54px;
	left: 291px;
	z-index: 25;
	padding-left: 70px;
}
.header-menu > ul > li > ul li:hover > div.sub-menu-hover-img {
	display: block;
}
.header-menu > ul > li > ul > li.sub-menu-display > div > img {
	padding-left: 40px;
	border-left: darkgray dashed 1px;
	z-index: 21;
}
.header-menu > ul > li > ul > li.sub-menu-display div.mbs-text-editable {
	float: left;
	margin-left: 40px;
	margin-top: 20px;
}
.header-menu > ul li.menu-sub-item {
	padding-top: 5px;
}
.header-menu > ul > li > ul > li a, .header-menu > ul > li > ul > li a:visited {
	text-decoration: none;
	color: #636466;
	white-space: nowrap;
}
.header-menu > ul > li > ul > li > ul > li > a, .header-menu > ul > li > ul > li > ul > li > a:visited {
	text-decoration: none;
	color: #9fa2a7;
}
.header-menu > ul > li > ul > li > ul > li > a:hover {
	color: #ffc425;
}
.header-menu > ul > li > ul > li a:hover {
	color: #ffc425;
}
.header-menu .sub-menu > li.menu-item-has-children:before {
	border: .3em solid transparent;
	border-left: .5em solid #636466;
	content: "";
	margin-top: .3em;
	margin-left: -.7em;
	position: absolute;
}
.header-menu .sub-menu > li.menu-item-has-children:hover:before {
	border: .3em solid transparent;
	border-top: .5em solid #636466;
}
.header-menu > ul > li:hover > ul, .header-menu > ul > li:hover > div.menu-overlay, .header-menu > ul > li:hover > div.menu-shim {
	display: block;
}
.header-menu > ul > li > div.menu-overlay:hover {
	display: none;
}
.header-menu .menu-sub-item a,  .header-menu .menu-sub-item a:visited {
	color: #9fa2a7;
}
.header-menu .sub-menu > li.menu-item-has-children .sub-menu {
	display: none;
}
.header-menu .sub-menu > li.menu-item-has-children:hover .sub-menu {
	display: block;
}
.menu-shim {
	position: absolute;
	top: 90px;
	height: 20px;
	width: 180px;
	margin-left: -20px;
	display: none;
}
.menu-overlay {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	display: none;
	top: 110px;
	cursor: default;
	z-index: 4;
}
div.banner_wrapper .banner .custom_banners_big_link {
	z-index: 1;
}
.mbs-menu-social {
	display: none;
}
.header-contact {
	color: #636466;
	text-align: right;
	line-height: 250%;
	display: inline-block;
	height: 70px;
	float: right;
}
.cnss-social-icon img[alt="Youtube"] {
	width: 43px;
}
.cnss-social-icon img[alt="youtube"] {
	width: 43px;
}
.cnss-social-icon img[alt="YouTube"] {
	width: 43px;
}
.horiz-bars {
	width: 80px;
	height: 6px;
	border-top: solid white 1px;
	border-bottom: solid white 1px;
	display: inline-block;
	margin: 8px;
}
.home-slider-contact input, .home-slider-contact textarea, .home-slider-contact select {
	font-family: 'Gotham A', 'Gotham B';
	font-size: 16px !important;
	padding: 5px;
	margin-top: 8px;
	font-weight: bold;
	border: 0;
}
.home-slider-contact input.checkboxes {
	/* Fix for Chrome on MacOS. This normalizes the checkboxes for all OS's. */
 margin: 3px 3px 3px 4px;
}
.content-edit-button {
	display: none;
	position: absolute;
	cursor: pointer;
	top: 5px;
	right: 5px;
	color: white;
	background: rgba(0,0,0,.7);
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 500;
}
.content-edit-button a, .content-edit-button a:hover, .content-edit-button a:visited {
	color: inherit;
}
.mbs_editable:hover > .content-edit-button{
	display: block;
}
/* CSS for the font-name + font-size plugin for wysiwygjs */
.wysiwyg-plugin-list {
	max-height: 16em;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}
.wysiwyg-plugin-list a,
.wysiwyg-plugin-list a:link,
.wysiwyg-plugin-list a:visited {
	display: block;
	color: black;
	padding: 5px 10px;
	text-decoration: none;
	cursor: pointer;
}
.wysiwyg-plugin-list a:hover {
	color: HighlightText;
	background-color: Highlight;
}
.main-horiz-bullets {
	background-color: #ececec;
	width: 100%;
	float: left;
	padding: 25px;
	text-align: center;
}
.mbs_editable {
	position: relative;
}
.main-horiz-bullets-section {
	-webkit-flex: 0 0 340px;
	-ms-flex: 0 0 340px;
	flex: 0 0 340px;
	text-align: center;
}
.main-horiz-bullets-section:nth-of-type(2) {
	border-left: solid 2px #626467;
	border-right: solid 2px #626467;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.main-horiz-bullets-section .mbs-text-editable {
	clear: both;
}
.main-horiz-bullets-section .mbs_editable {
	display: inline-block;
}
.main-separate-cta {
	font-size: 22px;
	font-weight: bold;
	color: #636466;
	padding: 25px 15px 25px 15px;
	border: solid 1px #636466;
	text-decoration: none;
	margin-top: 1em;
	display: inline-block;
}
.main-separate-cta:visited {
	color: #636466;
}
.main-separate-cta:hover {
	background-color: #ffc425;
	color: white;
	border: solid 1px #ffc425;
}
.tb-contact-form-left {
	float:left;
	position: relative;
	width: 650px;
	padding: 70px 20px 0;
	text-align: center;
	line-height: 250%;
}
#TB_ajaxContent .home-slider-contact {
	width: 450px;
	float: left;
	position: relative;
	background-color: #636466;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 3em;
	margin-left: 0;
}
#TB_ajaxContent .home-slider-contact input, #TB_ajaxContent .home-slider-contact textarea, #TB_ajaxContent .home-slider-contact select {
	margin-top:5px;
}
.main-separate-right-container img {
	display: none;
}
.main-testimonials {
	background-color: #ececec;
	margin: 15px auto;
	text-align: center;
}
.main-testimonials a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
.main-testimonials a:hover {
	text-decoration: underline;
	color: inherit;
}
.about-testimonials {
	background-color: white;
}
.main-testimonials-title {
	padding-top: 1em;
}
.main-testimonials-block {
	position: relative;
	max-width: 540px;
	text-align: left;
	display: inline-block;
	padding: 1.5em 1.5em 2em;
}
.main-testimonials-block:nth-of-type(3) {
	margin-left: 50px;
}
.main-testimonials-block img {
	-webkit-border-radius: 61px;
	-moz-border-radius: 61px;
	border-radius: 61px;
	height: 122px;
	width: 122px;
}
#main-testimonials-title-text {
	white-space: nowrap;
	margin-top: 5px;
	margin-bottom: 20px;
}
.main-testimonials-block .mbs_editable {
	float: left;
	margin-right: 16px;
}
.main-testimonials-block .wysiwyg-container {
	margin-left: 130px;
}
.parallax {
	height: 558px;
	margin: 0 auto;
	width: 100%;
	max-width: 1660px;
	background: url('https://3d1744.claudeassets.com/20221203133659im_/https://garagestoragesanfrancisco.com/wp-content/themes/mbs-dealer-main/images/moto-bg.jpg') no-repeat fixed 50% 50%;
}
.parallax-container {
	text-align: center;
	width: 100%;
	height: 558px;
	background-color: rgba(0,0,0,0.4);
	margin: 0 auto;
	padding: 2em;
	display: none;
}
.parallax-container #parallax_text {
	max-width: 600px;
	line-height: 250%;
	margin: 3em auto 0;
}
.main-parallax-cta {
	font-size: 22px;
	font-weight: bold;
	color: white;
	padding: 20px 10px;
	border: solid 1px white;
	text-decoration: none;
	margin-top: .8em;
	display: inline-block;
}
.main-parallax-cta:visited {
	color: white;
}
.main-parallax-cta:hover {
	background-color: #ffc425;
	border: solid 1px #ffc425;
}
.main-product-links-title {
	text-align: center;
}
#main-product-links-title-text {
	white-space: nowrap;
}
.main-product-links-section {
	-webkit-flex: 0 0 269px;
	-ms-flex: 0 0 269px;
	flex: 0 0 269px;
	margin: 1.5em;
}
.main-product-links-section-content {
	background-color: rgba(255,255,255,0.8);
	width: 269px;
	padding: 5px;
	margin-top: -70px;
	position: absolute;
	white-space: nowrap;
	text-align: center;
}
.main-product-links-section-content > div {
	display: inline-block;
}
.main-reviews {
	background-color: #636466;
	width: 100%;
	padding: 20px;
	text-align: center;
	float: left;
}
.main-reviews .mbs_editable {
	display: inline-block;
	margin: 20px;
}
.main-featured {
	float: left;
	padding: 25px;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}
.main-featured-images {
	display: inline-block;
}
.main-featured-text {
	display: inline-block;
	text-align: left;
	width: 620px;
	margin-left: 50px;
}
.mbs-footer {
	background-color: #ececec;
	float: left;
	text-align: center;
	width: 100%;
	padding: 20px;
	line-height: 200%;
}
.mbs-footer-social{
	display: inline-block;
}
.about-dealer-container {
	width: 100%;
	float: left;
	padding: 70px 250px;
}
.about-dealer-container #about-dealer {
	float: left;
}
.about-dealer-container #about-dealer-text {
	float: left;
	width: 660px;
	margin-left: 20px;
	margin-top: -20px;
}
.double-text {
	width: 100%;
	float: left;
	padding: 70px 250px;
}
.double-text .mbs-text-editable {
	width: 500px;
	margin-left: 40px;
	float: left;
}
.about-why-us {
	width: 100%;
	padding: 40px 250px;
	background-color: #ececec;
	float: left;
}
.about-why-us #about-video {
	float: left;
	display: inline-block;
}
.about-why-us #about-video-text {
	float: left;
	display: inline-block;
	width: 560px;
	margin-left: 20px;
}
.contact-container {
	width: 100%;
	padding: 40px 250px;
	float: left;
}
.contact-container #contact-map {
	float: left;
	display: inline-block;
}
.contact-container #contact-details {
	float: left;
	display: inline-block;
	width: 600px;
	margin-left: 20px;
}
.contact-process-container {
	width: 100%;
	padding: 40px 250px;
	float: left;
	text-align: center;
}
.contact-process-container #contact-process-img {
	display: inline-block;
}
.contact-process-steps-text {
	width: 100%;
	float: left;
	margin-left: 50px;
	margin-top: 10px;
}
.contact-process-steps-text .mbs-text-editable {
	width: 200px;
	display: inline-block;
	margin-right: 77px;
	float: left;
	line-height: 200%;
}
.outer-padded, .outer-vert-padded {
	width: 100%;
	padding: 40px 1.5em;
	text-align: center;
}
.outer-padded {
	padding: 1.5em;
}
.background-gray {
	background-color: #ececec;
}
.inner-560 {
	width: 34%;
	float: left;
}
.float-right {
	float: right;
}
.background-darkgray {
	background-color: #636466;
}
.inner-center {
	float: none;
	display: inline-block;
}
.inner-230 {
	float: left;
	width: 16%;
	margin-right: 10px;
}
.inner-660 {
	width: 40%;
	display: inline-block;
	text-align: left;
	margin-left: 20px;
}
.inner-370 {
	width: 22.5%;
	float: left;
}
.inner-28 {
	width: 28%;
	display: inline-block;
}
.product-row {
	margin: 0 auto;
	max-width: 1250px;
}
.product-title {
	white-space: nowrap;
}
.product-image {
	height: 185px;
	margin: 12px 0;
}
.product-image .mbs_editable {
	vertical-align: middle;
}
.product-block {
	display: inline-block;
	border-bottom: 3px solid #757575;
	margin: 0 auto;
	padding: 40px 30px;
	width: 400px;
	vertical-align: top;
	height: 370px;
}
.product-block:before {
	content: "";
	border-bottom: 3px solid #757575;
	height: 1px;
	width: 3px;
	position: absolute;
	margin-left: -203px;
	margin-top: 327px;
}
.product-row-last .product-block {
	border-bottom: none;
}
.color-row {
	margin: 0 auto;
	max-width: 1450px;
}
.color-title {
	white-space: nowrap;
}
.color-image {
	margin: 12px 0;
}
.color-image .mbs_editable {
	vertical-align: middle;
}
.color-block {
	display: inline-block;
	margin: 0 auto 40px;
	padding: 0 5px;
	width: 270px;
	vertical-align: top;
	position: relative;
}
.color-block .color-note {
	position: absolute;
	bottom: 15px;
	left: 30px;
}
.mleft-100 {
	margin-left: 100px;
}
.inner-460 {
	float: left;
	width: 27.8%;
}
.line-height-250 {
	line-height: 250%;
}
.inner {
	float: left;
}
.flooring-links {
	padding: 45px;
	float: left;
	position: relative;
	clear: both;
	width: 100%;
	text-align: center;
}
.flooring-links-title {
	display: inline-block;
}
.flooring-links-title img {
	float: left;
}
#flooring-links-title-text {
	white-space: nowrap;
	top: -14px;
}
.flooring-links-section {
	width: 34%;
	display: inline-block;
	margin-right: 20px;
}
.flooring-links-section-content {
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	padding: 5px;
	margin-top: -70px;
	position: absolute;
	white-space: nowrap;
}
.flooring-links-section-content > div {
	display: inline-block;
}
.gallery-social {
	float: right;
	margin-right: 15%;
	background-color: #636466;
}
article.type-post {
	max-width: 840px;
	float: left;
	color: #696d6f;
	padding: 1.5em;
}
#right-bar {
	-webkit-flex: 0 0 275px;
	-ms-flex: 0 0 275px;
	flex: 0 0 275px;
}
#cat-list {
	background-color: #ececec;
}
#cat-list ul, #cat-list li {
	list-style-type: none;
}
#cat-list li a, #cat-list li a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #696d6f;
}
#cat-list li a:hover {
	text-decoration: underline;
}
#cat-list > li > ul {
	padding: 15px;
}
#cat-list .cat-title {
	background-color: #696d6f;
	width: 100%;
	padding: 15px;
	font-size: 16px;
	color: white;
	font-weight: bold;
}
#right-bar a.cat-cta  {
	padding: 15px;
	background-color: #ffc425;
	font-size: 22px;
	margin-top: 8px;
	float: right;
	color: white;
	border: 1px solid white;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
}
#right-bar a.cat-cta:hover {
	background-color: white;
	color: #ffc425;
	border: 1px solid #ffc425;
}
.post-featured-image {
	float: left;
	margin-right: 15px;
}
.type-post .entry-header .entry-title, .type-post .entry-header .entry-title a {
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	color: inherit;
	text-transform: uppercase;
}
.type-post .entry-header .entry-title a:hover {
	text-decoration: underline;
}
.type-post .entry-header .entry-author-date {
	font-size: 14px;
	text-transform: uppercase;
}
.type-post .entry-content {
	margin-top: 25px;
	font-size: 16px;
}
.type-post .entry-content img {
	width: 100%;
	height: auto;
}
.type-post .more-link {
	font-style: italic;
	text-decoration: none;
	color: inherit;
	margin-top: 15px;
	display: block;
	font-weight: bold;
}
.type-post .more-link:hover {
	text-decoration: underline;
}
.post-spacer {
	width: 60%;
	border: 2px solid #F8F8F8;
	margin: 20px 20%;
	float: left;
	clear: both;
}
.post-container {
	-webkit-flex: 1 1 350px;
	-ms-flex: 1 1 350px;
	flex: 1 1 350px;
}
.blog-posts .page-header .page-title {
	font-size: 28px;
	font-weight: bold;
	color: #696d6f;
	padding-bottom: 20px;
}
.flex-container, .site-main.blog-posts {
	max-width: 1100px;
	padding: 40px 0;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	clear: both;
}
.site-main.blog-posts {
	max-width: 1150px;
}
.flex-video-462 {
	-webkit-flex: 1 1 462px;
	-ms-flex: 1 1 462px;
	flex: 1 1 462px;
	margin: 1.5em;
	max-width: 462px;
}
.flex-video-561 {
	-webkit-flex: 1 1 561px;
	-ms-flex: 1 1 561px;
	flex: 1 1 561px;
	margin: 1.5em;
	max-width: 561px;
}
.video-wrapper {
	padding-bottom: 50.75%;
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.flex-text-610 {
	-webkit-flex: 1 1 600px;
	-ms-flex: 1 1 600px;
	flex: 1 1 600px;
	margin: 1.5em;
}
.flex-text-nogrow-560 {
	-webkit-flex: 0 1 560px;
	-ms-flex: 0 1 560px;
	flex: 0 1 560px;
	margin: 1.5em;
}
.flex-text-350 {
	-webkit-flex: 1 1 350px;
	-ms-flex: 1 1 350px;
	flex: 1 1 350px;
	margin: 1.5em;
}
.flex-text-230 {
	-webkit-flex: 1 1 230px;
	-ms-flex: 1 1 230px;
	flex: 1 1 230px;
	margin: 1.5em;
}
.flex-text-230 .mbs_image {
	height: 95px;
}
.flex-text-100 {
	-webkit-flex: 1 1 100px;
	-ms-flex: 1 1 100px;
	flex: 1 1 100px;
	margin: 1.5em;
}
.flex-img-240 {
	-webkit-flex: 0 0 200px;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	margin: 1.5em;
	text-align: center;
}
.flex-img-350 {
	-webkit-flex: 0 0 350px;
	-ms-flex: 0 0 350px;
	flex: 0 0 350px;
	margin: 1.5em;
}
.flex-img-375 {
	-webkit-flex: 0 1 375px;
	-ms-flex: 0 1 375px;
	flex: 0 1 375px;
}
.flex-img-375 img {
	width: 100%;
}
.flex-img-420 {
	-webkit-flex: 0 0 420px;
	-ms-flex: 0 0 420px;
	flex: 0 0 420px;
	margin: 1.5em;
}
.flex-img-462 {
	-webkit-flex: 0 0 462px;
	-ms-flex: 0 0 462px;
	flex: 0 0 462px;
	margin: 1.5em;
}
.flex-img-prod-link {
	-webkit-flex: 1 0 350px;
	-ms-flex: 1 0 350px;
	flex: 1 0 350px;
	max-width: 560px;
	margin: 1.5em;
	position: relative;
}
.flex-img-prod-link .mbs_image > img {
	width: 100%;
}
.flex-img-815 {
	-webkit-flex: 0 1 815px;
	-ms-flex: 0 1 815px;
	flex: 0 1 815px;
}
.flex-img-815 img {
	width: 100%;
}
.flex-img-warranty {
	-webkit-flex: 0 0 77px;
	-ms-flex: 0 0 77px;
	flex: 0 0 77px;
	margin: 1.5em;
	align-self: center;
}
.separate-storage .flex-img-350 {
	background: url("https://6fd967.claudeassets.com/20221203133659im_/https://garagestoragesanfrancisco.com/wp-content/themes/mbs-dealer-main/images/term-storage-bg.jpg") no-repeat right;
}
#main-featured-images-img img {
	width: 100%;
}
.outside-slider-contact-form {
	display: none;
	box-sizing: content-box;
	margin: 5em auto 0;
}
.pro-help .flex-text-350 img {
	width: 100%;
}
.warranty .flex-text-100 {
	max-width: 820px;
	align-self: center;
}
.image-gallery {
	text-align: center;
}
.benefits {
	width: 100%;
	padding: 20px 0 5px;
	text-align: center;
}
.our-process .flex-img-240:before {
	width: 64px;
	height: 47px;
	position: absolute;
	background: url("https://fb84f9.claudeassets.com/20221203133659im_/https://garagestoragesanfrancisco.com/wp-content/themes/mbs-dealer-main/images/arrow-right.png") no-repeat right;
	content: "";
	z-index: 20;
	margin-left: 100px;
	margin-top: 100px;
}
.our-process .flex-img-240:last-of-type:before {
	display: none;
}

/* Alignment stuff for posts copied from 2015 */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
.testimonials {
	margin: 0 auto;
	max-width: 1050px;
}
.testimonials-widget-testimonial {
	vertical-align:top;
	max-width: 1100px;
	margin: 0 auto;
	clear: both;
	font-size: 16px;
	color: #757575;
	min-height: 160px;
}

.testimonials-widget-testimonial p {
	/*text*/
}
.main-testimonials .testimonials-widget-testimonial {
	max-width: 540px;
	margin: 0 auto;
	font-size: 16px;
	color: #757575;
	min-height: 160px;
	display: inline-block;
	text-align: left;
}
.testimonials-widget-testimonial .image img {
	-webkit-border-radius: 61px;
	-moz-border-radius: 61px;
	border-radius: 61px;
	height: 122px;
	width: 122px;
	margin-right: 1.5em;
	float: left;
}
.testimonials-widget-testimonial blockquote {
	quotes: none;
	margin: 1.5em;
}
.main-testimonials .testimonials-widget-testimonial blockquote {
	margin: 0 1.5em 1.5em 0;
}
.testimonials-widget-testimonial .open-quote:before {
	content: '\201C';
}
.testimonials-widget-testimonial .close-quote:after {
	content: '\201D';
}
.testimonials-widget-testimonial .credit {
	display: block;
	margin-top: .2em;
    margin-bottom: 2em;
}
.testimonials-widget-testimonial .join-location:after {
	content: "-";
	display: inline-block;
	padding: 0 5px;
}
.testimonials-widget-testimonial .location {
	font-style: italic;
}
.testimonials-widget-testimonial .bottom_text {
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 145px;
}
.mbs-text-editable a, .mbs-text-editable a:visited {
	color: inherit;
	text-decoration: underline;
}
.mbs-text-editable a:hover {
	color: #E6B321;
}
#edit-controls {
	position: fixed;
	right: 0;
	top: 140px;
	font-size: 4em;
	background-color: rgba(0,0,0,.3);
	padding: .1em;
	border-radius: .4em;
	display: none;
	z-index: 200;
}
#edit-controls .save {
	color: green;
	margin: .2em;
	border: 3px solid green;
	border-radius: .2em;
	cursor: pointer;
}
#edit-controls .save:hover {
	color: lightgreen;
}
#edit-controls .history {
	color: orange;
	margin: .2em;
	border: 3px solid orange;
	border-radius: .2em;
	padding: 0 5px;
	cursor: pointer;
	display: none;
}
#edit-controls .history:hover {
	color: yellow;
}
#edit-controls .cancel {
	color: darkred;
	margin: .2em;
	border: 3px solid darkred;
	border-radius: .2em;
	padding: 0 5px;
	cursor: pointer;
}
#edit-controls .cancel:hover {
	color: red;
}
.mbs-text-revisions {
	font-size: 20px;
	text-align: center;
	padding: 1.5em;
	min-width: 500px;
}
.mbs-text-revisions i {
	padding: .5em;
	color: blue;
	cursor: pointer;
}
.mbs-text-revisions i:hover {
	color: lightblue;
}
.mbs-text-revisions i.save {
	font-size: 26px;
	color: green;
}
.mbs-text-revisions i.save:hover {
	color: lightgreen;
}
.mbs-text-revisions i.cancel {
	font-size: 26px;
	color: red;
}
.mbs-text-revisions i.cancel:hover {
	color: tomato;
}
.mbs-text-revisions i.mbs-rev-disabled {
	color: lightgray !important;
	cursor: default;
}
.revision-time {
	display: inline-block;
}
.revision-view {
	border: 3px solid black;
	text-align: left;
	padding: 1.5em;
}
.mbs-text-revision-container {
	width: auto !important;
	min-width: 500px;
	max-width: 1100px !important;
}

article.post header.entry-header {
	clear: left;
}

.phone-icon {
	display: none;
	position: absolute;
	top: 3em;
	right: 3em;
}

.screen-reader-text {
	display: none;
}

#TB_window #header-contact-text {
	color: #636466;
	padding-top: 3em;
}

#TB_window #header-contact-text > * {
	padding-top: 3em;
}

.faq {
	margin-top: 20px;
	border-top: 1px dotted #626262;
}

.faq h4 {
	font-size: 16px;
	color: #626262;
	font-weight: bold;
	border-bottom: 1px dotted #626262;
	width: 100%;
	padding: 7px 0;
	display: inline-block;
}

.faq h4:hover {
	text-decoration: underline;
}

.faq div {
	font-size: 16px;
	color: #626262;
	padding: 15px 0;
	border-bottom: 1px dotted #626262;
}

.faq h4.ui-state-active i.fa {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.cat-title span {
	color: #ffc425;
}

/* contact form checkboxes */
div > label.checkboxes-label {
	vertical-align: top;
	font-size: 15px;
	font-weight: bold;
	color: white;
	padding-top: 10px;
	display: inline-block;
}

span > label.checkboxes-label {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	padding-top: 6px;
	color: white;
	width: 120px;
}

#FSContact2 span > label.checkboxes-label {
	width: 170px;
	line-height: 22px;
}

#FSContact2 div > label.checkboxes-label {
	padding-bottom: 4px;
}

.checkboxes {
	width: auto;
	height: auto;
}

.checkboxes-wrapper > div > span {
    white-space: nowrap;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1220px) {
	.main-product-links-section {
		-webkit-flex: 0 0 210px;
		-ms-flex: 0 0 210px;
		flex: 0 0 210px;
	}
	.main-product-links-section .mbs_editable > img {
		width: 210px;
	}
	.main-product-links-section-content {
		width: 210px;
	}
    .flooring-info .flex-img-815 {
	    order: 1;
    }
	.flooring-info .flex-img-375 {
		order: 2;
	}
}
@media screen and (max-width: 1150px) {
	.header-menu {
		position: absolute;
		top: 0;
		margin-top: 3em;
		left: 3em;
		height: 8em;
		width: 5em;
		z-index: 5;
		padding: 0 4em 12em;
	}
	.header-content {
		width: auto;
	}
	.header-menu:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0.25em;
		width: 5em;
		height: .75em;
		border-radius: .5em;
		background: #636466;
		box-shadow: 0 1.5em 0 0 #636466, 0 3em 0 0 #636466;
	}
	.header-menu > ul > li:hover > div.menu-overlay, .header-menu > ul > li:hover > div.menu-shim {
		display: none;
	}
	.header-menu > ul > li {
		display: block;
		white-space: nowrap;
		font-size: 1.7em;
		margin-right: 0;
		margin-top: .8em;
	}
	.header-menu > ul > li > ul {
		display: block;
		background-color: rgba(0,0,0,0);
		z-index: auto;
		top: 0;
		left: 0;
		height: auto;
		padding: 0;
		position: relative;
		box-shadow: none;
		transform: initial;
		width: auto;
	}
	.header-menu > ul > li > ul > li {
		text-align: left;
		margin-top: .8em;
		font-size: 1.5em;
		padding-top: 0;
		margin-left: 1em;
	}
	.header-menu > ul > li > ul > li > ul > li {
		margin-top: .8em;
		padding-left: 1em;
	}
	.header-menu .sub-menu-display {
		display: none;
	}
	.header-menu #menu-header {
		display: none;
		position: absolute;
		margin-top: 12em;
		background-color: #ECECEC;
		left: -2em;
		padding: 2em;
		box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.3);
		overflow-y: scroll;
	}
	.header-menu:hover #menu-header {
		display: block;
	}
	.header-menu > ul > li > ul li:hover > div.sub-menu-hover-img {
		display: none;
	}
	.header-menu > ul > li:hover, .header-menu > ul > li:hover > a {
		border-bottom: none;
		color: #ffc425;
	}
	.header-menu .sub-menu > li.menu-item-has-children:before {
		border: .3em solid transparent;
		border-top: .5em solid #636466;
	}
	.header-menu .sub-menu > li.menu-item-has-children .sub-menu {
		display: block;
	}
	.mbs-menu-social {
		display: block;
	}
	.header-logo-img {
		padding: 0;
		margin: 0;
		border: none;
		position: absolute;
		width: 100%;
		text-align: center;
		left: 0;
		z-index: 1;
	}
	.header-logo-img a {
		display: inline-block;
	}
	.fixed-header {
		height: 15em;
	}
	#primary.content-area {
		margin-top: 15em;
	}
	.header-title-container .header-title {
		position: absolute;
		top: 12em;
		width: 100%;
		text-align: center;
		left: 0;
	}
	.header-contact {
		clear: right;
		float: right;
		margin-right: 15px;
	}
	.main-horiz-bullets-section {
		transform: scale(.8);
		margin: -2em -9em -2em;
	}
	.main-testimonials-block:nth-of-type(3) {
		margin-left: 0;
	}
	.tb-contact-form-left {
		display: none;
	}
	#TB_window {
		width: 340px !important;
		margin-left: -170px !important;
		margin-top: -250px !important;
	}
	#TB_window .home-slider-contact input[type="text" i], #TB_window .home-slider-contact select, #TB_window .home-slider-contact textarea {
		width: 270px !important;
	}
	#TB_ajaxContent {
		height: 650px !important;
	}
	#TB_ajaxContent .home-slider-contact {
		padding-left: 15px;
		padding-right: 15px;
		width: 310px;
		margin: 0;
	}
	#tb-contact-form-right-images img {
		width: 100%;
	}
	#TB_ajaxContent .home-slider-contact .horiz-bars {
		width: 65px;
	}
	.outside-slider-contact-form.home-slider-contact {
		display: block;
		width: 90%;
		position: relative;
		margin: 2em auto 0;
	}
	.outside-slider-contact-form #FSContact1 {
		max-width: 100% !important;
	}
	.outside-slider-contact-form div[id^='fscf_div_field1_'], .outside-slider-contact-form div[id*=' fscf_div_field1_'] {
		max-width: 100% !important;
	}
	.outside-slider-contact-form input[type="text"],
	.outside-slider-contact-form textarea,
	.outside-slider-contact-form select {
		width: 100% !important;
	}
	.mbs-simple-slide-wrapper .home-slider-contact {
		display: none;
	}
	.mbs-simple-slide-wrapper .home-slider-social {
		display: none;
	}
	div.banner_wrapper {
		display: none;
	}
	.main-testimonials .testimonials-widget-testimonial:last-of-type {
		display: none;
	}
	.gallery-social {
		display: none;
	}
	#FSContact2 span > label.checkboxes-label {
		width: 110px;
		font-size: 13px;
	}
}
@media screen and (max-width: 1060px) {
	.our-process .flex-img-240:before {
		display: none;
	}
}
@media screen and (max-width: 980px) {
	.main-product-links-section {
		-webkit-flex: 0 0 269px;
		-ms-flex: 0 0 269px;
		flex: 0 0 269px;
		margin: 2.7em;
	}
	.main-product-links-section .mbs_editable > img {
		width: 269px;
	}
	.main-product-links-section-content {
		width: 269px;
	}
}
@media screen and (max-width: 940px) {
	.warranty .flex-text-100 #shelving-tagline font {
		font-size: 30px !important;
	}
	.warranty .flex-text-100 {
		max-width: 550px;
	}
    .phone-icon {
	    display: block;
	    z-index: 5;
    }
    .header-contact #header-contact-text {
	    display: none;
    }
}
@media screen and (max-width: 850px) {
	.post-featured-image {
		float: none;
	}
	.main-product-links-section {
		margin: 1.5em;
	}
}
@media screen and (max-width: 770px) {
	.main-horiz-bullets-section {
		transform: none;
		margin: 0;
		-webkit-flex: 0 1 380px;
		-ms-flex: 0 1 380px;
		flex: 0 1 380px;
	}
	.main-horiz-bullets-section:nth-of-type(2) {
		border-left: none;
		border-right: none;
		border-top: solid 2px #626467;
		border-bottom: solid 2px #626467;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.separate-storage .flex-text-350 {
		order: 2;
	}
	.separate-storage .flex-img-350 {
		order: 1;
	}
	.custom-built .flex-text-350 {
		order: 2;
	}
	.custom-built .flex-video-462 {
		order: 1;
	}
	.product-features .flex-text-350 {
		order: 2;
	}
	.product-features .flex-video-462 {
		order: 1;
	}
	.flex-video-462 {
		max-width: none;
	}
	.flex-video-561 {
		max-width: none;
	}
}
@media screen and (max-width: 640px) {
	.header-title {
		display: none;
	}
	.fixed-header {
		height: 8em;
	}
	#primary.content-area {
		margin-top: 8em;
	}
	.header-menu #menu-header {
		margin-top: 9.3em;
		font-size: 75%;
	}
	.header-menu {
		margin-top: 1em;
		left: 1em;
		padding: 0;
	}
	.header-menu:after {
		width: 3em;
		height: .5em;
		border-radius: .5em;
		background: #636466;
		box-shadow: 0 1em 0 0 #636466, 0 2em 0 0 #636466;
	}
	#header-logo > img {
		max-height: 6em;
		width: auto;
	}
	.phone-icon {
		top: 1em;
		right: 1em;
	}
	.phone-icon img {
		max-height: 3.3em;
	}
}
@media screen and (max-width: 575px) {
	.main-testimonials .testimonials-widget-testimonial {
		text-align: inherit;
		margin-bottom: 2em;
	}
	.main-testimonials .testimonials-widget-testimonial blockquote {
		float: none;
		display: inline-block;
	}
	.main-testimonials .testimonials-widget-testimonial blockquote {
		margin: 0 0 1.5em 0;
	}
	.main-testimonials .testimonials-widget-testimonial .image img {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.main-testimonials .testimonials-widget-testimonial .bottom_text {
		margin-left: 0;
	}
	.main-product-links-title {
		font-size: 6px;
	}
	.mbs-footer-social .cnss-social-icon img {
		margin: 10px !important;
	}
	.product-block {
		padding: 40px 0;
		width: auto;
	}
	.product-block:before {
		border: none;
	}
	.parallax #parallax_text {
		line-height: 200%;
		margin: 1em auto 0;
	}
}
@media screen and (max-width: 450px) {
	.parallax #parallax_text {
		line-height: 175%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 400px) {
	.product-block {
		transform: scale(.8);
		margin-left: -3%;
		padding: 0;
		height: 330px;
		margin-top: -10%;
	}
}
@media screen and (max-width: 340px) {
	.parallax #parallax_text {
		line-height: 150%;
	}
}

/* targeted hacks make me sad */
@media all and (device-width: 768px) and (device-height: 1024px) {
	.parallax {
		background: url('https://3d1744.claudeassets.com/20221203133659im_/https://garagestoragesanfrancisco.com/wp-content/themes/mbs-dealer-main/images/moto-bg.jpg') no-repeat 50% 50%;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
	.main-horiz-bullets-section {
		transform: none;
		margin: 0;
		-webkit-flex: 0 0 300px;
		-ms-flex: 0 0 300px;
		flex: 0 0 300px;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
	.main-horiz-bullets-section {
		transform: none;
		margin: 0;
		-webkit-flex: 0 0 360px;
		-ms-flex: 0 0 360px;
		flex: 0 0 360px;
	}
}

body.page .easy-image-gallery a img {
	border-top-right-radius: initial;
	-webkit-border-top-right-radius: initial;
	-moz-border-top-right-radius: initial;
	-ms-border-top-right-radius: initial;
	-o-border-top-right-radius: initial;
}
/*
     FILE ARCHIVED ON 10:03:56 Aug 03, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:47:09 Aug 30, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.434
  exclusion.robots: 0.059
  exclusion.robots.policy: 0.05
  esindex: 0.006
  cdx.remote: 15.993
  LoadShardBlock: 239.501 (3)
  PetaboxLoader3.resolve: 75.511 (4)
  PetaboxLoader3.datanode: 218.868 (4)
  load_resource: 57.49
*/