.page-landing a {
  text-decoration: none;
  color: #ffffff;
}

.page-landing header.entry-header {
    display: none;
}

.page-landing .site-inner {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.page-landing .content {
  float: none;
}

.page-landing .entry-content li:before {
	content: none;
}

.page-landing .landing-header {
  background: #fff;
  color: #333;
}

.page-landing .landing-header .phone {
  float: right;
  text-align: center;
  font-size: 32px;
}

.page-landing .landing-header .phone a {
  display: block;
  color: #87ccd9 !important;
  font-size: 26px;
}

.page-landing .entry {
  margin-bottom: 0;
}

.page-landing .slider-wide {
  background: #dddddd;
  margin: 0 -15px;
}

.page-landing .landing-featured-1 {
  background: #ffffff;
  margin: 0 -15px;
}

.page-landing .post-54 .slider-wide {
  background-image: url(http://www.drphilipmiller.com/wp-content/uploads/2017/10/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.page-landing .slider-wide h1 {
  color: #000000;
}

.page-landing .landing-featured-2 {
  background: #87ccd9;
  margin: 0 -15px;
}

.page-landing .landing-featured-3 {
  background: #ffffff;
  margin: 0 -15px;
}

.page-landing .landing-featured-4 {
  background: #87ccd9;
  margin: 0 -15px;
}

.page-landing .landing-footer {
  background: #333333;
  margin: 0 -15px;
  color: #ffffff;
  font-size: 12px;
  border-bottom: 5px solid #cccccc;
}

.page-landing .reviews .fa {
  color: yellow;
}

.page-landing .landing-featured-2 h2 {
  text-align: center;
  margin: 0 0 24px 0;
}

.disclaimer {
  text-align: center;
}

.above-fold-banner.mobile {
  display: none;
}

.page-landing #breadcrumbs {
    display: none;
}

.page-landing .wp-container-6 {
    justify-content: flex-end;
}

.page-landing .section-form {
    padding: 0 40px;
}
/*
.page-landing #video-radio,
.page-landing #edad65anos,
.page-landing #obamacare {
    padding: 40px 0;
}*/

.page-landing h1 {
    font-size: 2em;
    margin: .67em 0;
    font-weight: 700;
}

.page-landing h2 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
}

.page-landing .landing-header ul {
    margin: 0;
}

.mobile-header,
.mobile-sidebar.panel-sidebar{
  display: none !important;
}

.site-container{
  padding-top: 0;
}

.landing-header > div{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (min-width: 768px) {
  .page-landing .section {
      padding: 100px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .above-fold-banner.desktop {
    min-height: 575px;
  }
}

@media screen and (min-width: 1400px) {
  .above-fold-banner.desktop {
    min-height: 750px;
  }
}

@media screen and (min-width: 2300px) {
  .above-fold-banner.desktop {
    min-height: 1000px;
  }
}

@media screen and (max-width: 1200px) {
  .page-landing .content-row .wrap {
    padding: 0 15px;
  }

  .page-landing .logo {
    text-align: center;
    margin-top: 20px;
  }
  /* .page-landing .landing-header .phone {
    margin-top: 20px;
  } */
  .page-landing h1,
  .page-landing h2 {
    text-align: center;
    margin: 15px 0 !important;
  }
  .page-landing .content-row .wrap {
    padding: 15px;
  }
  .logo img {
    margin: 0;
  }
}

@media screen and (max-width: 1023px) {
  .landing-header > div > div{
    display: flex;
    gap: 0;
  }
  
  .landing-header > div > div > div{
    margin-bottom: 0 !important;
  }

  .landing-header > div > div > div:first-child{
    order: 3;
  }

  .landing-header > div > div > div:nth-child(2){
    order: 2;
  }
  
  .landing-header > div > div > div:nth-child(3){
    order: 1;
  }

  .landing-header > div > div > div:nth-child(4){
    order: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 800px) {
  .page-landing .landing-header .phone {
    float: none;
  }

  .page-landing .reviews {
    text-align: center;
  }
  .page-landing .landing-footer .logo {
    margin: 24px 0;
  }

  .page-landing .landing-header {
    padding: 15px 0;
  }
  .logo img {
    margin: 0 auto;
  }

  .above-fold-banner.mobile {
    display: block;
    min-height: 350px;
    height: 800px;
  }

  .above-fold-banner.desktop {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .above-fold-banner.mobile {
    height: 600px;
  }
}

@media screen and (max-width: 480px) {
  .above-fold-banner.mobile {
    height: 450px;
  }
}

@media screen and (max-width: 390px) {
  .above-fold-banner.mobile {
    height: 400px;
  }
}

@media screen and (max-width: 360px) {
  .above-fold-banner.mobile {
    height: auto;
  }
}

.entry-content .wp-block-group.alignfull .wp-block-group__inner-container {
    max-width: 1200px;
    margin: auto;
}

.page-landing .wp-block-group.alignfull>.wp-block-group__inner-container {
    padding-top: 0;
    padding-bottom: 0;
}
