/*
Theme Name: spacestation Responsive
Author: SearchMasters
Description: Rework of existing theme to be mobile responsive
Version: 1.0
*/

body {
  line-height: 15px;
  background-color: #000000;
  background-image: url('images/asphalt.png');
}

body, td, th, p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bitter', serif !important;
  color: #c00024;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 35px;
  margin-bottom: 30px;
  padding: 0px;
  border-bottom: 1px solid #cccccc;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
  color: #000000;
}

h5 {
  font-size: 16px;
  color: #ffffff;
}

h6 {
  font-size: 15px;
}

.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.topquote {
  padding-top: 13px;
}

.topquote p {
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

.topquote .number {
  font-size: 30px;
}

.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
  max-width: 100%;
}

.getQuote {
  margin-left: -20px;
  margin-top: -5px;
  background-image: url('images/img-noise-30x30.png');
  border-radius: 0 0 20px 20px;
}

.quoteForm label {
  color: #fff;
}

.quoteForm p {
  margin: 0px;
}

.getQuote img {
  margin-left: -20px;
}

.getQuote input[type="text"], .getQuote input[type="email"], .getQuote input[type="tel"] {
  width: 155px;
}

.getQuote input[type="text"] {
  margin-left: 9px;
}

.getQuote input[type="email"] {
  margin-left: 10px;
}

.getQuote input[type="tel"] {
  margin-left: 29px;
}

.getQuote select, .getQuote textarea {
  width: 202px;
}

.getQuote input[type="submit"] {
  font-family: 'Bitter', serif !important;
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: none;
  background: #666;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#555, #333);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#555, #333);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#555, #333);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#555, #333);
  /* Standard syntax */
}

.carousel {
  position: relative;
  padding: 9px 0px 9px 9px;
  background-color: #cccccc;
  border: 1px solid #bfbfbf;
  margin: 20px 0 20px 20px;
}

.carousel img {
  margin: 0 auto
}

@media only screen and (max-width: 768px) {
  .slider {
    margin-left: -35px;
    margin-right: -15px;
  }
  .logo {
    margin: 10px 0 0 10px;
    max-width: 100%;
  }
  .mobileMenu a {
    font-weight: 700;
  }
}

@media only screen and (min-width: 992px) {
  #menu {
    margin-left: -300px;
    margin-right: -20px;
    display: inline;
    display: -webkit-box;
  }
  .mobileMenu {
    display: none;
  }
  .logo {
    margin: 10px 0 0 10px;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 1300px) {
	#menu{
		margin-left:-220px;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1200px) {
	.slider{
		margin-top:60px;
	}
	.quoteForm{
		margin: 0 20px;	
	}
	#menu{
		margin-left:-220px;
	}
}
@media only screen and (max-width: 1700px) and (min-width: 1401px) {
	#menu {
		margin-left: -300px;
	}
	.getQuote input[type="text"], .getQuote input[type="email"], .getQuote input[type="tel"] {
		width: 70%;
	}
	.getQuote select, .getQuote textarea {
		width: 100% !important;
		}
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .mobileMenu {
    display: none;
  }
  .logo {
    padding-left: 10px;
    margin-left: 0px;
    margin-top: 9px;
  }
  .tabletMenu {
    margin-top: 35px !important;
  }
  .tabletMenu ul li a {
    padding: 15px 10px;
  }
}

@media only screen and (min-width: 992px) {
  nav.mobileMenu {
    margin-bottom: -20px;
  }
}

.mobileDropdown {
  float: right;
}

.navbar-toggle {
  float: none;
}

.menuLabel {
  font-weight: 700;
  padding: 15px 8px;
  float: left;
}

.numberMobile {
  font-size: 30px;
  font-weight: 700;
  color: #c00024;
  float: left;
  margin: 5px 0 0 0;
}

#menu, .tabletMenu {
  background-color: #fff;
  border-top: solid 0.8px #f2f2f2;
  border-bottom: solid 0.8px #f2f2f2;
  box-shadow: 0px 11px 8px -10px #666, 0px -11px 8px -10px #666;
  min-height: 20px;
}

#menu a, .tabletMenu {
  /*specific font*/
  font-family: 'Gudea', sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 31px;
  display: block;
  padding: 1px 10px 1px 10px;
  margin: 1px;
}

