/*
Theme Name: Codebase Child
Author: Dental Revenue
Author URI: https://www.dentalrevenue.com
Template: codebase-2
Version: 1.0.0
*/

/* scroll up slider effect */
/*
.home .page-wrap{z-index: 1;}
#i1{position: fixed;top:44px;left: 0;width: 100%;}
#i11{margin-top: 915px;}
.scrolled #i1 {top: -40px;}
.home footer{position: relative;background-color: #fff;}
*/

/* gallery scroll v2
.slick-dots {
    padding: 0px;
    border-radius: 3px;
    display: inline-block;
    border: 0;
    list-style: none;
    box-shadow: none;
    margin: 0;
    transition: transform 0.3s ease-in-out;
}
.slick-dots-holder {
    text-align: center;
}
.slick-dots:hover {
    transform: none;
    box-shadow: none;
}
.g-scroll-slide {
    display: block!important;
    float: left;
}
.gallery-left {
    width: 300px;
    float: left;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
}
.gallery-left img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 300px;
}
.gallery-right {
    overflow: hidden;
}
.gallery-right img:first-child {
    margin-left: 0;
}
.gallery-right img {
    display: block;
    width: 49%;
    height: auto;
    float: left;
    margin: 0 0 20px 2%;
}
.slick-slide img {
    display: block;
}
#slick-arrows-holder>i {
    font-size: 25px;
    margin: auto 30px;
}
#slick-arrows-holder {
    margin-top: 15px;
	text-align: center;
	margin-bottom: 30px;
}
@media (max-width: 600px) {
.gallery-left {
    width: 100%;
    text-align: center;
    margin-right: 0;
    padding-right: 0;
    border: 0 none;
}
.gallery-left img {
    float: none;
    display: inline-block;
    margin: 0;
}
.gallery-right {
    width: 100%;
    text-align: center;
}
}
@media (max-width: 480px) {
.gallery-right img:first-child {
    margin-left: 0 !important;
}
.gallery-right img {
    display: block;
    margin: 0 0 30px 2% !important;
    width: 49%;
    height: auto;
    float: left;
}
}
*/
/*
** GENERAL
*/
.home .page-wrap:after {
  content: "";
  position: fixed; /* stretch a fixed position to the whole screen */
  top: 0;
  height: 100vh; /* fix for mobile browser address bar appearing disappearing */
  left: 0;
  right: 0;
  z-index: -1; /* needed to keep in the background */
  background: url("/wp-content/uploads/2024/01/GettyImages-1475288396-1-scaled.jpg")
    center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*
** HEADER
*/
.header-style-e .header-logo .logo img {
  max-width: 70%;
}
#i74 .invert .btn.solid {
  background-color: transparent;
  border: 3px solid #428986;
}
/*
** SERVICE BLOCKS (Static Blocks List)
*/
#i76 .row {
  max-width: unset;
}
#i76 .static_blocks_list-text {
  display: none;
}
#i76 .static_blocks_list-left .block {
  height: 45em;
  padding-bottom: 0;
  width: 25%;
  margin: 0;
}
#i76 .static_blocks_list-right {
  width: 29%;
  max-width: unset;
  margin-top: 12em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#i76 .static_blocks_list-right .rte > h2 {
  font-weight: 300;
  color: #d2c29a;
}
#i76 .block p:nth-child(2) {
  bottom: unset;
}
#i76 .block p:last-child {
  top: 30%;
}
#i76 .static_blocks_list-right .rte > p:last-child {
  margin-top: 3em;
}
#i76 .static_blocks_list-right a.schedule {
  margin-top: 3em;
}
/*
** GALLERY (Static Image Split)
*/
#i82 {
  background-color: transparent !important;
}
/*
** FORM (Static Image Split)
*/
#i79 form {
  text-align: center;
}
/*
** BLOG (Blog Big Small)
*/
#i86 .headline-skinny,
#i86 .hp-post-content,
#i86 .hp-post-content p {
  color: #e3e3e3;
}

/*
** MEDIA QUERIES
*/

@media (min-width: 1200px) {
  .scrolled.header-style-e .header-bottom {
    left: 164px !important;
  }

  .two-column-grid.before-grid .grid-patient {
    width: 25vw !important;
  }
  #footer-b {
    background-position: top -107px right 0;
  }
  #i94 > div > div {
    max-width: none;
  }
  #i94 > div > div > div.static_blocks_list-left.block-set > a {
    margin: 0 !important;
    width: 20% !important;
  }
  #i94 > div > div > div.static_blocks_list-left.block-set > a {
    margin: 0 24px !important;
    width: 20% !important;
  }
  #i94 > div > div > div.static_blocks_list-left.block-set {
    display: flex;
    justify-content: center;
  }
  .header-bottom {
    width: 1021px;
  }
}
@media screen and (max-width: 767px) {
  .excerpt {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #i74 {
    margin-top: 0 !important;
  }
  #i76 .static_blocks_list-left .block {
    width: 100%;
  }
  #i79 form {
    padding: 5%;
  }
  #i81 #right-side .btn {
    margin-right: 14px;
  }
  .static_image_split .btn {
    place-self: center !important;
  }
  form {
    margin-bottom: 1rem;
  }
  .schedule-form legend:first-child,
  .schedule-form input[type="checkbox"]:nth-child(2),
  .schedule-form input[type="checkbox"]:nth-child(8) {
    margin-left: 0;
    padding: 8px;
  }
  section.day-box {
    margin-left: 10px;
  }
  .schedule-form input[type="checkbox"] {
    width: auto;
    margin-right: 8px;
  }
  .header-style-e .header-top {
    height: 119px !important;
  }
  #footer-b > div.row > div {
    padding-bottom: 0;
  }
  #footer-b > div.row > div > div > div:nth-child(3) > a {
    margin-top: 1rem;
  }
  #i93 > div {
    padding-bottom: 0 !important;
  }
  #i74 > div > section > #left-side > div {
    margin: 5px 0 !important;
  }
  #i74 > div.module-content,
  #i85 > div,
  #i84 > div,
  #i84,
  #i76 > div,
  #i76 {
    padding-bottom: 0 !important;
  }
  #i90 > div > section > #left-side > div {
    padding-top: 0 !important;
  }
  #i90 > div,
  #i90,
  #i78 > div,
  #i78,
  #i95 > div,
  #i95,
  #i94 > div,
  #i94,
  #i79 > div,
  #i79 {
    padding-bottom: 0 !important;
  }
  #i86 > div {
    padding-bottom: 0 !important;
  }
}

.social-side-tab {
  background-color: #428986 !important;
  margin-bottom: 2px;
}
header > div.header-top > ul > li:nth-child(4),
header > div.header-top > ul > li:nth-child(5),
header > div.header-top > ul > li:nth-child(6) {
  display: none;
}
.social-side-tabs {
  width: auto !important;
}
.header-style-e .mobile-nav a {
  color: #fff;
}
.schedule-form label {
  font-size: 16px;
}
.header-style-e .mobile-nav a:hover {
  color: #fff;
}
.scrolled.header-style-e .header-top .new-phone:nth-child(2) {
  display: none;
}
.testimonial-text p {
    font-size: 16px !important;
}