@import url('https://fonts.googleapis.com/css?family=La+Belle+Aurore');
.button-gradient {
  background-color: #23cbe6;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#42e1fa, endColorstr=#05b5d1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#42e1fa, endColorstr=#05b5d1)';
  background-image: -webkit-gradient(linear,left top,left bottom,from(#42e1fa),to(#05b5d1));
  background-image: -webkit-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: -moz-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: -o-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: -ms-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: linear-gradient(to bottom,#42e1fa,#05b5d1);
}
.button-gradient-inverse {
  background-color: #23cbe6;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#05b5d1, endColorstr=#42e1fa);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#05b5d1, endColorstr=#42e1fa)';
  background-image: -webkit-gradient(linear,left top,left bottom,from(#05b5d1),to(#42e1fa));
  background-image: -webkit-linear-gradient(top,#05b5d1,#42e1fa);
  background-image: -moz-linear-gradient(top,#05b5d1,#42e1fa);
  background-image: -o-linear-gradient(top,#05b5d1,#42e1fa);
  background-image: -ms-linear-gradient(top,#05b5d1,#42e1fa);
  background-image: linear-gradient(to bottom,#05b5d1,#42e1fa);
}
.yellow-button {
  background-color: #ece3c3;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f0eee7, endColorstr=#e8d89f);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f0eee7, endColorstr=#e8d89f)';
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f0eee7),to(#e8d89f));
  background-image: -webkit-linear-gradient(top,#f0eee7,#e8d89f);
  background-image: -moz-linear-gradient(top,#f0eee7,#e8d89f);
  background-image: -o-linear-gradient(top,#f0eee7,#e8d89f);
  background-image: -ms-linear-gradient(top,#f0eee7,#e8d89f);
  background-image: linear-gradient(to bottom,#f0eee7,#e8d89f);
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5 {
  font-family: Lato;
}
body {
  overflow-x: hidden;
  background: #000;
  color: #fff;
}
.block-button-wrapper {
  padding: 10px 5px;
  margin-bottom: 1em;
}
.block-button-wrapper br {
  display: none;
}
.block-button-wrapper .block-button {
  text-decoration: none !important;
  background-color: #23cbe6;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#42e1fa, endColorstr=#05b5d1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#42e1fa, endColorstr=#05b5d1)';
  background-image: -webkit-gradient(linear,left top,left bottom,from(#42e1fa),to(#05b5d1));
  background-image: -webkit-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: -moz-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: -o-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: -ms-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: linear-gradient(to bottom,#42e1fa,#05b5d1);
  border: 2px solid #05b5d1;
  color: #fff !important;
  font-weight: bold;
  display: block;
  padding: 0.5em 0;
  text-align: center;
  transition: 0.5s all;
  text-transform: uppercase;
}
.block-button-wrapper .block-button:hover {
  background: #fff;
  color: #333 !important;
}
.block-button-wrapper .block-button i {
  margin-right: 5px;
}
.block-button-wrapper .block-button.inverted {
  background: #fff;
  color: #333 !important;
}
.block-button-wrapper .block-button.inverted:hover {
  color: #fff !important;
  background-color: #23cbe6;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#42e1fa, endColorstr=#05b5d1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#42e1fa, endColorstr=#05b5d1)';
  background-image: -webkit-gradient(linear,left top,left bottom,from(#42e1fa),to(#05b5d1));
  background-image: -webkit-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: -moz-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: -o-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: -ms-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: linear-gradient(to bottom,#42e1fa,#05b5d1);
}
.block-button-row {
  display: table;
  width: 100%;
}
.block-button-row .block-button-wrapper {
  display: table-cell;
}
.block-button-row .block-button-wrapper:first-child {
  padding-left: 0;
}
.block-button-row .block-button-wrapper:last-child {
  padding-right: 0;
}
.pre-header {
  padding: 10px 0;
  text-align: center;
  background: #05b5d1;
  border: none;
}
.pre-header a {
  color: #fff;
  text-transform: uppercase;
  line-height: 24px;
}
.pre-header a:hover {
  text-decoration: underline;
  color: #fff;
}
.pre-header a i {
  font-size: 24px;
  margin-right: 5px;
  vertical-align: top;
}
.pre-header a span {
  font-weight: bold;
}
.content-section .button,
.content-block .button {
  background: #05b5d1;
  display: inline-block;
  color: #fff;
  border: 2px solid #05b5d1;
  padding: 10px 5px;
  font-size: 14px;
  margin: 0 5px;
  text-decoration: none;
  transition: 0.5s all;
  min-width: 250px;
  font-weight: bold;
}
.content-section .button:hover,
.content-block .button:hover {
  background: transparent;
  color: #333;
  border-color: #333;
  text-decoration: none;
}
.button.inverted {
  border: 2px solid #333;
  display: inline-block;
  color: #333;
  background: transparent;
  padding: 10px 5px;
  font-size: 14px;
  margin: 0 5px;
  text-decoration: none;
  transition: 0.5s all;
  min-width: 210px;
}
.button.inverted:hover {
  background: #05b5d1;
  color: #fff;
  border-color: #05b5d1;
  text-decoration: none;
}
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: Lato, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Oswald, sans-serif;
}
.widget h3 {
  font-family: Lato, sans-serif;
}
body hr {
  border-top-color: #333;
}
.border-button {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 10px;
  line-height: 18px;
  display: inline-block;
}
.border-button:hover {
  background: #05b5d1;
  color: #fff;
  text-decoration: none;
}
header a {
  color: #05b5d1;
  transition: 0.5s all;
}
header a:hover {
  color: #333;
}
header .header {
  padding: 5px 0;
}
header .header .lead {
  margin-bottom: 0;
}
header .header .social {
  padding-left: 0;
  margin: 10px 0 5px;
}
header .header .social li {
  margin: 0 10px 0;
  font-size: 24px;
}
header .header .social li a {
  color: #05b5d1;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 33px;
  text-align: center;
  border-radius: 5px;
}
header .header .social li a:hover {
  background: #05b5d1;
  color: #fff;
}
header .logo {
  max-width: 100%;
  height: auto;
}
header .nav-select {
  display: none;
}
header .header-left a {
  color: #333;
  text-decoration: underline;
}
header .header-left a:hover {
  text-decoration: none;
}
header .header-right {
  text-align: right;
}
header .header-appointment {
  margin-bottom: 5px !important;
}
header .header-appointment a {
  color: #05b5d1;
  border: 1px solid #fff;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px;
  letter-spacing: 1px;
}
header .header-appointment a img {
  width: auto;
  height: 32px;
  margin-right: 10px;
}
header .header-appointment a:hover {
  background: #fff;
  color: #05b5d1;
  border: 1px solid #05b5d1;
}
header .header-address span {
  display: none;
}
header .header-phone {
  color: #fff;
  background: #05b5d1;
  border: 1px solid #05b5d1;
  font-weight: bold;
  transition: 0.5s all;
  margin-bottom: 10px !important;
}
header .header-phone:hover {
  background: #fff;
  color: #05b5d1;
  text-decoration: none;
}
header .header-phone:hover a {
  text-decoration: none;
}
header .header-phone:hover a span {
  text-decoration: none;
}
header .header-phone:hover a:hover {
  text-decoration: none;
}
header .header-phone:hover a:hover span {
  text-decoration: none;
}
header .header-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
header .header-address {
  color: #fff;
  padding-top: 25px;
  text-align: center;
}
header .header-address .inner {
  display: inline-block;
  text-align: left;
}
header .header-address a {
  color: #fff;
}
header .header-address i {
  color: #05b5d1;
  font-size: 36px;
  vertical-align: middle;
  margin-right: 20px;
}
header .header-address p {
  margin-bottom: 0;
}
header .header-address a.phone-link {
  font-size: 20px;
}
header .header-address a.map-link {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 13px;
}
header .header-address a.map-link:hover {
  text-decoration: none;
}
header .header-address .address-wrapper {
  position: relative;
  padding-left: 35px;
  font-size: 13px;
  line-height: 1.2;
}
header .header-address .address-wrapper address {
  margin-bottom: 5px;
}
header .header-address .address-wrapper i {
  position: absolute;
  left: -2px;
  top: 0;
}
header .header-social {
  padding-top: 40px;
  text-align: center;
}
header .header-social h3 {
  color: #fff;
  font-size: 20px;
  margin: 0;
}
header .header-social ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
header .header-social ul li {
  display: inline-block;
  margin: 0;
}
header .header-social ul li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 24px;
  line-height: 36px;
  border-radius: 5px;
}
header .header-social ul li a:hover {
  background: #05b5d1;
  color: #fff;
}
header .header-logo-links p {
  margin-bottom: 0;
}
header .nav-border img {
  max-width: 100%;
  height: auto;
}
header .nav-wrapper {
  background: #232323;
  padding: 10px 2.5em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .nav-wrapper .logo-wrapper {
  display: none;
  width: 370px;
  position: relative;
}
header .nav-wrapper .logo-wrapper img {
  max-height: 130px;
  width: auto;
}
header .nav-wrapper .header-nav-wrapper {
  width: auto;
  flex: auto;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  align-items: right;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
header .nav-wrapper ul.header-nav > li {
  margin: 7px 0 7px 10px;
  position: relative;
}
header .nav-wrapper ul.header-nav > li:first-child {
  margin-left: 0;
}
header .nav-wrapper ul.header-nav > li:last-child {
  margin-right: 0;
}
header .nav-wrapper ul.header-nav > li:after {
  position: absolute;
  height: 15px;
  width: 1px;
  background: #05b5d1;
  left: -8px;
}
header .nav-wrapper ul.header-nav > li a {
  padding: 3px 6px;
}
header .nav-wrapper ul.header-nav > li a:hover {
  text-decoration: none;
  background-color: #23cbe6;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#42e1fa, endColorstr=#05b5d1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#42e1fa, endColorstr=#05b5d1)';
  background-image: -webkit-gradient(linear,left top,left bottom,from(#42e1fa),to(#05b5d1));
  background-image: -webkit-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: -moz-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: -o-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: -ms-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: linear-gradient(to bottom,#42e1fa,#05b5d1);
}
header .nav-wrapper .header-nav {
  margin-top: 0;
}
header .nav-wrapper .header-nav > li {
  margin: 7px 0 7px 20px;
  position: relative;
  cursor: pointer;
}
header .nav-wrapper .header-nav > li:after {
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  border-left: 1px solid #fff;
}
header .nav-wrapper .header-nav > li:first-child:after {
  display: none;
}
header .nav-wrapper .header-nav > li > a {
  color: #fff;
}
header .nav-wrapper .header-nav ul.dropdown-menu a {
  color: #333;
}
header .nav-wrapper .header-nav > li > ul.dropdown-menu > li > a:focus,
header .nav-wrapper .header-nav > li > ul.dropdown-menu > li > a:hover {
  color: #fff;
  background: #05b5d1;
}
header .nav-wrapper .header-nav > li:hover > ul.dropdown-menu {
  background: #fff;
}
header .nav-wrapper .header-nav .dropdown-menu > li > a:focus,
header .nav-wrapper .header-nav .dropdown-menu > li > a:hover {
  color: #fff;
  background: #05b5d1;
}
header .nav-wrapper {
  transition: 0.5s all;
}
header .nav-wrapper .col-lg-2 {
  transition: 0.5s all;
}
header .nav-wrapper .header-nav {
  transition: 0.5s all;
}
header .nav-wrapper.sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding: 10px 2.5em;
}
header .nav-wrapper.sticky .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .nav-wrapper.sticky .header-nav-wrapper {
  width: auto;
  display: inline-block;
}
header .nav-wrapper.sticky .logo-wrapper {
  width: 200px;
}
header .nav-wrapper.sticky .header-logo-text {
  display: none;
}
header .nav-wrapper.sticky .social {
  display: none;
}
header .nav-wrapper.sticky .col-lg-2 {
  width: 120px;
}
header .nav-wrapper.sticky .col-lg-10 {
  float: right;
}
header .nav-wrapper.sticky .header-nav {
  font-size: 14px;
}
header .nav-wrapper.sticky img {
  max-height: 50px;
}
header .nav-wrapper.sticky .logo-wrapper {
  display: inline-block;
  width: auto;
}
body.admin-bar .nav-wrapper.sticky {
  top: 32px;
}
.banner-section {
  font-family: Lato;
}
.banner-section .overlay {
  bottom: 30px !important;
  left: 20px !important;
  top: auto !important;
  right: auto !important;
  position: absolute;
  background: rgba(0,0,0,0.5) !important;
  height: auto !important;
  padding: 10px 25px;
  border-radius: 10px;
  text-align: left !important;
  width: auto;
  display: block !important;
}
.banner-section .overlay h2 {
  white-space: normal;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-shadow: none !important;
  text-transform: uppercase !important;
  margin: 0;
  line-height: 1.3;
}
.banner-section .overlay h3 {
  text-shadow: none !important;
  font-style: italic;
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.after-banner-section {
  padding: 2em 0;
  font-family: Lato;
  border-top: 6px solid #05b5d1;
  border-bottom: 6px solid #05b5d1;
}
.after-banner-section > .container > .row > div {
  text-align: center;
  position: relative;
}
.after-banner-section > .container > .row > div h5 {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
}
.after-banner-section > .container > .row > div img {
  max-height: 120px;
}
.after-banner-section > .container > .row > div a {
  color: #fff;
  transition: 0.5s all;
}
.after-banner-section > .container > .row > div a:hover {
  text-decoration: none;
  color: #05b5d1;
}
.after-banner-section > .container > .row > div a:hover .button {
  background: transparent;
  color: #05b5d1;
}
.after-banner-section > .container > .row > div a:hover h5 {
  color: #05b5d1;
  font-weight: bold;
}
.after-banner-section > .container > .row > div span.button {
  background-color: #23cbe6;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#42e1fa, endColorstr=#05b5d1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#42e1fa, endColorstr=#05b5d1)';
  background-image: -webkit-gradient(linear,left top,left bottom,from(#42e1fa),to(#05b5d1));
  background-image: -webkit-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: -moz-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: -o-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: -ms-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: linear-gradient(to bottom,#42e1fa,#05b5d1);
  border: 1px solid #05b5d1;
  color: #fff;
  padding: 10px;
  display: inline-block;
  margin-top: 1em;
  transition: 0.5s all;
}
.after-banner-section > .container > .row > div span.button i {
  margin-right: 5px;
}
.after-banner-section > .container > .row > div:last-child:after {
  display: none;
}
.services-section {
  padding: 25px 0;
  background: #666666;
  background-position: center center;
}
.services-section h3 {
  font-size: 22px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-family: Lato;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 0;
}
.services-section h2 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  text-transform: none;
  color: #05b5d1;
  margin-bottom: 20px;
  margin-top: 10px;
  font-family: Lato;
}
.services-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services-section ul li {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 20px 20px 20px;
  margin-bottom: 20px;
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  text-align: center;
  vertical-align: top;
  transition: 0.5s all;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.services-section ul li .overlay {
  background: rgba(200,200,200,0.5);
  border-bottom: 4px solid #05b5d1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 64px;
  transition: 0.5s all;
}
.services-section ul li .overlay h4 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
.services-section ul li:hover .overlay {
  background: #05b5d1;
}
.services-section ul li:hover h4 {
  color: #000;
}
.services-section ul li:hover .description {
  color: #fff;
}
.services-section ul li a {
  display: inline-block;
  position: relative;
}
.services-section ul li a:hover {
  text-decoration: none;
}
.services-section ul li a .image-wrapper {
  position: relative;
  text-align: center;
}
.services-section ul li a img {
  max-width: 100%;
  height: auto;
}
.services-section .button-wrapper {
  text-align: center;
  margin: 10px 0 20px;
}
.services-section .button-wrapper a {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 5px 70px;
  display: inline-block;
  transition: 0.5s all;
}
.services-section .button-wrapper a:hover {
  text-decoration: none;
  background: #fff;
  color: #05b5d1;
}
.custom-section.hours-section {
  background: #616270;
  color: #fff;
  padding: 10px 0 0;
}
.custom-section.hours-section span {
  display: inline-block;
}
.custom-section.hours-section .left span.name {
  width: 80px;
}
.custom-section.hours-section .right span.name {
  width: 150px;
}
.custom-section.hours-section p span {
  display: inline-block;
}
.hours-mission-section .left-content {
  flex-direction: row !important;
  justify-content: space-around !important;
}
.hours-mission-section .left-content .content h3 {
  color: #05b5d1;
  font-size: 24px;
  line-height: 2em;
}
.hours-mission-section .left-content .content ul {
  padding-left: 0px;
  list-style: none;
}
.hours-mission-section .left-content .content ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.hours-mission-section .left-content .content ul li:before {
  content: '-';
  position: absolute;
  left: 0;
}
.hours-mission-section .right-content {
  color: #fff;
  line-height: 2.3em;
}
.hours-mission-section .right-content h3 {
  font-size: 24px;
  color: #fff !important;
  display: inline-block !important;
  position: relative;
  line-height: 2em;
  padding: 0 20px;
}
.hours-mission-section .right-content h3:after {
  content: '';
  position: absolute;
  background: #fff;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hours-mission-section .right-content p {
  margin-bottom: 20px;
}
.hours-mission-section .right-content a.button {
  background: #fff;
  border: 1px solid #fff;
  color: #05b5d1;
  min-width: 0;
  padding: 7px 20px;
  line-height: 1em;
}
.hours-mission-section .right-content a.button:hover {
  background: transparent;
  color: #fff;
}
.about-section {
  text-align: center;
  color: #fff !important;
  background-size: cover;
}
.about-section h3 {
  font-size: 24px;
  color: #fff !important;
  margin-bottom: 20px;
}
.about-section .lead {
  font-weight: normal;
  margin-bottom: 30px;
}
.about-section ul {
  list-style: none;
  padding: 0;
  margin-left: 50px;
  text-align: left;
}
.about-section ul li {
  padding-left: 30px;
  position: relative;
}
.about-section ul li:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f14a';
  font-size: 20px;
  line-height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.about-section ul li {
  margin-bottom: 10px;
}
.tagline-section .split-content-padding {
  padding: 5em !important;
}
.tagline-section .left-content {
  background-size: cover;
}
.tagline-section .right-content {
  text-align: center;
  line-height: 1.75em;
}
.page-template-page-landing .nav-wrapper {
  border-bottom: none;
}
.page-template-page-landing .content-section .content {
  padding-top: 2.5em;
}
.page-template-page-landing .content-section .sidebar {
  text-align: center;
}
.content-section .content {
  padding-bottom: 1.5em;
  padding-top: 0 !important;
}
.content-section .content p {
  margin-bottom: 10px !important;
}
.content-section .sidebar {
  padding-top: 1.5em !important;
  background: transparent !important;
}
.content-section .sidebar h3:first-child {
  margin-top: 0;
}
.content-section .sidebar .address-widget h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.page-template-default .content-section,
.page-template-page-sidebar-left .content-section {
  background: none !important;
}
.page-template-page-landing .content-section .page-header {
  margin-bottom: 1em !important;
}
.page-template-page-landing .sidebar {
  padding-top: 10px !important;
}
.content-section,
.content-block {
  background: #fff;
  color: #fff;
  text-align: left;
}
.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6,
.content-block h1,
.content-block h2,
.content-block h3,
.content-block h4,
.content-block h5,
.content-block h6 {
  font-family: Lato;
}
.content-section h1,
.content-block h1 {
  font-size: 26px;
  font-weight: bold;
}
.content-section h3,
.content-block h3 {
  font-size: 20px;
  font-weight: bold !important;
}
.content-section h3:first-child,
.content-block h3:first-child {
  margin-top: 0;
}
.content-section .page-header,
.content-block .page-header {
  border-bottom: 0;
  text-align: left;
  position: relative;
  padding-bottom: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.content-section .page-header h1,
.content-block .page-header h1 {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  line-height: 1;
}
.content-section .page-header h2,
.content-block .page-header h2 {
  color: #999999;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}
.content-section .page-header:after,
.content-block .page-header:after {
  content: '';
  border-bottom: 1px solid #999;
  width: 200px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.content-section a,
.content-block a {
  color: #fff;
  text-decoration: underline;
}
.content-section a:hover,
.content-block a:hover {
  text-decoration: none;
}
.content-section p,
.content-block p {
  margin-bottom: 15px;
}
.content-section .content,
.content-block .content {
  padding-top: 1em;
}
.content-section .content h1,
.content-block .content h1 {
  color: #05b5d1;
  font-weight: normal;
  display: block;
}
.content-section .content h2,
.content-block .content h2 {
  color: #05b5d1;
  font-weight: normal;
  display: block;
}
.content-section .content h3,
.content-block .content h3 {
  color: #05b5d1;
  font-weight: normal;
  display: block;
}
.content-section .content .call-to-action,
.content-block .content .call-to-action {
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}
.content-section .content .call-to-action .lead,
.content-block .content .call-to-action .lead {
  font-weight: bold;
  font-size: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.content-section .content .call-to-action hr,
.content-block .content .call-to-action hr {
  border-top: 1px solid #fff !important;
  border-bottom: none !important;
  width: 100% !important;
}
.content-section .content .call-to-action .block-button-wrapper,
.content-block .content .call-to-action .block-button-wrapper {
  display: inline-block;
  width: 33%;
  max-width: 300px;
}
.content-section .content .call-to-action p,
.content-block .content .call-to-action p {
  margin: 0;
}
.content-section .content .call-to-action hr,
.content-block .content .call-to-action hr {
  border-top: none;
  border-bottom: 4px solid #333;
  width: 25%;
  margin: 30px auto;
}
.content-section .content .call-to-action h4,
.content-block .content .call-to-action h4 {
  font-size: 20px;
  color: #333;
  text-align: center;
  margin-top: 0;
  font-weight: bold;
  line-height: 1.4;
  text-transform: none;
}
.content-section .sidebar,
.content-block .sidebar {
  padding: 20px 20px;
  background: #ebefed;
}
.content-section .sidebar a.button,
.content-block .sidebar a.button {
  color: #fff;
  background: none;
  padding: 0;
  border: none;
  text-decoration: underline;
  display: none;
}
.content-section .sidebar img,
.content-block .sidebar img {
  max-width: 100%;
  height: auto;
}
.content-section .sidebar h3,
.content-block .sidebar h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.content-section .sidebar .footer-address,
.content-section .sidebar .footer-phone,
.content-section .sidebar .footer-email,
.content-block .sidebar .footer-address,
.content-block .sidebar .footer-phone,
.content-block .sidebar .footer-email {
  display: flex;
  margin-bottom: 10px;
}
.content-section .sidebar .footer-phone,
.content-section .sidebar .footer-email,
.content-block .sidebar .footer-phone,
.content-block .sidebar .footer-email {
  font-size: 18px;
}
.content-section .sidebar .footer-email i,
.content-block .sidebar .footer-email i {
  font-size: 18px;
}
.content-section .sidebar i,
.content-block .sidebar i {
  width: 40px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  color: #05b5d1;
}
.content-section .sidebar p,
.content-block .sidebar p {
  font-size: 14px;
  margin-bottom: 5px;
}
.content-section .sidebar address,
.content-block .sidebar address {
  margin-bottom: 5px;
  font-size: 16px;
}
.content-section .sidebar .widget,
.content-block .sidebar .widget {
  margin-top: 25px;
}
.content-section .sidebar .widget:first-child,
.content-block .sidebar .widget:first-child {
  margin-top: 0;
}
.content-section .sidebar .widget a,
.content-block .sidebar .widget a {
  color: #05b5d1;
}
.content-section .sidebar .services-nav a:hover,
.content-block .sidebar .services-nav a:hover {
  color: #fff;
}
.content-section .sidebar .services-nav li a,
.content-block .sidebar .services-nav li a {
  font-size: 12px;
}
.content-section .sidebar .social,
.content-block .sidebar .social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-section .sidebar .social li,
.content-block .sidebar .social li {
  display: inline-block;
  font-size: 32px;
  margin: 0 10px;
}
.content-section .sidebar .social li a,
.content-block .sidebar .social li a {
  color: #333;
}
.content-section .sidebar .social li a:hover,
.content-block .sidebar .social li a:hover {
  color: #05b5d1;
}
.content-section .sidebar .clock-wrapper,
.content-block .sidebar .clock-wrapper {
  text-align: center;
}
.content-section .pre-split-content,
.content-block .pre-split-content {
  margin-bottom: 0px;
}
.content-section .pre-split-content p,
.content-block .pre-split-content p {
  margin-bottom: 0;
}
.content-section address,
.content-block address {
  font-size: 16px;
  margin-bottom: 5px;
}
.content-section .page-header {
  padding-bottom: 20px;
  margin-top: 30px;
}
.content-section .page-header h1 {
  color: #05b5d1;
  font-weight: normal;
}
.cpm-form.cpm-form-style-default input[type='text'],
.cpm-form.cpm-form-style-default input[type='email'],
.cpm-form.cpm-form-style-default textarea,
.cpm-form.cpm-form-style-default select {
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.cpm-form.cpm-form-style-default input[type='text']:focus,
.cpm-form.cpm-form-style-default input[type='email']:focus,
.cpm-form.cpm-form-style-default textarea:focus,
.cpm-form.cpm-form-style-default select:focus {
  outline: none;
  border-bottom-color: #05b5d1;
}
.cpm-form.cpm-form-style-default input[type='text']::placeholder,
.cpm-form.cpm-form-style-default input[type='email']::placeholder,
.cpm-form.cpm-form-style-default textarea::placeholder,
.cpm-form.cpm-form-style-default select::placeholder {
  color: #fff;
  text-transform: uppercase;
}
.cpm-form.cpm-form-style-default .cpm-form-button-row input[type='submit'] {
  background: transparent;
  border-radius: 0;
  border: 2px solid #fff;
  text-transform: uppercase;
}
.cpm-form.cpm-form-style-default .cpm-form-button-row input[type='submit']:hover {
  background: #fff;
}
.page-template-page-landing .content-section {
  padding: 0 0 30px;
  margin: 20px 0;
  background-size: 90% !important;
  background-position: center center !important;
  line-height: 1.5em;
  text-align: left;
  color: #fff;
  background-attachment: scroll !important;
}
.page-template-page-landing .content-section h1,
.page-template-page-landing .content-section h2,
.page-template-page-landing .content-section h3,
.page-template-page-landing .content-section h4,
.page-template-page-landing .content-section h5,
.page-template-page-landing .content-section h6 {
  color: #fff;
  text-align: center;
}
.page-template-page-landing .content-section h1 {
  font-size: 26px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.page-template-page-landing .content-section h2 {
  font-size: 22px;
  color: #fff;
  text-transform: none;
  margin-top: 0;
}
.page-template-page-landing .content-section h1,
.page-template-page-landing .content-section h2 {
  text-align: center;
}
.page-template-page-landing .content-section h4 {
  text-transform: none;
  margin-top: 0;
  font-weight: bold;
  font-size: 1.2em;
}
.page-template-page-landing .content-section .page-header {
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0;
}
.page-template-page-landing .content-section .page-header:after {
  display: none;
}
.page-template-page-landing .content-section p {
  margin-bottom: 10px;
}
.page-template-page-landing .content-section a {
  color: #fff;
  text-decoration: underline;
}
.page-template-page-landing .content-section a:hover {
  text-decoration: none;
  color: #05b5d1;
}
.custom-section.map-section {
  border-top: 8px solid #05b5d1;
  border-bottom: 8px solid #05b5d1;
  height: 366px;
}
.custom-section.contact-map-section {
  background: #616270;
}
.custom-section.contact-map-section .left {
  width: 40%;
  float: left;
  color: #fff;
  text-align: right;
  padding: 20px;
}
.custom-section.contact-map-section .left .inner {
  display: inline-block;
  text-align: center;
}
.custom-section.contact-map-section .left p {
  margin: 0;
}
.custom-section.contact-map-section .left a {
  color: #fff;
  text-decoration: underline;
}
.custom-section.contact-map-section .left a:hover {
  text-decoration: none;
}
.custom-section.contact-map-section .left .button.inverted {
  border-color: #fff;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 0;
  padding: 10px 10px;
}
.custom-section.contact-map-section .left ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.custom-section.contact-map-section .left ul li {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}
.custom-section.contact-map-section .left ul li a {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  transition: 0.5s all;
}
.custom-section.contact-map-section .left ul li a:hover {
  color: #05b5d1;
  background-color: #fff;
}
.custom-section.contact-map-section .right {
  width: 60%;
  float: left;
}
.custom-section.testimonial-section {
  text-align: center;
  padding: 20px 0;
  position: relative;
}
.custom-section.testimonial-section .single-testimonial {
  padding: 0 150px;
}
.custom-section.testimonial-section .single-testimonial .testimonial-content {
  display: block;
  margin-bottom: 10px;
}
.custom-section.testimonial-section .single-testimonial .testimonial-credit {
  display: block;
  font-size: 18px;
}
.custom-section.testimonial-section .single-testimonial:before {
  background: url('../img/quote-open.png');
  display: block;
  width: 57px;
  height: 49px;
  content: '';
  position: absolute;
  top: 0;
  left: 90px;
}
.custom-section.testimonial-section .single-testimonial:after {
  background: url('../img/quote-closed.png');
  display: block;
  width: 57px;
  height: 49px;
  content: '';
  position: absolute;
  bottom: 20px;
  right: 90px;
}
footer {
  background: #fff;
}
footer ul {
  padding: 0;
  list-style: none;
}
footer ul a {
  text-decoration: none;
}
footer ul a:hover {
  text-decoration: underline;
}
footer .footer-top {
  background: #05b5d1;
  text-align: left;
  padding: 40px 0 20px;
}
footer .footer-top h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
footer .footer-top .footer-top-left {
  color: #fff;
}
footer .footer-top .footer-top-left i {
  color: #05b5d1;
}
footer .footer-top .footer-top-left a {
  text-decoration: none;
}
footer .footer-top .footer-top-left a:hover {
  text-decoration: underline;
}
footer .footer-top .footer-top-left .footer-address {
  display: flex;
  margin-bottom: 10px;
}
footer .footer-top .footer-top-left .footer-address i {
  font-size: 36px;
  width: 60px;
  text-align: center;
}
footer .footer-top .footer-top-left .footer-hours {
  display: flex;
  margin-bottom: 10px;
}
footer .footer-top .footer-top-left .footer-hours i {
  width: 60px;
}
footer .footer-top .footer-top-left .footer-hours p {
  margin-bottom: 0;
}
footer .footer-top .footer-top-left .footer-phone {
  display: flex;
  margin-bottom: 10px;
  font-size: 22px;
}
footer .footer-top .footer-top-left .footer-phone i {
  width: 60px;
  text-align: center;
  font-size: 36px;
}
footer .footer-top .footer-top-left .footer-email {
  display: flex;
  margin-bottom: 10px;
  font-size: 20px;
}
footer .footer-top .footer-top-left .footer-email i {
  width: 60px;
  text-align: center;
  font-size: 24px;
}
footer .footer-top .cpm-form input[type='text'],
footer .footer-top .cpm-form input[type='email'] {
  padding: 0;
  height: 30px;
}
footer .footer-top .cpm-form textarea {
  padding-top: 0;
}
footer .footer-top .cpm-form input[type='text'],
footer .footer-top .cpm-form input[type='email'],
footer .footer-top .cpm-form textarea {
  background: transparent;
  color: #fff;
  border: none !important;
  box-shadow: none !important;
  border-bottom: 2px solid #fff !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 13px !important;
  margin-bottom: 20px;
}
footer .footer-top .cpm-form input[type='text']::placeholder,
footer .footer-top .cpm-form input[type='email']::placeholder,
footer .footer-top .cpm-form textarea::placeholder {
  color: #fff;
  text-transform: uppercase;
}
footer .footer-top .cpm-form input[type='text']:active,
footer .footer-top .cpm-form input[type='text']:focus,
footer .footer-top .cpm-form input[type='email']:active,
footer .footer-top .cpm-form input[type='email']:focus,
footer .footer-top .cpm-form textarea:active,
footer .footer-top .cpm-form textarea:focus {
  outline: none;
  box-shadow: none important;
  border-bottom-color: #05b5d1 !important;
}
footer .footer-top .cpm-form textarea {
  height: 60px !important;
}
footer .footer-top .cpm-form input[type='submit'] {
  text-transform: uppercase;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 15px 35px;
  transition: 0.5s all;
}
footer .footer-top .cpm-form input[type='submit']:hover {
  background: #fff;
  color: #333;
}
footer .footer-top .cpm-form .two-col {
  display: flex;
  justify-content: space-between;
}
footer .footer-top .cpm-form .two-col > span {
  width: 48%;
}
footer .footer-top .footer-left {
  text-align: left;
  font-size: 16px;
}
footer .footer-top .footer-left h3 {
  text-transform: none;
  font-weight: bold;
  font-size: 16px;
  margin-top: 0;
}
footer .footer-top .footer-center {
  text-align: center;
}
footer .footer-top .footer-center h2 {
  margin: 0;
  font-family: Oswald;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
footer .footer-top .footer-center p {
  margin-bottom: 0;
  color: #fff;
}
footer .footer-top .footer-center address {
  color: #fff;
  margin-bottom: 10px;
}
footer .footer-top .footer-center .social {
  margin-top: 20px;
  margin-bottom: 0;
}
footer .footer-top .footer-center .button {
  border: 1px solid #fff;
  background: #333;
  color: #fff;
  transition: 0.5s all;
  text-decoration: none;
  display: inline-block;
  padding: 5px 15px;
}
footer .footer-top .footer-center .button:hover {
  background: transparent;
}
footer .footer-top .footer-right .widget {
  height: 100%;
}
footer .footer-top .address-widget {
  color: #fff !important;
}
footer .footer-top .address-widget a {
  color: #fff !important;
}
footer .footer-top .address-widget a.contact-button {
  border: 1px solid #fff;
  color: #fff !important;
}
footer .footer-top .address-widget a.contact-button:hover {
  background: #fff;
  color: #333 !important;
}
footer .footer-top .team-widget {
  color: #fff;
}
footer .footer-top .team-widget h3 {
  color: #daeef0;
}
footer .footer-top h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0;
}
footer .footer-middle {
  background: #242424;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
footer .footer-middle .footer-tagline {
  background: transparent;
  text-align: center;
  text-transform: none;
  font-style: italic;
  font-weight: bold;
}
footer .footer-middle h3,
footer .footer-middle h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
footer .footer-middle h4 {
  font-size: 14px;
}
footer .footer-middle .footer-middle-left ul {
  list-style: none;
  padding-left: 0;
}
footer .footer-middle .footer-middle-left ul li {
  margin-bottom: 5px;
}
footer .footer-middle .footer-middle-center h3 {
  text-align: center;
}
footer .footer-middle .footer-middle-center ul li {
  width: 49%;
  display: inline-block;
  margin-bottom: 5px;
}
footer .footer-middle .footer-middle-right {
  padding-top: 25px;
  text-align: center;
}
footer .footer-middle .footer-middle-right img {
  max-width: 100%;
}
footer .footer-middle .footer-middle-right .social {
  display: inline-block;
}
footer .footer-middle .footer-middle-right .social li {
  display: inline-block;
  margin-right: 10px;
}
footer .footer-middle .footer-middle-right .social li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 5px;
  display: inline-block;
  background: #fff;
  color: #333;
  font-size: 24px;
  text-align: center;
  transition: 0.5s all;
}
footer .footer-middle .footer-middle-right .social li a:hover {
  background: none;
  color: #fff;
}
footer .footer-top h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  text-align: left;
}
footer .footer {
  margin: 0;
}
footer .footer .social {
  text-align: center;
  margin-top: 25px;
}
footer .footer .social li {
  display: inline-block;
  margin-right: 10px;
  font-size: 28px;
  text-align: center;
}
footer .footer .social li a {
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: inline-block;
  transition: all 0.5s;
}
footer .footer .social li a:hover {
  background: #fff;
  color: #05b5d1;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
footer .footer-copy-maker,
footer .footer-disclaimer {
  color: #fff;
  font-size: 12px;
  background: #000;
}
footer .footer-copy-maker ul li,
footer .footer-disclaimer ul li {
  border-left-color: #fff;
}
footer .footer-copy-maker a,
footer .footer-disclaimer a {
  text-decoration: underline;
  color: #fff;
  text-transform: none;
}
footer .footer-copy-maker a:hover,
footer .footer-disclaimer a:hover {
  text-decoration: none;
}
footer .footer-copy-maker {
  padding: 20px 0 10px;
}
footer .footer-disclaimer {
  text-align: left;
  padding: 15px 0 30px 0;
  line-height: 1.75;
}
footer .footer-disclaimer h4 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
footer .footer-nav {
  background: #048a9f;
  text-align: center;
  padding: 10px 0;
}
footer .footer-nav ul {
  margin-bottom: 0;
  text-align: center;
}
footer .footer-nav ul li {
  display: inline-block;
  margin: 0 15px 0 0;
  padding-right: 15px;
  position: relative;
}
footer .footer-nav ul li:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 15px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer-nav ul li:last-child:after {
  display: none;
}
footer .footer-nav a {
  color: #fff;
}
.wp-caption {
  text-align: center;
  color: #fff;
}
.request-appointment-section {
  background-color: #23cbe6;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#05b5d1, endColorstr=#42e1fa);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#05b5d1, endColorstr=#42e1fa)';
  background-image: -webkit-gradient(linear,left top,left bottom,from(#05b5d1),to(#42e1fa));
  background-image: -webkit-linear-gradient(top,#05b5d1,#42e1fa);
  background-image: -moz-linear-gradient(top,#05b5d1,#42e1fa);
  background-image: -o-linear-gradient(top,#05b5d1,#42e1fa);
  background-image: -ms-linear-gradient(top,#05b5d1,#42e1fa);
  background-image: linear-gradient(to bottom,#05b5d1,#42e1fa);
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,0.5);
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.request-appointment-section a {
  background-color: #23cbe6;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#42e1fa, endColorstr=#05b5d1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#42e1fa, endColorstr=#05b5d1)';
  background-image: -webkit-gradient(linear,left top,left bottom,from(#42e1fa),to(#05b5d1));
  background-image: -webkit-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: -moz-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: -o-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: -ms-linear-gradient(top,#42e1fa,#05b5d1);
  background-image: linear-gradient(to bottom,#42e1fa,#05b5d1);
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
  transition: 0.5s all;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 7px 15px;
}
.request-appointment-section a i {
  margin-right: 10px;
}
.request-appointment-section a:hover {
  text-decoration: none;
  color: #fff;
  background: #05b5d1;
}
.why-choose-section {
  color: #fff;
  text-align: center;
}
.why-choose-section .content {
  padding: 0 60px;
}
.why-choose-section h3,
.why-choose-section h5 {
  font-family: Oswald;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  font-size: 20px;
}
.why-choose-section p.lead {
  margin-bottom: 0;
}
.why-choose-section h3 {
  text-transform: uppercase;
}
.why-choose-section h5 {
  margin-bottom: 40px;
}
.why-choose-section ul {
  width: 50%;
  margin-bottom: 40px;
  margin-top: 40px;
  float: left;
  text-align: left;
  list-style: none;
  padding: 0;
}
.why-choose-section ul li {
  line-height: 26px;
  margin-bottom: 5px;
}
.why-choose-section ul li {
  padding-left: 30px;
  position: relative;
}
.why-choose-section ul li:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f14a';
  font-size: 20px;
  line-height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.why-choose-section ul li:before {
  color: #fff;
}
.why-choose-section ul.right {
  padding-left: 60px;
}
.address-widget {
  color: #333;
}
.address-widget a {
  color: #333 !important;
}
.address-widget p {
  margin-bottom: 0;
}
.address-widget a.contact-button {
  border: 1px solid #333;
  padding: 7px 10px;
  text-transform: uppercase;
  transition: 0.5s all;
  text-decoration: none;
}
.address-widget a.contact-button:hover {
  text-decoration: none;
  background: #333;
  color: #fff !important;
}
.team-widget {
  color: #333;
}
.team-widget h3 {
  color: #333;
  text-align: center;
}
.fifty-fifty {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fifty-fifty .left {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fifty-fifty .right {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-section.fifty-fifty-kids-section {
  background: #fff;
  clear: both;
  position: relative;
}
.custom-section.fifty-fifty-kids-section .left img {
  max-height: 520px;
  width: 100%;
  height: auto;
}
.custom-section.fifty-fifty-kids-section .right .tagline {
  padding: 2.5em 2.5em;
  text-align: center;
}
.custom-section.fifty-fifty-kids-section .right .tagline p {
  margin: 0;
}
.custom-section.fifty-fifty-hours-section {
  background: #eaeaea;
  clear: both;
  position: relative;
}
.custom-section.fifty-fifty-hours-section .left {
  padding: 30px 0 40px;
}
.custom-section.fifty-fifty-hours-section .left h3 {
  color: #05b5d1;
  text-transform: uppercase;
  margin-top: 0;
}
.custom-section.fifty-fifty-hours-section .left .hours {
  padding: 0 120px;
  text-align: left;
}
.custom-section.fifty-fifty-hours-section .left .hours span {
  float: right;
}
.custom-section.fifty-fifty-hours-section .left .hours span.day {
  float: none;
}
.custom-section.fifty-fifty-hours-section .left .hours p {
  margin: 0;
}
.custom-section.fifty-fifty-hours-section .right {
  background: #333;
  color: #fff;
  padding: 25px 0 50px;
}
.custom-section.fifty-fifty-hours-section .right .emergency {
  padding: 0 140px;
  text-align: center;
}
.custom-section.fifty-fifty-hours-section .right .emergency h3 {
  text-transform: uppercase;
  color: #fff;
}
.custom-section.fifty-fifty-hours-section .right .emergency p {
  margin: 0;
}
.custom-section.fifty-fifty-hours-section .right .emergency a {
  color: #333;
  background: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  padding: 5px 10px;
  transition: 0.5s all;
}
.custom-section.fifty-fifty-hours-section .right .emergency a:hover {
  background: #000;
  color: #fff;
}
.page-template-page-landing .landing-hours.split-content .left-content {
  display: block !important;
}
.landing-hours .left-content {
  display: block;
}
.landing-hours .left-content-inner {
  width: 450px;
  float: right;
}
.landing-hours p {
  margin-bottom: 5px;
}
.landing-tagline {
  text-align: center;
  font-style: italic;
}
.landing-tagline .right-content {
  padding: 6em 2.5em !important;
}
.full-width-content .container-fluid {
  width: 100%;
}
.full-width-content .full-width-content-inner {
  padding: 2.5em;
}
.full-width-content .full-width-content-inner:after,
.full-width-content .full-width-content-inner:before {
  content: ' ';
  display: table;
}
.split-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.split-content .split-content-padding {
  padding: 2.5em;
}
.split-content .split-content-border {
  border-right: 1px solid #ddd;
}
.split-content .left-content,
.split-content .right-content,
.split-content .split-content-divider {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.split-content .left-content {
  color: #333;
}
.split-content .left-content h3 {
  color: #333;
}
.split-content .left-content a {
  color: #333;
}
.split-content .left-content a:hover {
  color: #333;
}
.split-content .right-content {
  color: #333;
}
.split-content .right-content h3 {
  color: #333;
}
.split-content .right-content a {
  color: #333;
}
.split-content .right-content a:hover {
  color: #333;
}
.image-page-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.image-page-header .image-page-header-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  max-width: 85px;
  height: auto;
  padding: 15px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  border-radius: 50%;
}
.image-page-header .image-page-header-logo img {
  max-width: 100%;
  max-height: 100%;
}
.image-page-header .image-page-header-left {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 6.5em 3.5em;
  text-align: center;
  color: #fff;
  background: #05b5d1;
}
.image-page-header .image-page-header-left h1,
.image-page-header .image-page-header-left h2,
.image-page-header .image-page-header-left h3 {
  color: #fff;
}
.image-page-header .image-page-header-left h1 {
  margin: 0px 0 20px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.image-page-header .image-page-header-left:after {
  width: 25%;
  height: 3px;
  background: #fff;
  content: '';
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.image-page-header .image-page-header-right {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-section .overlay {
  display: block;
  width: 33.333%;
  height: 100%;
  background: transparent;
  top: 0;
  right: 0;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-section .overlay .overlay-inner {
  text-align: center;
  padding: 2.5em 5em;
}
.banner-section .overlay .overlay-inner h1 {
  color: #fff;
  font-size: 30px;
  position: relative;
  margin-top: 0;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.banner-section .overlay .overlay-inner h1:after {
  content: ' ';
  width: 25%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.banner-section .overlay .overlay-inner h2 {
  color: #fff;
  font-size: 24px;
}
.banner-section .overlay .overlay-inner h1,
.banner-section .overlay .overlay-inner h2 {
  text-shadow: none;
  white-space: normal;
  line-height: 1.2;
}
.banner-section .overlay .overlay-inner:after {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 80px;
  height: 80px;
  background: url('/wp-content/uploads/2018/09/hand-logo.png');
  background-size: contain;
  background-color: rgba(255,255,255,0.5);
  background-repeat: no-repeat;
  background-position: center;
}
.cpm-office-hours {
  background: transparent;
}
.cpm-office-hours .cpm-office-hours-content {
  padding: 0 1.5rem;
}
.fb-wall {
  color: #fff;
}
