/*!
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
/*--------------------------------------------------------------
// cd D:\www\hawaiispraylining.com\wp-content\themes\enfold-child\dg-sass
// sass --watch style.scss:../css/dg-styles.css
// --style compressed
# Normalize--------------------------------------------------------------*/
/*
 * Variables
 */
/*
* Back-to-top button
*/
.dg-form-container fieldset {
  padding: 1em 1.3em;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #333333;
  border-radius: 9px;
}
.dg-form-container fieldset legend {
  display: inline-block;
  width: auto;
  padding: 0 10px;
}
.dg-form-container label {
  padding: 12px 12px 12px 10px;
  font-size: 14px;
}
.dg-form-container img.form-control {
  width: auto;
}
.dg-form-container .dg_submit_btns {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 50px;
}
.dg-form-container .col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
  text-align: right;
}
.dg-form-container .col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}
.dg-form-container .col-left-fixed {
  float: left;
  width: 55%;
  margin-top: 6px;
}
.dg-form-container .col-fixed {
  float: right;
  width: 45%;
  margin-top: 6px;
}
.dg-form-container input[type=text],
.dg-form-container input[type=email],
.dg-form-container input[type=tel],
.dg-form-container select,
.dg-form-container textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}
.dg-form-container select {
  padding: 0px;
}
.dg-form-container input[type=submit] {
  background-color: #e10f14;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 40px;
  border: none;
  border-radius: 4px;
  float: none;
  transition: all 0.2s ease-in-out;
}
.dg-form-container input[type=submit]:hover {
  background-color: #b10c10;
}
.dg-form-container .dg-asterisk,
.dg-form-container .error_field {
  color: #e10f14;
  font-weight: bold;
}
.dg-form-container .row:after {
  content: "";
  display: table;
  clear: both;
}

.wpcf7-form input[type=button],
.wpcf7-form input[type=submit],
.wpcf7-form input[type=reset] {
  color: #ffffff;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #121212;
  background-color: #00668e;
}
.wpcf7-form .dg-form-fieldset-spacer {
  height: 35px;
}

/* WordPress Gallery 
------------------------------------------ */
#top .dg-gallery .gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
#top .dg-gallery .gallery:after {
  display: table;
  content: "";
  clear: both;
}
#top .dg-gallery .gallery .gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}
#top .dg-gallery .gallery .gallery-item img {
  width: 100%;
  height: auto;
  margin: 0px 0px;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
  margin-bottom: 0px !important;
}
#top .dg-gallery .gallery .gallery-item img:hover {
  opacity: 0.5;
}

#top .dg-gallery-columns-1 .gallery-item {
  width: 100%;
  float: none;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
}
#top .dg-gallery-columns-2 .gallery-item {
  width: 50% !important;
  height: auto !important;
  padding: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
}
#top .dg-gallery-columns-3 .gallery-item {
  width: calc(33.3333% - 1em) !important;
  height: auto !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
}
#top .dg-gallery-columns-4 .gallery-item {
  width: 25% !important;
  height: auto !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
}
#top .dg-gallery-columns-5 .gallery-item {
  width: 20% !important;
  height: auto !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
}
#top .dg-gallery-columns-6 .gallery-item {
  width: calc(16.6667% - 1em) !important;
  height: auto !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
}
#top .dg-gallery-columns-7 .gallery-item {
  width: 14.2857% !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
}
#top .dg-gallery-columns-8 .gallery-item {
  width: 12.5% !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
}
#top .dg-gallery-columns-9 .gallery-item {
  width: 11.1111% !important;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
}
#top .dg-gallery-columns-2 .gallery-item:nth-child(2n+1),
#top .dg-gallery-columns-3 .gallery-item:nth-child(3n+1),
#top .dg-gallery-columns-4 .gallery-item:nth-child(4n+1),
#top .dg-gallery-columns-5 .gallery-item:nth-child(5n+1),
#top .dg-gallery-columns-6 .gallery-item:nth-child(6n+1),
#top .dg-gallery-columns-7 .gallery-item:nth-child(7n+1),
#top .dg-gallery-columns-8 .gallery-item:nth-child(8n+1),
#top .dg-gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

figcaption {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid gray;
}

.payment-icons i {
  display: inline-block;
  background: black;
  color: #c4c6ca;
  font-size: 34px;
  margin: 2px;
  transition: all 0.2s ease-in-out;
  overflow: auto;
}
.payment-icons i:hover {
  opacity: 0.7;
}
.payment-icons img {
  margin: 2px;
}

#scroll-top-link {
  color: white !important;
  border: 1px solid #e1e1e1 !important;
  background-color: #00668e !important;
  opacity: 0.9 !important;
}

span.trail-before {
  display: none !important;
}

.DG_Footer_Info_Widget span {
  text-align: center;
  font-size: 14px;
}
.DG_Footer_Info_Widget .info_name, .DG_Footer_Info_Widget .info_telephone, .DG_Footer_Info_Widget .info_address, .DG_Footer_Info_Widget .info_phone, .DG_Footer_Info_Widget .city-state-zip, .DG_Footer_Info_Widget .info_email {
  display: block;
  text-align: center;
}

.sidebar .DG_Footer_Info_Widget {
  color: black !important;
}

.time-table {
  display: block;
}
.time-table .week-day {
  padding: 0;
  margin-bottom: 5px;
  font-size: 14px;
  display: flex;
  flex-flow: row wrap;
}
.time-table .week-day dt {
  font-weight: normal;
  padding-right: ptr(10);
}
.time-table .week-day__line {
  position: relative;
  flex: 1;
}
.time-table .week-day__line::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}
.time-table .week-day dd {
  padding-left: 10px;
  margin: 0;
}
.time-table .week-day dt,
.time-table .week-day dd {
  display: inline-block;
  margin-bottom: 0;
}
.time-table .week-day.today {
  color: #ffffff;
  font-weight: bold;
  background-color: #001d28;
  padding: 5px;
}
.time-table .week-day.today dt {
  font-weight: bold;
}
.time-table .week-day:last-of-type {
  margin-bottom: 0;
}
.time-table .additional-info {
  font-size: ptr(14);
  margin-right: ptr(9);
}
.popover-icon-box-content .time-table .week-day.today {
  color: #cccccc;
}

.dg-video-thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /*16:9 Aspect Ratio*/
  text-align: center;
  background-position: center center;
  background-size: 100% 100%;
}
.dg-video-thumb a {
  display: block;
  position: absolute;
  width: 100%;
  top: 0px;
  bottom: 0px;
  background-color: #121212;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.dg-video-thumb a:hover {
  opacity: 0.9;
}

.dg-video-padding {
  padding: 10px;
}

.servicearea-module .servicearea {
  display: inline-block;
  padding: 3px 10px;
  border: 0px solid #00668e;
}

@media only screen and (max-width: 769px) {
  .responsive #scroll-top-link {
    display: block !important;
  }
}

/*# sourceMappingURL=dg-styles.css.map */
