/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */

/* Increase the body font size on small touch devices */
body {
  font-size: 100%;
}

/* =============================================================================
 *   Mobile Menu Toggle
 *   See your theme settings extensions for how to enable the menu toggle.
 *   These are example styles for the menu toggle menu, you can use these in the
 *   relevant responsive stylesheets as required. Modify to suit your design.
 * ========================================================================== */
/* The toggle link */
.at-mt .at-menu-toggle h2 {
  margin-bottom: 5px;
}

.at-mt .at-menu-toggle h2 a {
  background: #eee;
  border: 2px solid #ccc;
  padding: 2px 10px;
}

/* Menu items */
.at-mt .at-menu-toggle ul.menu li a {
  background: #eee;
  border-bottom: 1px solid #fff;
}


#branding { 
float: none;
text-align:center;
}

#block-block-3 .block-content { 
float: none;
text-align:center;
}

#block-block-18 .block-content{ 
float: none;
text-align:center;
}

select#superfish-1-select {
width:100%;
font-size:1.5em;
}

select#superfish-2-select {
width:100%;
font-size:1.5em;
}

#block-md-slider-slider-for-front {
display:none;
}

#menu-bar {
display:none;
}
h1 {
text-align:center;
}

#call-me-form {
  position: fixed;
  left: 10px;
  top: 10px;
  width: 80%;
  padding: 15px;
  background: rgb(250, 250, 250);
  border: 3px solid rgb(202, 202, 202);
  border-radius: 3px;
  box-shadow: 0 8px 30px 0 rgb(213, 213, 213);
  z-index:1000000000000000;
}


#call-me-form input {
max-width:100%;
}


#call-me-close {
  position: absolute;
  top: 5px;
  right: 10px;
  color: rgb(75, 75, 75);
  font-weight: bold;
  z-index:1000000000000000;
}