.menu-item a {
  text-transform: uppercase;
}

.dropdown-menu a {
  text-transform: capitalize;
}

.navbar-header .navbar-toggle {
  border-color: #ddd;
}

.navbar-header .navbar-toggle .icon-bar {
  background-color: #888;
}

#menu ul li a:hover {
  background-color: #121213;
  color: #ffffff;
}

#menu .menu .current_page_item a {
  color: #bf0125;
}

#menu .menu span {
  display: block;
  float: left;
  vertical-align: middle;
  text-align: center;
}

#menu .menu span.hiddenNav {
  background-color: #3f3f3f;
}

#menu .menu span.hiddenNav.menuSelected {
  background-color: #bfbebe;
}

footer {
  background-image: url('images/footer_bg_tiled.png');
  padding: 20px;
  border-top: 1px solid #000000;
  border-bottom-right-radius: 60px;
}

footer ul {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

footer ul a, footer ul a:visited, footer .textwidget, footer .textwidget a {
  font-family: 'Gudea', sans-serif;
  font-size: 14px;
  color: #999999 !important;
  text-decoration: none;
  line-height: 24px;
}

footer h3, footer h2, footer a:hover {
  color: #ffffff;
}

footer p {
  margin: 0;
}

.footerLogos {
  margin-top: 10px;
}

.copyright-holder {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #666666;
  font-size: 12px;
}

section {
  padding-right: 15px;
}

#content p {
  line-height: 1.3em;
  margin-bottom: 1em;
}

#content hr {
  margin-bottom: 1em;
}


/* links */

#content a, #content:visited a {
  color: #be0026;
  text-decoration: underline;
}

#content a:hover {
  text-decoration: underline;
}


/* hidden fields */

#content {
  background-color: #e2e2e2;
  background-image: url('images/noise.png');
  padding: 25px 20px 50px 20px;
  border-top: 1px solid #d9d8d8;
  border-bottom: 1px solid #ffffff;
}

#wpcf7-f30-t1-o1 div.wpcf7-mail-sent-ok, #wpcf7-f30-t1-o1 div.wpcf7-validation-errors {
  z-index: 100;
  position: relative;
  color: black;
  background: white;
  top: -36px;
}

#mainmenu ul li a img {
  display: none
}

.home h1 {
  padding-bottom: 5px !important;
}

.imageborder {
  margin-left: 30px;
  border: 5px solid #fff;
}

div#innerfooter p {
  line-height: 1em;
  margin-bottom: 0.1em;
}

.headerWrapper {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background-color: #fff;
  margin-top: 20px;
}

#content ul {
  padding-left: 15px;
}

#content ul li {
  padding-bottom: 5px;
}

.paddedBorder {
  padding: 5px;
  background: #ffffff;
}

.boxSell {
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: 15px;
  border: 1px solid #ccc;
}

.boxSell img {
  padding: 5px;
}

#sidebar iframe {
  width: 100%
}

.btn-sq {
  width: 32% !important;
  height: 100px !important;
  font-size: 20px !important;
}

.mobileButtons {
  margin-bottom: 15px;
}

.mobileButtons a {
  padding: 20px 0px;
}
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 10px;
}
div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    font: 26px/30px dashicons;
    margin-right: 16px;
    vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
    content: "\f147";
}
div.wpcf7-validation-errors:before {
    content: "\f158";
}
div.wpcf7 .quoteForm p .ajax-loader{
	padding-top: 10px !important;
	width: 30px;
	height: 30px;
	border: 8px solid #fff;
	border-right-color: transparent;
	border-radius: 50%;
	box-shadow: 0 0 25px 2px #eee;
	background-image: none;
}
.ajax-loader
{
	animation: spin 1s linear infinite;
}
@keyframes spin {
	from { transform: rotate(0deg);   opacity: 0.2; }
	50%  { transform: rotate(180deg); opacity: 1.0; }
	to   { transform: rotate(360deg); opacity: 0.2; }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }
}


.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
    display: none !important;
}



@media (min-width: 1681px) {
    .container {
        width: 1570px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75% !important; 
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50% !important;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25% !important;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25% !important;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}