/*
Module Name: Home v2 (Tablet CSS)
Author: Prosoft Phils
Author URL: http://prosoft-phils.com/
*/

@media (min-width: 767px) and (max-width: 991px) {
  /*--------------------------------------------------------------
HOME v2 - Banner
--------------------------------------------------------------*/
  .home-pg-banner-content {
    width: 90%;
  }

  .home-pg-banner .vertical-horizontal-center {
    top: 60%;
  }

  .home-pg-banner-content p {
    margin-bottom: 35px;
    width: 90%;
  }

  .badge-banner {
    top: 100px;
  }

  .badge-banner img {
    width: 120px;
  }

  .vid-container {
    height: calc(100vh - 56.22px); /* height of footer: 56.22px */
	}
	
	.home-sg-events img{
		width: 400px;
		margin-top: 8px;
		margin-bottom: 8px;
	}

  /*--------------------------------------------------------------
HOME - Fact
--------------------------------------------------------------*/
  .home-fact p:first-child {
    margin-bottom: 40px;
  }

  /*--------------------------------------------------------------
HOME - Get Started / Callouts
--------------------------------------------------------------*/
  .home-callouts li img {
    max-width: 110px;
  }

  .home-callouts li .h4 {
    font-size: 16px;
  }

  .home-callouts li button,
  .home-custom-value button {
    min-width: 148px;
  }

  /*--------------------------------------------------------------
HOME - Calculator
--------------------------------------------------------------*/
  .calculator-container {
    padding: 50px 20px;
  }

  .calculator-container label {
    font-size: 17px;
  }

  /*--------------------------------------------------------------
HOME - Puzzle
--------------------------------------------------------------*/
  .puzzle-heading {
    padding-top: 125px;
    padding-left: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .puzzle-container {
    margin-left: 0px;
    margin-top: 0;
  }

  .puzzle-heading p.h5 {
    font-size: 18px;
    text-align: center;
  }

  .puzzle-lg {
    display: none;
  }

  .puzzle-xs {
    display: block !important;
    margin-bottom: 20px;
  }

  .puzzle-image-tag {
    text-align: center;
  }

  /*--------------------------------------------------------------
HOME - Client
--------------------------------------------------------------*/
  .home-client-highlight {
    padding: 105px 20px;
  }

  .home-client-highlight em {
    font-size: 14px;
  }

  .home-client-highlight .h2 {
    font-size: 20px;
  }

  .home-client table p {
    margin-bottom: 10px;
  }

  .home-client table p::before {
    font-size: 25px;
    margin-right: 7px;
  }

  .home-client table p span:first-child {
    font-size: 15px;
  }

  .home-client table p .italic {
    font-size: 13px;
    margin-left: -15px;
  }

  .home-client table tr:last-child td {
    padding-left: 114px;
  }

  /*--------------------------------------------------------------
HOME - Reviews
--------------------------------------------------------------*/
  .home-reviews-row p:first-child .italic {
    font-size: 15px;
  }

  .review-section {
    margin-top: 16px;
  }

  .review-section:first-child {
    margin-top: 0;
  }

  .review-section p.italic {
    margin-top: 30px;
  }

  /*--------------------------------------------------------------
HOME - MSD
--------------------------------------------------------------*/
  .home-msd p:last-child {
    width: 70%;
  }

  /*--------------------------------------------------------------
MODAL - About MSD
--------------------------------------------------------------*/
  #popup-msd .fact-gradient {
    position: relative;
    margin: 0;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 20px;
  }

  #popup-msd .fact-gradient .vertical-horizontal-center {
    padding: 0;
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
} /*END of @media 767px -991px*/

/*--------------------------------------------------------------
CUSTOM IPAD BREAKPOINTS
--------------------------------------------------------------*/
/*IPAD Portrait & Landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
} /*END of IPAD Portrait & Landscape*/

/*IPAD in Landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
} /*END of IPAD in Landscape*/

/*IPAD in Portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
} /*END of IPAD in Portrait*/
