
/*----Navigation----*/
.navigation-wrapper {
  height: 106px;
  padding: 0px 0;
}.top-bar {
  background: none;
  display: inline-block;
  float: none;
  height: 106px;
  line-height: 45px;
}.top-bar .top-bar-section ul li {
  background: transparent;
}.top-bar-section li:not(.has-form) a:not(.button) {
  background: transparent !important;
  color: #000000;
  font-family: "Muli", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 105px;
  padding: 0px 11px;
  text-transform: uppercase;
}.top-bar-section li.active:not(.has-form) a:not(.button) {
  background: #333;
  color: #660d20;
  line-height: 105px;
  padding: 0 11px;
}.top-bar-section li.active:not(.has-form):not(.button)::after {
  background: #bc2b4d;
  content: "";
  display: block;
  height: 8px;
  margin: 0 auto;
  position: relative;
  top:-7px;
  width: 100%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}.top-bar-section li:not(.has-form):not(.button)::after {
  background: #fff;
  content: "";
  display: block;
  position: relative;
  width: 0;
}.top-bar-section li:hover:not(.has-form):not(.button)::after {
  background: #bc2b4d;
  content: "";
  display: block;
  height: 8px;
  margin: 0 auto;
  position: relative;
  top:-7px;
  width: 100%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}.top-bar-section ul.dropdown li:hover:not(.has-form):not(.button)::after,
