/* additional styling */

#colophon .modal .phone-link span{
  font-size: 24px;
}

#colophon .modal .footer-widget-locations h4.modal-title{
  color: #333 !important;
  font-size: 20px !important;
  font-weight: 600;
  margin-top: 0 !important;
  margin-bottom: 0;
}

#colophon .modal .footer-widget-contact-form textarea{
  height: 100px;
}

#page .wpcf7-form .wpcf7-response-output{
  border: none;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 16px;
  line-height: 150%;
  color: #343a40;
  font-weight: 600;
}

body.home #page .arrow-main-position a i{
  font-size: 26px !important;
}

body.home #page .arrow-main-position .col{
  top: 6px;
}

body.home #page .arrow-main-position .col i.pause-this {
    top: -10px;
}


.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
