/* CSS Document */
/*======================================================================
	Flex Slider W/ Titles
======================================================================*/
#flex-slider-images img {
  height: 85vh;
  object-fit: contain;
}
.slide-titles.col-md-4.order-12 {
  padding: 100px 200px 100px 40px;
}
.slide-titles.col-md-4.order-1 {
  padding: 100px 40px 100px 200px;
}
.slider-with-titles-container h3 {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 28px;
  text-transform: none;
}
.slider-with-titles-container a.btn {
  margin-bottom: 15px;
}
.slider-with-titles-container .slide-titles p {
  margin: 20px 0 20px 0;
}
.slider-with-titles-container .slide-titles p:last-child {
  margin-top: 50px;
}
.slider-with-titles-container a.flex-slider-target {
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
}
.slider-with-titles-container a.active-slide {
  font-weight: bold;
  color: #263c8e !important;
}
.slider-with-titles-container .carousel-item.carousel-hover {
  transition: none;
}
.slider-with-titles-container .carousel-indicators .active {
  opacity: 1;
}
.slider-with-titles-container .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: unset !important;
  cursor: pointer;
  background-color: #000;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  border-radius: 50%;
}
.slider-with-titles-container .carousel-indicators {
  position: unset !important;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: left;
  padding-left: 0;
  margin-right: unset !important;
  margin-left: unset !important;
  list-style: none;
}
.slider-with-titles-container .carousel-control-prev {
  left: unset !important;
}
.slider-with-titles-container .carousel-control-prev,
.carousel-control-next {
  color: #000;
  width: 10%;
}
.slider-with-titles-container .carousel-control-prev i,
.slider-with-titles-container .carousel-control-next i {
  color: #000;
  font-size: 20px;
}
.black-background-section .slider-with-titles-container .carousel-control-prev i,
.black-background-section .slider-with-titles-container .carousel-control-next i {
  color: #fff;
}

