/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2019 | 03:32:19 */
.home h1 {
    display: none;
}
.home  .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
.home .info a {
    background-color: transparent;
    padding: 10px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}
.home .info a img {
    display: block;
}
.review-link-wrap {
    width: 63%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
      z-index: 9999;
}
.page-id-58 #content,
.page-id-60 #content {
    display: none;
}
.page-id-58 .footer-wrapmain,
.page-id-60 .footer-wrapmain {
    margin-top: 0;
}
.page-id-58 h1,
.page-id-60 h1 {
    display: none;
}
.page-id-2 a#section06, 
.page-id-2 div#content {
    display: none !important;
}
.info a {
    display: block;
    width: 100%;
    line-height: 1.2em;
    height: auto;
    vertical-align: middle;
    font-size: 30px;
    max-width: 400px;
    background: rgb(55, 51, 142);
    margin: 0px auto;
    padding: 25px 10px;
    border-radius: 3px;
}
footer .footer-wrapmain {
    margin-top: 0;
}

/* Responsive */
@media screen and (max-width: 1024px){
  .review-link-wrap .review-items {
      width: 50%;
  }
  .review-link-wrap {
      width: 100%;
  }
  .home .info a {
      margin: 0 auto;
  }
}
@media screen and (max-width: 414px){
.custom-logo {
    margin: 0 !important;
}
}
@media screen and (max-width: 375px){
  .review-link-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
}