.top-bar-section ul.dropdown li.active:not(.has-form):not(.button)::after{
  display:none;
}.top-bar-section ul li:hover:not(.has-form)>a {
 color: #fff !important;
}.top-bar-section .has-dropdown>a:after {
  border-color: #8a8a8a transparent transparent transparent;
  display: none;
  margin-top: -1.5px;
  top: 71.5px;
}.top-bar-section .has-dropdown>a {
  padding: 0px 11px !important;
}.top-bar-section .dropdown {
  background: #cce95b;
  left: 50%;
  margin-top: -11px;
  min-width: 227px;
  padding: 34px 0px 19px;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}.top-bar-section .dropdown::before {
  border: 9px solid;
  border-color: transparent transparent #cce95b transparent;
  content:"";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -16px;
  width: 10px;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  letter-spacing: 1px;
  line-height: 33px;
  font-weight: lighter;
  color: #000000;
}.top-bar-section .has-dropdown.active .dropdown li a:not(.button) {
  border-top:0px;
  color: #ffffff;
}.top-bar-section .has-dropdown ul.dropdown .active a {
  color: #fff !important;
}
/*----Header----*/
.header-wrapper {
  background: #F17491;
  box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.33);
  display: block;
  float: left;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 999;
}.header-inner-wrapper .logo-wrapper {
  background: #bd2a4c;
  float: left;
  max-width: 210px;
  padding: 31px 22px;
  width: 100%;
}.header-phone {
  background: #bd2a4c;
  display: inline-block;
  padding: 7px 0px;
  text-align: center;
}.header-phone span {
  color: #ffffff;
  display: block;
  font-family: "Calibri", sans-serif;
  font-size: 19px;
  letter-spacing: 3px;
}.company-title h1 {
  font-size: 1.1em;
  margin: 33px 0px 0 0px;
}.company-title h1 a{
        color:#ffffff;
}.company-title a:hover{
        color:#ffffff;
}.company-title {
  padding-left: 2vw;
}.company-title span {
  color: #ffb9c9;
  display: block;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 16px;
  margin-top: 9px;
}
/*----Slider-------*/
.slick-background-wrapper {
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100% !important;
  z-index: -1;
}
/*----Content----*/
.content-wrapper {
  background: #f9f9f9;
  max-width: 100%;
  position: relative;
  width: 100%;
}.content-wrapper h2 {
  color: #ea3962;
  font-family:"Ovo";
  font-size: 2.2rem;
  line-height: 47px;
  margin-bottom: 0.8em;
}.content-wrapper ul {
  color: #8f8c94;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  margin-left: 1.9rem;
}.content-wrapper .button-one {
  background: #bc2b4d;
  color:white;
  display:inline-block;
  font-family: "Muli", sans-serif;
  line-height:10px;
  margin:20px 0px;
  max-width:200px;
  padding:16px 20px;
  text-align:Center;
  width:100%;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}.content-wrapper .button-one:hover {
  box-shadow:0px 10px 10px 0px rgba(0, 0, 0, 0.15);
}.content-wrapper .service {
  border-left: 1px solid #ddd;
  margin:10px 0px;
}
/*----Cards----*/
.card {
  background: #cce95b;
  z-index:1;
}.small-card {
  display:inline-block;
  max-width: 549px;
  width: 100%;
}.small-card .card-content {
  padding: 52px 90px 66px 90px;
}.small-card .card-content h2 {
  font-size: 2.3rem;
  line-height: 50px;
  margin:20px 0px;
        color:#000000;
}.small-card .card-content h3 {
        color:#000000;
}.small-card .card-content p {
  font-size: 16px;
  line-height: 1.99em;
  color: #000000;
}.medium-card {
  max-width: 738px;
  padding: 0px 0px;
  width:100%;
}.medium-card .card-content {
  padding: 27px 76px 37px;
}.medium-card .card-content h2 {
  font-size: 33px;
  margin-bottom: 0.8em;
  color:#000000;
}.medium-card .card-content p {
  color: #000000;
  font-size: 16px;
  line-height: 1.94em;
  margin: 29px 0px;
}.box-shadow {
  box-shadow:13px 11px 50px 5px rgba(0, 0, 0, 0.29);
}
/*-Homepage-*/
.tagline {
  background: white;
}.tagline p {
  color:#bc2b4d;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.10em;
  line-height: 3px;
  margin: 24px 0px;
  text-transform: uppercase;
}.top-section {
  min-height: 609px;
}.mid-section {
  min-height: 750px;
}.bottom-section {
  margin-bottom: 20px !important;
}.bottom-section h2 {
  font-size: 2em;
  letter-spacing: 1px;
}.cta-section {
  background:url("https://littlemiracleschildcarecenter.com/wp-content/themes/dc2/images/cta-bg.jpg");
  background-size:cover;
}.cta-section .cta-inner-section {
  padding: 93px 0px;
}.cta-section .cta-inner-section h2 {
  color:#ffffff;
  font-size: 33px;
  letter-spacing: 1px;
  line-height: 36px;
}.cta-section .cta-inner-section p {
  color:#ffffff;
        font-size: 1.2em;
}.cta-section .cta-inner-section .button {
  background: #bc2b4d;
  line-height: 43px;
  margin-top: 27px;
  padding:0;
  text-transform: capitalize;
  width: 407px;
  -webkit-transition: all 650ms ease;
  -moz-transition: all 650ms ease;
  -ms-transition: all 650ms ease;
  -o-transition: all 650ms ease;
  transition: all 650ms ease;
}.cta-section .cta-inner-section .button:hover {
  box-shadow: 0px 10px 19px 11px rgba(0, 0, 0, 0.26);
}.cta-section .cta-inner-section .button a {
  color:#ffffff;
  display: block;
  font-size:15px;
  padding:15px 0;
}
/*-Inner Pages-*/
.inner-page .title-section {
  padding: 43px 45px;
}.inner-page .title-section h1 {
  color: #ea3962;
  font-family: "Ovo";
  font-size: 2.5rem;
  line-height: 1.27em;
  letter-spacing: 0px;
  margin: 22px 0px 22px 0px;
}.inner-page .title-section p {
  color: #8f8c94;
  font-size: 20px;
  font-weight: lighter;
  line-height: 1.7em;
}.inner-page .img-container.img-1 {
  background: url("https://littlemiracleschildcarecenter.com/wp-content/themes/dc2/images/about-img-2.jpg") 100%;
  background-size: cover;
}.inner-page .img-container.img-2 {
  background: url("https://littlemiracleschildcarecenter.com/wp-content/themes/dc2/images/about-img-3.jpg") 100%;
  background-size: cover;
}.inner-page .cta-section {
  margin-top: 100px;
}.faq h2 {
  font-size: 1.6em;
}.faq h2::before {
  color:#8f8c94;
  content:"Q. ";
}.faq p {
  border-left:2px solid #000;
  padding-left:20px
}
/*-Gallery-*/
.gallery-shell {
  padding-top: 83px;
}.gallery-shell .title-section {
  padding: 18px 0px !important;
}.gallery-navigation {
  margin:0px !important; 
  max-width: 100%;
  padding:40px 0px;
  width: 245px;
}.gallery-navigation li {
  color:#555555;
  cursor:pointer;
  font-size:14px;
  font-weight:bold;
  margin:0;
  padding:23px 0px;
  text-transform:uppercase;
}.gallery-scope li:hover, 
.gallery-scope li.active-selection {
  color: #000;
}.gallery-images {
  display: block;
  max-width: 78.5%;
  width: 100%;
}.gallery-images img {
  max-width: 388px;
  width: 100%;
}.gallery-images a { 
  display:block;
  margin-bottom: 20px;
  margin-right:20px;
  max-width: 388px;
  width: 100%;
}.gallery-images a:hover::before {
  background: #bc2b4d;
  content: "";
  height:100%;
  opacity:0.7;
  position: absolute;
  width: 100%;
  z-index: 1;
}.gallery-images a:hover::after {
  color: #ffffff;
  content: "\f00e";
  font-family: "FontAwesome";
  font-size: 54px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*-Offsets-*/
.top-offset-large {
  margin-top: -129px;
}.top-offset-medium {
  margin-top: -82px;
}.top-offset-small {
  margin-top: -52px;
}.bottom-offset-large {
  margin-top: 129px;
}.bottom-offset-medium {
  margin-top: 82px;
}.bottom-offset-small {
  margin-top: 60px;
}
/*-Absolutes-*/
.absolute-left {
  left:0px;
  position:absolute;
}.absolute-right {
  position:absolute;
  right:0px;
}
/*-Contact Page-*/
.contact-info,
.contact-phone,
.contact-email {
  color: #000000 !Important;
  margin:20px 0px !important;
  padding-left: 20px;
}.contact-info:before {
  color: #fff;
  content: "\f0ac";
  font-family:"FontAwesome";
  margin-left:-20px;
  padding-right: 6px;
}.contact-phone:before {
  color: #fff;
  content: "\f095";
  font-family:"FontAwesome";
  margin-left:-20px;
  padding-right: 6px;
}.contact-email:before {
  color: #fff;
  content: "\f003";
  font-family:"FontAwesome";
  margin-left:-20px;
  padding-right: 6px;
}.contactForm {
  margin-top: 20px;
  padding: 9px 13px;
}.contactForm  label{
  display: block;
  font-weight: bold;
}.contactForm input,
.contactForm textarea {
  border: 1px solid rgb(224, 224, 224);
  box-shadow: none;
  font-family: "Muli", sans-serif;
  font-weight:bold;
  margin: 15px 0px;
  padding: 3px;
  padding-left: 23px;
  width: 100%;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}.contactForm input:focus,
.contactForm textarea:focus {
  border: 1px solid rgb(195, 195, 195);
  box-shadow: 1px 5px 20px 0px #c3c3c3;
  padding-left: 23px;
}.contactForm textarea {
  width: 100%;
}.contactForm .captchaWrapper {
  margin-top: 10px;
}.contactForm .captchaRefresh {
  vertical-align: top;
}.contactForm .submitWrapper {
  text-align: center;
  margin-top: 30px;
}.contactForm .submitWrapper span.submit {
  background-color: #ea3962;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Muli", sans-serif;
  padding: 9px 20px;
  max-width: 458px;
  width: 100%;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}.contactForm .submitWrapper span.submit:hover {
  box-shadow: 2px 6px 17px 3px #a5a5a5;
}.emailConfirmation {
  margin: 0 auto;
}.emailConfirmation h1 {
  color: #00CC00;
}input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
  color:#bc2b4d;
}input:focus::-webkit-input-placeholder, 
textarea:focus::-webkit-input-placeholder {
  color:#bc2b4d;
}input:focus:-moz-placeholder, 
textarea:focus:-moz-placeholder {
  color:#bc2b4d;
  opacity:1;
}input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color:#bc2b4d;
  opacity:1;
}input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color:#bc2b4d;
}input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color:#bc2b4d;
}
/*-Footer-*/
.footer-wrapper {
  background:#cce95b;
  padding:16px 0px;
  width: 100%;
}.footer-wrapper p {
  color: #000000;
  font-size: 14px;
  letter-spacing: 2.9px;
  text-transform: uppercase;
}.footer-wrapper .social-icons a {
  color: #000000;
  font-size: 20px;
  line-height:56px;
  padding: 0px 6px;
}.footer-wrapper .social-icons a:hover {
  color: #bc2b4d;
}.disclaimer {
  padding-top: 40px;
}.disclaimer p {
  color: #c1c1c1;
  font-family: "Muli";
  font-size: 7.5px;
  font-weight: lighter;
  line-height: 13px;
  letter-spacing: 1px;
  margin: 9px 0px;
  text-transform: uppercase;
}
/*----------------*/
/* Default Styles */
#wpadminbar {
  display: none !important;
}
body {
  font-family: "Muli",sans-serif;
}h1, h1 a {
  color: #000000;
  font-family: "Ovo", serif;
  font-size: 2em;
  line-height: 1.27em;
  margin: 25px 0;
}h2 {
  color: #000000;
  font-family: "Ovo", serif;
  font-size: 1.8em;
  line-height: 1.5rem;
  margin: 25px 0;
}h3 {
  color: #000000;
  font-family: "Ovo", serif;
  font-size: 1.6em;
  line-height: 1.5rem;
  margin: 25px 0;
}h4 {
  font-family: "Ovo", serif;
  color: #000000;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5rem;
  margin: 25px 0;
}p {
  font-family: "Muli", sans-serif;
  color:#000000;
  font-size: 16px;
  margin: 17px 0px;
  line-height: 1.99em;
}ul {
  list-style-type: none;
}hr {
  margin-bottom: 29px;
  margin-top: 6px;
}.row {
  margin: 0 auto;
  max-width: 1560px;
  width: 100%;
}.contain-to-grid {
  background: none !important;
}.contain-to-grid .top-bar {
  max-width: 75em;
}.page-wrapper {
  max-width: 75rem;
  clear: both;
}.overflow-hidden {
  overflow: hidden !important;
}.strip-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}.vertical-padding-large {
  padding-top: 71px;
  padding-bottom: 60px;
}.vertical-padding-medium {
  padding-top: 59px;
  padding-bottom: 38px;
}.vertical-padding-small {
  padding-top: 11px;
  padding-bottom: 17px;
}.vertical-margin-large {
  margin-top: 71px;
  margin-bottom: 60px;
}.vertical-margin-medium {
  margin-top: 59px;
  margin-bottom: 38px;
}.vertical-margin-small {
  margin-top: 11px;
  margin-bottom: 17px;
}.absolute {
  position:absolute;
}.relative {
  position:relative;
}.clearfix {
  clear:both;
}[class*="fadein-"] {
  opacity: 0;
}.scrollfade {
  opacity: 0;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.from-left.scrollfade {
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}.from-right.scrollfade {
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}.from-bottom.scrollfade {
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}.from-left.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-right.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-bottom.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  } 40% {
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
  } 60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  } 40% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  } 60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  } 40% {
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  } 60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
/*------Media Queries-----*/
/*-Laptops-*/
@media screen and (min-width:1280px) and (max-width:1440px) {
    .header-wrapper {
      height: auto;
    }.top-bar,
    .navigation-wrapper,
    .top-bar-section li.active:not(.has-form) a:not(.button){
      height: 94px;
    }.top-bar-section li:not(.has-form) a:not(.button),
    .top-bar-section li.active:not(.has-form) a:not(.button):not(.dropdown),
    .top-bar-section .has-dropdown>a {
      font-size: 9px;
      line-height: 94px;
      padding: 0px 11px !important;
    }.top-bar-section .has-dropdown.active .dropdown li a:not(.button){
      height: initial;
      line-height: 33px;
      padding: 0px !important;
    }.header-inner-wrapper .logo-wrapper {
      height: 120px;
      max-width: 125px;
      padding: 30px 20px;
    }.company-title {
      padding-left:15px;
      padding-right:0px;
    }.company-title h1 {
      margin: 27px 0px 0 0px;
    }.company-title h1 a {
      font-size: 1.6em;
      padding:0;
    }.company-title span {
      font-size: 14px;
    }.header-phone {
      padding: 1px 0px;
    }.header-phone span {
      font-size: 16px;
    }.small-card {
      max-width: 500px;
    }.small-card .card-content {
      padding: 45px 67px;
    }.medium-card {
      max-width: 672px;
    }.gallery-shell{
      padding-top: 10px;
    }.gallery-images {
      max-width:1021px;
    }.gallery-images a,
    .gallery-images img {
      max-width: 300px;
    }.gallery-shell .title-section {
      padding: 18px 25px !important;
    }.bottom-section h2 {
      font-size: 1.7em;
    }.footer-wrapper p{
      font-size: 10px;
    }.footer-wrapper .social-icons a {
      padding: 0px 4px;
    }
}
/*-Tablets-*/
@media screen and (max-width:1024px) {
    .header-inner-wrapper .logo-wrapper{
      max-width: 25%;
    }.company-title {
      text-align:center;
    }.navigation-wrapper{
      height:auto;
    }.top-bar {
      background:rgba(255, 255, 255, 0);
      height: 45px;
      width:100%;
    }.top-bar .toggle-topbar.menu-icon a{
      color: #73202f;
    }.top-bar .toggle-topbar.menu-icon a span::after{
      box-shadow: 0 0 0 1px #73202f, 0 7px 0 1px #73202f, 0 14px 0 1px #73202f;
    }.top-bar .toggle-topbar.menu-icon a span:hover:after {
      box-shadow: 0 0 0 1px #73202f, 0 7px 0 1px #73202f, 0 14px 0 1px #73202f;
    }.top-bar-section li.active:not(.has-form) a:not(.button),
     .top-bar-section li:not(.has-form) a:not(.button) {
      line-height:55px;
      text-align:center;
    }.top-bar-section li:not(.has-form):not(.button)::after,
    .top-bar-section li:hover:not(.has-form):not(.button)::after{
      display:none;
    }.top-bar-section {
      width:100%;
    }.top-bar .top-bar-section ul li:not(.dropdown){
      height:55px;
    }.top-bar-section .has-dropdown.moved>.dropdown {
      left: 100%;
      margin-top:0;
      right: 0px;
      width: 100%;
      transform: translateX(0%);
      -webkit-transform: translateX(0%);
    }.top-bar-section .has-dropdown.moved>.dropdown a{
      color:white;
    }.top-bar.expanded .title-area{
      background: whitesmoke;
    }.header-phone{
      background: #cce95b;
    }.tagline {
      margin-bottom:0px;
    }.slider-wrapper {
      height: 284px;
    }.bottom-section {
      padding: 40px 0px;
    }.cta-section {
      background-position:center;
      background-size:cover;
    }.cta-section .cta-inner-section {
      display: inline-block;
    }.gallery-shell {
      padding:0px;
    }.gallery-shell .title-section {
      text-align: center !important;
    }#gallery-sidebar {
      padding: 0;
    }.gallery-navigation{
      padding:10px;
      width:100%;
    }.gallery-navigation li {
      display:inline-block;
      padding:0px 30px;
      line-height:49px;
      margin:2px 0px;
    }.gallery-images {
      max-width:100%;
      width:100%;
    }.gallery-images a, 
    .gallery-images img {
      max-width: 363px;
    }.gallery-images a {
      margin-bottom: 20px;
      margin-left:10px;
      margin-right: 10px;
    }.faq h2 {
      font-size: 1.6em;
      line-height: 37px;
    }.inner-page .cta-section {
      margin-top: 6px;
    }.inner-page .img-container {
      background-size: 100% !important;
      height: 515px !important;
      position: relative;
      width: 100%;
    }.footer-wrapper p {
      margin: 8px 0px;
    }.small-card, 
    .medium-card, 
    .large-card {
      max-width:100%;
    }.absolute {
      position: initial;
    }.top-offset-small, 
    .top-offset-medium,
    .top-offset-large,
    .bottom-offset-small,
    .bottom-offset-medium,
    .bottom-offset-large {
      margin: -5px 0px;
    }.vertical-padding-medium, 
    .vertical-padding-small, 
    .vertical-padding-large {
      padding: 5px 0px;
    }.box-shadow {
      box-shadow: none;
    }
}
/* -Ipad Portrait- */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .gallery-images {
      max-width: 100% !important;
      position:relative;
      width: 100% !important;
    }.gallery-images a, 
    .gallery-images img {
      max-width: 320px !important;
    }.gallery-images a {
      margin-bottom: 20px;
      margin-left:10px;
      margin-right: 10px;
    }
}
/* -Ipad Pro Portrait- */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .gallery-images a, 
    .gallery-images img {
     max-width: 320px !important;
    }
}
/*-Smartphones-*/
@media screen and (max-width:767px) {
    .top-bar .top-bar-section ul li {
      text-align: center;
    }.header-inner-wrapper .logo-wrapper {
      max-width: 100%;
      padding:5px 0px;
    }.header-inner-wrapper .logo-wrapper img {
      width:20%;
    }.company-title {
      padding:0px;
    }.company-title h1 {
      font-size:0.8em;
      margin:7px 0px;
    }.company-title span {
      font-size:0.8em;
    }.header-phone{
      padding:3px;
    }.header-phone span {
      font-size:0.9em;
    }.slider-wrapper {
      height: auto;
    }.tagline p {
      font-size: 0.7em;
      line-height: 18px;
      margin: 4px 0px;
    }.large-card .card-content, 
    .medium-card .card-content,
    .small-card .card-content  {
      padding:10px 20px;
    }.small-card .card-content h2{
      font-size: 1.8rem;
      line-height: 35px;
    }.medium-card .card-content h2{
      line-height: 35px;
    }.bottom-section h2{
      line-height: 35px;
      font-size: 1.8em;
    }.inner-page .title-section{
      padding: 15px 15px;
    }.inner-page .title-section h1{
      font-size: 2em;
    }.inner-page .title-section p{
      font-size: 17px;
    }.inner-page .img-container{
      background-repeat: no-repeat !important;
      height: 250px !important;
    }.gallery-navigation{
        padding: 6px;
    }.gallery-navigation li{
      display: inline-block;
      font-size: 11px;
      line-height: 30px;
      margin: 2px 0px;
      padding: 0px 3px;
      width: 49%;
    }.gallery-shell .title-section{
      text-align:center !important;  
      margin: 10px 0;
    }.gallery-images a, 
    .gallery-images img {
      max-width: 98%;
    }.cta-section .cta-inner-section {
      padding:0px;
    }.cta-section .cta-inner-section h2 {
      font-size:1.6em;
    }.cta-section .cta-inner-section .button {
      line-height: 22px;
      width:100%;
    }.cta-section .cta-inner-section .button a {
      font-size:0.9em;
    }.footer-wrapper p {
      font-size:9px;
    }.disclaimer {
      text-align:center;
    }.disclaimer img {
      max-width:40%;
    }
}