@media only screen and (max-width: 1500px) {
  .slide-titles h2 {
    font-size: 45px;
    word-break: normal;
  }
}
@media only screen and (max-width: 1200px) {
  .slide-titles.col-md-4.order-12 {
    padding: 50px;
  }
  .slide-titles.col-md-4.order-1 {
    padding: 50px;
  }
}
@media only screen and (max-width: 800px) {
  #flex-slider-images.col-md-8 {
    order: 2;
  }
  .front_page .slide-titles.col-md-4 {
    order: 1;
  }
  .front_page #flex-slider-images.col-md-8 {
    order: 2;
  }
  .slide-titles h2 {
    font-size: 32px;
  }
  .slider-with-titles-container h3 {
    font-size: 25px;
  }
  .slider-with-titles-container .slide-titles p {
    margin: 10px 0 10px 0;
  }
}
@media only screen and (max-width: 650px) {
  #flex-slider-images img {
    height: auto;
  }
  .slide-titles.col-md-5 .inner-slide-titles {
    float: unset;
  }
  .slider-with-titles-container .slide-titles p {
    margin: 10px 0 10px 0;
  }
}
@media only screen and (max-width: 350px) {
  .slide-titles.col-md-4 {
    padding: 0 10px !important;
  }
}
.black-background-section .slider-with-titles-container a.flex-slider-target {
  color: #fff;
}
.black-background-section .slider-with-titles-container .carousel-indicators li {
  color: #fff;
  background-color: #fff;
}
.slider-with-titles-container {
  padding: 0 2rem;
}
/*======================================================================
	Meet the Team slider
======================================================================*/
#team-slider .carousel-item .col-md-4 {
  padding: 100px;
}
#team-slider .carousel-item .col-md-8 img {
  height: 85vh;
  object-fit: contain;
}
#team-slider .carousel-control-prev i,
#team-slider .carousel-control-next i {
  color: #000;
  font-size: 20px;
}
.black-background-section #team-slider .carousel-control-prev i,
.black-background-section #team-slider .carousel-control-next i {
  color: #fff;
}
#team-slider .carousel-item {
  height: 100%;
}
#team-slider {
  padding: 0 2rem;
}
@media only screen and (min-width: 1800px) {
  #team-slider .carousel-item .col-md-4 {
    padding: 0 200px 0 0;
  }
}
@media only screen and (max-width: 1500px) {
  #team-slider .carousel-item .col-md-4 {
    padding: 0 45px 0 0;
  }
}
@media only screen and (max-width: 800px) {
  #team-slider .carousel-item {
    height: 800px;
  }
  #team-slider .carousel-item .col-md-4 {
    padding: 0 35px 0 0;
  }
  #team-slider .carousel-item .col-md-8 img {
    height: 60vh;
  }
}
@media only screen and (max-width: 650px) {
  #team-slider .carousel-item .col-md-8 img {
    height: auto;
  }
  #team-slider .carousel-control-prev,
  #team-slider .carousel-control-next {
    width: 15%;
  }
  #team-slider .carousel-item .col-md-4 {
    order: 2;
    padding: 0 50px;
  }
  #team-slider .carousel-item .col-md-4 {
    order: 1;
  }
}
@media only screen and (max-width: 350px) {
  .slide-titles.col-md-4 {
    padding: 0 10px;
  }
}
/*======================================================================
	Tab Cards
======================================================================*/
.flex-tabs.container-fluid {
  min-height: 500px;
}
.flex-tabs h2 {
  font-weight: 900;
  font-size: 50px;
  text-transform: uppercase;
}
.flex-tabs .individual-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.flex-tabs .title-div {
  background-color: transparent;
  align-items: center;
  display: flex;
  height: 75px;
  transition: 0.5s ease all;
}
.flex-tabs .item-title {
  padding: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  width: 100%;
  transition: 0.5s ease all;
  max-width: 289px;
  margin: 0 auto 20px auto;
}
.flex-tabs .down-arrow {
  color: #fff;
  position: absolute;
  opacity: 1;
  text-shadow: 0 0 6px rgba(38, 60, 142, 0.8);
  background: transparent;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  bottom: 20px;
  left: 50%;
  margin-left: -30px;
  transition: 500ms ease;
  font-size: 40px;
}
.image-arrow-section div.down-arrow .fas {
  transition: 500ms ease;
}
.individual-item:hover .image-arrow-section div.down-arrow .fas {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.image-arrow-section {
  position: relative;
}
.flex-tabs .item-information {
  background-color: transparent;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
  transition: 0.3s ease-out;
}
.flex-tabs .item-information p {
  padding: 20px 5px;
  font-size: 25px;
  line-height: 34px;
}
.flex-tabs .individual-item:hover .item-information {
  max-height: 100%;
}
.flex-tabs .individual-item:hover .item-title {
  font-weight: bold;
  transition: 0.5s ease all;
}
.flex-tabs .individual-item:hover .title-div {
  transition: 0.5s ease all;
}
@media only screen and (max-width: 1200px) {
  .flex-tabs .item-title {
    padding: 0;
  }
  .flex-tabs .individual-item {
    padding: 5px;
  }
  .flex-tabs .individual-item img {
    width: 100%;
    height: auto;
  }
  .flex-tabs .item-information {
    background-color: transparent;
    margin-bottom: 0;
    max-height: unset;
    height: auto;
    overflow: hidden;
    padding: 5px;
    text-align: center;
  }
  .flex-tabs .down-arrow {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .flex-tabs .item-information p {
    font-size: 18px;
    line-height: 30px;
  }

  .flex-tabs h3.item-title {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 650px) {
  .flex-tabs .individual-item {
    margin: 10px auto;
    min-width: 50%;
  }
  .flex-tabs .image-arrow-section {
    text-align: center;
  }
  .flex-tabs .individual-item img {
    width: 60%;
    height: auto;
  }
  .flex-tabs .item-title {
    max-width: unset;
    font-size: 26px;
  }
}
@media only screen and (max-width: 350px) {
}
/*======================================================================
	Media Tabs
======================================================================*/
.container-fluid.media-tabs {
  min-height: 775px;
  padding: 0 200px;
}
.media-tabs .nav-tabs .nav-link {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border: 3px transparent;
  border-top: 3px solid #000;
  opacity: 0.4;
  color: initial;
}
.media-tabs .tab-content {
  /* min-height: 650px; */
}
.media-tabs .nav-tabs .nav-link.active {
  color: #000;
  opacity: 1;
  border: 3px solid #000;
}
.media-tabs .nav-tabs {
  border-bottom: unset;
}
.media-tabs .nav-tabs .nav-item {
  min-height: 150px;
  margin: 0 10px;
}
.media-tabs .media-tab-card h5 {
  font-weight: 700;
  font-size: 22px;
}
.media-tabs .media-tab-card p {
  font-size: 18px;
  line-height: 22px;
}
.black-background-section .media-tabs .nav-tabs .nav-link {
  border-top: 3px solid #fff;
}
.black-background-section .media-tabs .media-tab-card h5,
.black-background-section .media-tabs .media-tab-card p {
  color: #fff;
}
.black-background-section .media-tabs .nav-tabs .nav-link.active {
  color: #fff;
  border: 3px solid #fff;
  background-color: #000;
}
@media (min-width: 1800px) {
  .container-fluid.media-tabs {
    padding: 0 250px;
  }
}
@media (max-width: 992px) {
  .media-tabs .nav-link {
    padding: 0.5rem 1rem;
  }
  .media-tabs .nav-tabs .nav-item {
    flex: unset;
    width: 50%;
    margin: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .container-fluid.media-tabs {
    padding: 0 100px;
  }
  .media-tabs .tab-content {
    min-height: unset;
  }
}
@media only screen and (max-width: 650px) {
  .container-fluid.media-tabs {
    padding: 0 15px;
  }
  .media-tabs .media-tab-body {
    padding: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .media-tabs .nav-tabs .nav-item {
    width: 100%;
  }
}
/*======================================================================
	Forever Care Block
======================================================================*/
.logo-pulse {
  animation: pulse 3s infinite;
  margin: 0 auto;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
video.ipad-video {
  border: 93px;
  border-radius: 50px;
}

.black-background-section video.ipad-video {
  border-radius: 0 !important;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.forever-care-block h4 {
  font-size: 30px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .forever-care-block video {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  video.ipad-video {
    border-radius: 37px;
  }
}
@media only screen and (max-width: 800px) {
  video.ipad-video {
    border-radius: 22px;
  }
  .forever-care-block .text-side {
    margin-top: 30px;
  }
}
/*======================================================================
	Google Map Graphic
======================================================================*/
.five-guys-map {
  max-width: 1750px !important;
}
/*======================================================================
	Image Background Block
======================================================================*/
.image-background-block.right .text-block {
  top: 40%;
  right: 0%;
  transform: translate(-50%, -50%);
  max-width: 400px;
}
.image-background-block.left .text-block {
  top: 40%;
  left: 20%;
  transform: translate(-50%, -50%);
  max-width: 400px;
}
.flip-horizontally {
  transform: scaleX(-1);
}
.image-background-block .text-block .text-title h4 {
  font-size: 50px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
}
.image-background-block .text-block .text-content {
  text-align: left;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 1300px) {
  .image-background-block .text-block .text-title h4 {
    font-size: 40px;
  }
  .image-background-block .text-block .text-content p,
  .image-background-block .text-block .text-content li {
    font-size: 22px;
  }
  .image-background-block.right .text-block {
    right: -15%;
  }
  .image-background-block.left .text-block {
    left: 30%;
  }
}
@media (max-width: 1050px) {
  .image-background-block .text-block .text-title h4 {
    font-size: 35px;
  }
}
@media (max-width: 992px) {
  .image-background-block .text-block .text-title h4 {
    font-size: 30px;
  }
  .image-background-block .text-block .text-content p,
  .image-background-block .text-block .text-content li {
    font-size: 18px;
  }
  .image-background-block .text-block .text-content ul {
    column-count: 2;
  }
  .image-background-block.right .text-block,
  .image-background-block.left .text-block {
    top: 50%;
  }
}
@media (max-width: 800px) {
  .image-background-block .text-block .text-title h4 {
    font-size: 24px;
  }
  .image-background-block .text-block.position-absolute {
    position: unset !important;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    transform: unset;
    color: #000;
    width: 100%;
    padding: 0 15px;
    max-width: unset;
    margin-top: 25px;
  }
  .image-background-block .text-block .text-title h4,
  .image-background-block .text-block .text-content {
    color: #000;
  }
}
@media (max-width: 500px) {
  .image-background-block .text-block .text-content ul {
    column-count: 1;
  }
}
/*======================================================================
	Text + Image Block
======================================================================*/
.text-image-block {
  padding: 0 100px;
}
.text-image-block.truck-video {
  background-color: white;
  padding: 50px 100px;
}
.text-image-block .center {
  align-items: center;
}
.text-image-block .bottom .image-section {
  align-self: flex-end;
}
.text-image-block .d-flex.bottom,
.text-image-block .d-flex.top {
  min-height: 60vh;
}
.text-image-block .top .image-section {
  align-self: flex-start;
}
.text-image-block .top .text-section {
  align-self: flex-end;
}
.text-image-block .icon i {
  width: 75px;
  color: #d10e1c;
  text-align: center;
}
@media (min-width: 1800px) {
  .text-image-block {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (max-width: 1800px) {
  .text-image-block .d-flex.bottom,
  .text-image-block .d-flex.top {
    min-height: unset;
  }
}
@media (max-width: 1200px) {
  .text-image-block {
    padding: 0 50px;
  }
}
@media (max-width: 1000px) {
  .text-image-block {
    padding: 0 2rem;
  }
}
/*======================================================================
	Spacing Block
======================================================================*/
.space-block {
  min-height: 1px;
}
.space-block.small-space {
  margin: 25px 0;
}
.space-block.medium-space {
  margin: 50px 0;
}
.space-block.large-space {
  margin: 100px 0;
}
/*======================================================================
	Heading Block
======================================================================*/
.text-left .flex-header,
.text-right .flex-header {
  padding: 0;
  width: 100%;
}

.flex-header {
  padding: 0 100px;
  font-weight: 900;
  width: 75%;
  margin: 0 auto;
  text-transform: uppercase;
}
.flex-header .red,
.red {
  color: #d10e1c !important;
}
.flex-header .blue,
.blue {
  color: #263c8e !important;
}

@media (max-width: 1400px) {
  .flex-header {
    padding: 0 10px;
    width: 95%;
    margin: 0 auto;
  }
}
/*======================================================================
	Heading Text Block
======================================================================*/
.heading-button-section {
  text-transform: uppercase;
}
.heading-text-block p {
  font-size: 20px;
  line-height: 1.8;
}
.heading-text-block a.btn {
  /* padding: 1rem 6rem; */
  margin-top: 1rem;
  /* font-size: 32px; */
  min-width: 280px;
}
.heading-text-block a.btn.btn-red-outline {
  background: #d10e1c;
  color: #fff;
}
.heading-text-block a.btn.btn-red-outline:hover {
  background: #fff;
  color: #d10e1c;
}
.heading-text-block a.btn.btn-blue-outline {
  background: #263c8e;
  color: #fff;
}
.heading-text-block a.btn.btn-blue-outline:hover {
  background: #fff;
  color: #263c8e;
}
.heading-text-block .left-block,
.heading-text-block .right-block,
.heading-text-block.center .row {
  padding: 0 100px;
}
.heading-text-block h3 {
  font-size: 50px;
}
.heading-text-block.center h3 {
  margin-bottom: 2rem;
}
.heading-text-block.center h3 strong {
  color: #263c8e;
  font-weight: 800;
}
/* .heading-text-block .left-block h3,
.heading-text-block .right-block h3 {
  width: 50%;
} */
.heading-text-block.center h3.medium,
.heading-text-block .left-block h3.medium,
.heading-text-block .right-block h3.medium {
  font-size: 40px;
}

.heading-text-block.center h3.large,
.heading-text-block .left-block h3.large,
.heading-text-block .right-block h3.large {
  font-size: 35px;
}
@media (min-width: 1800px) {
  .heading-text-block .left-block,
  .heading-text-block .right-block,
  .heading-text-block.center .row {
    padding: 0 200px;
  }
}
@media (max-width: 1350px) {
  .heading-text-block.center h3 {
    font-size: 45px;
  }
}
@media (max-width: 1200px) {
  .heading-text-block .left-block,
  .heading-text-block .right-block {
    padding: 0 50px;
  }
  .heading-text-block.center .row {
    padding: 0 30px;
  }
  h3 br {
    display: none;
  }
  .heading-text-block.center h3,
  .heading-text-block .left-block h3,
  .heading-text-block .right-block h3 {
    font-size: 40px;
  }

  .heading-text-block p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .heading-text-block.center h3.medium,
  .heading-text-block .left-block h3.medium,
  .heading-text-block .right-block h3.medium {
    font-size: 33px;
  }

  .heading-text-block.center h3.large,
  .heading-text-block .left-block h3.large,
  .heading-text-block .right-block h3.large {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .heading-text-block.center h3,
  .heading-text-block .left-block h3,
  .heading-text-block .right-block h3 {
    font-size: 32px;
  }
  .heading-text-block,
  .heading-text-block .left-block h3,
  .heading-text-block .right-block h3 {
    width: 100% !important;
  }
  .heading-text-block.center {
    padding: 0 2rem;
  }
  .heading-text-block a.btn {
    font-size: 20px;
    min-width: 285px;
  }
}
@media (max-width: 480px) {
  .heading-text-block.center h3,
  .heading-text-block .left-block h3,
  .heading-text-block .right-block h3 {
    font-size: 22px;
  }
  .heading-text-block .left-block,
  .heading-text-block .right-block {
    padding: 0 15px;
  }
  .heading-text-block.center .row {
    padding: 0 5px;
  }
  .heading-text-block.center h3 {
    margin-bottom: 1rem;
  }
}
/*======================================================================
	Video Background Block
======================================================================*/
.video-background-block .video-top-icons {
  position: absolute;
  color: #fff;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
}
.video-background-block .video-top-icons .col {
  height: 135px;
}
.video-background-block .video-top-icons p {
  font-size: 30px;
  line-height: 35px;
}
.video-background-block .video-top-icons .icon {
  height: 48px;
}
.video-background-block video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.video-section-content {
  font-size: 25px;
  font-weight: 500;
  text-shadow: 3px 3px 12px #00000065;
}
.video-background-block .video-section:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(38, 60, 142, 0.5) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(38, 60, 142, 0.5)),
    color-stop(100%, rgba(255, 255, 255, 0.1))
  );
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(38, 60, 142, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(38, 60, 142, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(38, 60, 142, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(38, 60, 142, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#263C8E', endColorstr='#ffffff', GradientType=0);
}
.video-background-block .video-text {
  top: 10%;
  left: 100px;
  width: 30%;
  color: white;
}

@media (max-width: 1200px) {
  .video-background-block .video-text {
    width: 50%;
  }
}

@media (max-width: 1000px) {
  .video-background-block .video-text {
    width: 80%;
    left: 40px;
  }
}

@media (max-width: 425px) {
  .video-background-block .video-text {
    display: none;
  }
}
@media (min-width: 1950px) {
}
@media (max-width: 1260px) {
  .video-background-block .video-section {
    height: auto;
  }
  .video-background-block video {
    width: 100%;
    height: auto;
    display: block;
    margin-left: 0;
    min-height: 750px;
  }
  .video-background-block .video-top-icons .icon {
    height: 50px;
  }
  .video-background-block .video-top-icons .col {
    height: 50px;
  }
  .video-background-block .video-top-icons {
    bottom: 20%;
    width: 80%;
  }
  .video-background-block .video-top-icons i {
    font-size: 48px;
  }
  .video-background-block .video-top-icons p {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 860px) {
  .video-background-block .video-top-icons .icon {
    height: 50px;
  }
  .video-background-block .video-top-icons .col {
    height: 50px;
  }
  .video-background-block .video-top-icons {
    bottom: 20%;
    width: 80%;
  }
}
@media (max-width: 800px) {
  .video-background-block .video-section {
    height: auto;
  }
  .video-background-block video {
    width: 100%;
    height: auto;
    display: block;
  }
  .video-background-block .video-top-icons i {
    font-size: 40px;
  }
  .video-background-block .video-top-icons p {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 650px) {
  .video-background-block .video-top-icons .icon {
    height: 30px;
  }
  .video-background-block .video-top-icons .col {
    height: 50px;
  }
  .video-background-block .video-top-icons {
    bottom: 5%;
    width: 95%;
  }
  .video-background-block .video-top-icons i {
    font-size: 30px;
  }
  .video-background-block .video-top-icons p {
    font-size: 12px;
    line-height: 14px;
  }
  .video-background-block .video-section {
    height: auto;
  }
}
/*======================================================================
	Informational Icon Block
======================================================================*/
.info-icons i {
  color: #d10e1c;
}
.info-icons {
  padding-left: 100px;
  padding-right: 100px;
}
.info-icons.side .icon-block {
  margin-bottom: 60px;
}
.info-icons.red-border {
  border-bottom: 20px solid #d10e1c;
}
.fa-water:before {
  border: 3px solid #d10e1c;
  border-radius: 3px;
}
.video-top-icons .fa-water:before {
  border: 3px solid #fff;
  border-radius: 3px;
}
.info-icons .icon-block p {
  font-weight: 500;
}
@media (min-width: 1800px) {
  .info-icons {
    padding-left: 200px;
    padding-right: 200px;
  }
}

@media (max-width: 1300px) {
  .info-icons.side .icon-block {
    margin-bottom: 40px;
  }
  .info-icons .icon-block i {
    font-size: 45px;
  }
  .info-icons .icon-block p {
    font-size: 22px;
    line-height: 26px;
  }
  .info-icons {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  .info-icons .icon-block i {
    font-size: 30px;
  }
  .info-icons .icon-block p {
    font-size: 14px;
    line-height: 18px;
  }
  .info-icons {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 500px) {
  .info-icons {
    padding-left: 10px;
    padding-right: 10px;
  }
  .info-icons .icon-block {
    width: 50%;
    display: block;
    flex-basis: unset;
    margin-bottom: 25px;
  }
}
/*======================================================================
	Stat Icon Block
======================================================================*/
.stat-icons span {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}
.stat-icons sup {
  padding-left: 3px;
}
.stat-icons .count {
  font-size: 50px;
  font-weight: 800;
}
.stat-icons p {
  text-transform: uppercase;
}
.icon-section-content {
  font-size: 25px;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .stat-icons .count {
    font-size: 40px;
    font-weight: 800;
  }
  .stat-icons .icon-block p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .stat-icons .count {
    font-size: 30px;
    font-weight: 800;
  }
  .stat-icons .icon-block p {
    font-size: 16px;
  }
}
/*======================================================================
	Form
======================================================================*/
.gfield {
  display: flex;
  align-items: center;
}
.gform_wrapper .top_label .gfield_label {
  width: 25%;
}
.flex-form .gform_wrapper .top_label .gfield_label {
  opacity: 0;
}
body .gform_wrapper .top_label div.ginput_container {
  width: 75%;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type='submit'],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type='submit'] {
  font-weight: bold !important;
  padding: 3px 25px !important;
  border-radius: 0 !important;
  transition: 0.5s ease all !important;
  font-size: 25px !important;
  color: #263c8e !important;
  background-color: #fff !important;
  border: 3px solid #263c8e !important;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type='submit']:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type='submit']:hover {
  color: #fff !important;
  background-color: #263c8e !important;
  border: 3px solid #263c8e !important;
}
.flex-form {
  max-width: 0;
  max-height: 0;
  overflow: hidden;
}
.form-show {
  transition: 500ms ease;
  max-width: 100%;
  max-height: 100%;
}
.form-content {
  color: white;
  margin-bottom: 2rem;
  max-width: 800px;
  font-size: 25px;
  font-weight: 300;
}

.flex-form .gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message {
  color: white;
}

label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
  max-width: 80%;
}
.ginput_container.ginput_container_consent input {
  height: 20px;
  width: 20px;
} 

@media (max-width: 650px) {
  .gform_wrapper .top_label .gfield_label {
    width: 50%;
    font-size: 20px;
  }
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type='submit'] {
    width: 50% !important;
    font-size: 16px !important;
  }
}
/*======================================================================
	Booking Calendar
======================================================================*/
.container-fluid.booking-calendar {
  max-width: 80%;
}

.booking-calendar .tb-calendar-line > .tbk-column > .tb-weekline-day,
.booking-calendar .tb-frontend-calendar .ui.tb-day {
  font-size: 20px;
}

.booking-calendar .tb-pointing-label-dots {
  font-size: 10px !important;
}

#post-490 .flex-header {
  font-size: 35px;
}

#post-490 .default-space-bottom {
  margin-bottom: 70px;
}

.booking-calendar .tbk-main-calendar-settings .tbk-setting-button,
.booking-calendar .tbk-text {
  font-size: 20px !important;
}

@media (min-width: 1750px) {
  .container-fluid.booking-calendar {
    max-width: 70%;
  }
}

/*======================================================================
	Partner Slider
======================================================================*/
.flex-partner-slider {
  /*
     background: url(https://assets.fiveguysroofing.com/wp-content/uploads/20201026114416/red-logo-background-image-01.png);
     background-repeat: no-repeat;
     background-size: inherit;
     background-position: bottom;
     padding-bottom: 300px !important;
*/
}

.slider-header-content {
  color: white;
  margin-bottom: 2rem;
  max-width: 800px;
  font-size: 25px;
  font-weight: 300;
}
.flex-partner-slider #partner-slider img {
  margin: 0 auto;
  height: 23vh;
  object-fit: contain;
}
.flex-partner-slider h2 {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 60px;
  font-weight: 800;
}
.flex-partner-slider h3 {
  font-weight: 400;
  font-size: 38px;
}

@media (max-width: 992px) {
  .flex-partner-slider h2 {
    font-size: 50px;
  }
  .flex-partner-slider h3 {
    font-size: 28px;
  }
  .flex-partner-slider #partner-slider img {
    width: 75% !important;
  }

  .flex-partner-slider #partner-slider img {
    height: 35vh;
  }
}
@media (max-width: 650px) {
  .flex-partner-slider h2 {
    font-size: 44px;
  }
  .flex-partner-slider h3 {
    font-size: 28px;
  }

  .flex-partner-slider #partner-slider img {
    height: 30vh;
    width: 100% !important;
  }
}
@media (max-width: 350px) {
  .flex-partner-slider #partner-slider img {
    height: 20vh;
    width: 100% !important;
  }
  .flex-partner-slider {
    padding-bottom: 350px !important;
  }
  .flex-partner-slider h2 {
    font-size: 32px;
  }
  .flex-partner-slider h3 {
    font-size: 24px;
  }
}

/*======================================================================
	Air Page
======================================================================*/
#post-1062 {
  margin-bottom: 0 !important;
}

#post-1062 img[src="https://assets.fiveguysroofing.com/wp-media-folder-five-guys-roofing/wp-content/uploads/GREENCHECKMARK.png"]
{
  max-width: 75%;
}

#post-1062 .space-block.medium-space {
  margin-bottom: 0 !important;
}

@media (max-width: 786px) {
  #post-1062 img[src="https://assets.fiveguysroofing.com/wp-media-folder-five-guys-roofing/wp-content/uploads/GREENCHECKMARK.png"]
  {
    display: none;
  }
}

/*======================================================================
     Gift Card - Landing Page
======================================================================*/
.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 500px !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  #field_7_10 {
    flex-direction: column;
    text-align: center;
  }

  #field_7_10 .ginput_container_list {
    width: 100%;
  }

  body #field_7_10 .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img {
    width: 25px !important;
    height: 25px !important;
  }

  .hero-video-content,
  .icon-section-content,
  .text-image-block .text-section p,
  .slider-with-titles-container h3,
  .video-section-content,
  #team-slider .col-md-4 p,
  .form-content,
  .slider-header-content {
    font-size: 18px !important;
    line-height: 1.8 !important;
  }
}

@media only screen and (max-width: 600px) {
  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: auto;
  }

  .swiper-slide {
    max-width: 400px;
  }
  article#post-1553 {
    width: 100vw;
    overflow-y: hidden;
  }

  #post-1553 .container-fluid.page-top-container.m-0.p-0.video-container {
    margin-bottom: 0 !important;
  }

  #gform_submit_button_7 {
    width: 100% !important;
  }
}

@media only screen and (min-width: 641px) {
  li#field_7_19,
  li#field_7_7,
  li#field_7_1 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-right: 16px;
    float: none;
  }
  #post-1553 .gform_wrapper .top_label div.ginput_container {
    width: 100%;
  }
  #post-1553 .gform_wrapper .top_label .gfield_label {
    width: 100%;
  }
}
