/*!
 Theme Name:  Piney Dumpsters GeneratePress Child
 Theme URI:    https://www.pineydumpsters.com
 Description:  A customized GeneratePress child theme for Piney Dumpsters.
 Author:       Roxy Cruz Web Design
 Author URI:   https://roxycruzwebdesign.com
 Template:     generatepress
 Version:      1.0
*/


.home .main-title a,
.home .site-description {
    color: #fff;
}
.main-title {
	line-height: 1.1em;
}

.header-widget {
  min-width: 202px;
}

.phone {
  cursor: pointer;
  display: inline-table;
  font-size: 19px;
  padding: 10px;
  text-decoration: none;
}

.phone .icon {
  border: 2px solid #235c29;
  border-radius: 100%;
  color: #235c29;
  display: table-cell;
  height: 40px;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  width: 41px;
}

.phone span {
  display: block;
  font-weight: bold;
  margin-left: 10px;
}

.phone .text {
  color: #235c29;
  display: block;
  margin-top: 3px;
}

.phone .number {
  color: #000;
}


.home .phone .icon,
.home .phone .text,
.home .phone .number {
  color: #fff;
}
.home .phone .icon {
  border-color: #fff;
}

.footer-widgets .widget-title {
  text-transform: uppercase;
}
.footer-widgets dd {
  margin: 0 0 1.5em;
}

.footer-menu-desktop {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.home-testimonials {
  color: #fff;
  text-align: center;
}

.dumpster-heading a {
  text-decoration: none;
}

.service-area-map-list {
  column-count: 2;
  margin-left: 0;
  padding-left: 25px;
  padding-bottom: 20px;
}



.ais-name-input,
.ais-email-input {
  width: 48%;
}

.ais-name-input {
  float: left;
}

.ais-email-input {
  float: right;
}

.ais-subject-input input {
  width: 100%;
}



/* RESPONSIVE STYLES */

/* mobile */
@media only screen and (max-width: 768px) {
  #mobile-header {
    background-color: #222;
  }
  .service-area-map-list {
    column-count: 1;
  }
}


/* desktop */
@media only screen and (min-width: 992px) {
  .home-page-header h1 {
    font-size: 80px;
  }
  .service-area-map-list {
    column-count: 3;
  }
}
