/*
Theme Name: Executive Collection Services
Theme URI: 
Author: Ilene Johnson
Author URI: 
Description: Theme for Executive Collection Services, a company owned by Porter Deal
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: exec-collect
Tags: 
*/

html {
  font-size: 16px;
}
@media only screen and (max-width: 720px) {
  h1 {
    font-size: 3rem !important;
  }
  
}

.menuHover a:hover {
  color: #ffffff !important;
}
.menuHover > .current-menu-item {
  color: #ffffff !important;
  background-color: #0066bf !important;
}

ul.priceList {
  list-style-type: circle;
}
.wpcf7-select,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"] {
  height: 2.5rem;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 75%;
}

.wpcf7 input[type="submit"] {
  background-color: #06650d;
  color: #ffffff;
  padding: 1rem;
  text-transform: uppercase;
}
