/*
** Theme SeniorCare Skin
*/
.box-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.boxed #box_wrapper.container {
  max-width: 100%;
  box-shadow: none;
}
@media (max-width: 1199px) {
  .boxed #box_wrapper.container {
    margin-top: 80px;
  }
}
.boxed #box_wrapper.container .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .boxed #box_wrapper.container {
    max-width: calc(100% - 120px);
  }
}

.icon-box h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}
.icon-box .icon-styled + h5 {
  margin-top: 28px;
}
.icon-box.bordered {
  padding: 40px 30px;
}

.special-heading span {
  line-height: 1.1;
}
@media (min-width: 575px) {
  .special-heading span {
    font-size: inherit;
  }
}
.special-heading .above {
  letter-spacing: 0;
  margin-bottom: 23px;
}

.quote-section-title {
  text-shadow: 1px 1px 2px #ffffff, 0 0 40px rgba(0, 0, 0, 0.07);
  letter-spacing: -0.12em;
}

@media (max-width: 767px) {
  .testimonials-owl.owl-theme blockquote {
    margin-bottom: 5px;
  }
}
.testimonials-owl.owl-theme .fw-testimonials-title {
  padding-bottom: 25px;
}
@media (min-width: 575px) {
  .testimonials-owl.owl-theme .fw-testimonials-title span {
    font-size: 36px;
  }
}
.testimonials-owl.owl-theme blockquote footer span {
  font-weight: 300;
  margin-top: 6px;
}
.testimonials-owl.owl-theme .owl-dots {
  font-weight: 500;
  margin-top: 17px;
}
.testimonials-owl.owl-theme .owl-dots .owl-dot:before {
  font-weight: 500;
}

.ls .testimonials-owl .owl-dot.active:before {
  color: var(--darkgrey_color);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea,
select,
.form-control {
  font-size: 16px;
  font-weight: 300;
  border-width: 1px;
}

form .has-placeholder label + [class*=flaticon-],
form .has-placeholder label + [class*=fa-] {
  font-size: 16px;
  top: 22px;
}
form .has-placeholder label + [class*=flaticon-] + .form-control,
form .has-placeholder label + [class*=fa-] + .form-control {
  padding-left: 65px;
}

textarea, textarea.form-control {
  padding-top: 17px;
  min-height: 120px;
}

a.logo .logo-text {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  a.logo .logo-text {
    font-size: 30px;
  }
}

.ds {
  color: #ffffff;
}

.social-icons a {
  margin-left: 8px;
  margin-right: 8px;
}
.social-icons a:first-child {
  margin-left: 0 !important;
}
.social-icons a:last-child {
  margin-right: 0 !important;
}
.social-icons a:before {
  font-size: 16px;
}
.social-icons a[class*=flaticon-]:before {
  font-size: 18px;
}

@media (max-width: 767px) {
  .page_topline .social-icons a {
    margin-left: 3px;
    margin-right: 3px;
  }
}
.page_footer .widget h3.widget-title,
.page_footer [class*=col-].text-center.text-md-left {
  text-align: left !important;
}
.page_footer .widget h3.widget-title {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 0;
  margin-bottom: 39px;
}
.page_footer .widget h3.widget-title:after {
  display: none;
}
.page_footer .widget_bloginfo img {
  top: -8px;
  margin-bottom: 23px;
}
.page_footer .widget_bloginfo .social-icons {
  margin-top: 24px;
}
.page_footer .widget_bloginfo .email {
  color: var(--accent_color_2);
}
.page_footer .widget_bloginfo .email:hover {
  color: #ffffff;
}
.page_footer .widget_bloginfo .list-unstyled {
  margin-top: -4px;
}
.page_footer .menu-footer-menu-container {
  margin-top: -5px;
  margin-left: -4px;
}
.page_footer .widget_nav_menu li {
  border: 0;
}
.page_footer .widget_nav_menu li a {
  padding-top: 5px;
}
.page_footer .widget_nav_menu li a:before {
  content: "\e904";
  font-family: "Flaticon2";
  position: relative;
  display: inline-block;
  margin-left: 5px;
  transform: rotate(-90deg);
}
.page_footer .widget_mc4wp_form_widget .mc4wp-form-fields > p {
  margin-bottom: 20px;
}
.page_footer .widget_mc4wp_form_widget button {
  width: 75px;
}
.page_footer .widget_mc4wp_form_widget button:before {
  content: "\e911";
  font-family: "Flaticon2" !important;
  font-size: 16px;
  font-weight: 100;
}
.page_footer.ds .widget_bloginfo p {
  color: #ffffff;
}
.page_footer.ds .widget_mailchimp input[type=email] {
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding-right: 45px;
}
.page_footer.ds .widget_mailchimp button:before {
  color: var(--accent_color_1);
}
.page_footer.ds .widget_mailchimp input:-moz-placeholder {
  color: var(--font_color);
}
.page_footer.ds .widget_mailchimp input::-moz-placeholder {
  color: var(--font_color);
  opacity: 1;
}
.page_footer.ds .widget_mailchimp input:-ms-input-placeholder {
  color: var(--font_color);
}
.page_footer.ds .widget_mailchimp input::-webkit-input-placeholder {
  color: var(--font_color);
}

.partners-section .owl-item a {
  opacity: 1;
}
.partners-section .owl-item a:hover {
  opacity: 0.5;
}

.item-layout-item-3 .vertical-item.post-item.post .item-media .date-absolute {
  background-color: rgba(var(--darkgrey_colorRGB), 0.5);
}
.item-layout-item-3 .vertical-item.post-item.post .item-media .date-absolute:hover {
  color: var(--accent_color_1);
}
.item-layout-item-3 .vertical-item.post-item.post .item-content {
  padding: 40px 60px 57px;
}
.item-layout-item-3 .vertical-item.post-item.post .entry-header {
  display: flex;
  flex-direction: column-reverse;
}
.item-layout-item-3 .vertical-item.post-item.post .entry-header .cat-links {
  margin-bottom: 10px;
}
.item-layout-item-3 .vertical-item.post-item.post .entry-header .cat-links a {
  background-color: transparent;
  color: var(--font_color);
  text-transform: uppercase;
}
.item-layout-item-3 .vertical-item.post-item.post .entry-header h6 {
  line-height: 1;
  margin-bottom: 0;
}

.vertical-item.team-item .font-weight-light {
  margin-bottom: 13px;
}
.vertical-item.team-item .social-icons.mt-3 {
  margin-top: 0 !important;
}

.ds.coming-soon .widget_mailchimp input[type=email] {
  border-color: rgba(255, 255, 255, 0.2);
}

.service-owl-carousel .owl-item:nth-child(2n) .service-item .icon-wrap i,
.service-owl-carousel .isotope-item:nth-child(2n) .service-item .icon-wrap i,
.service-isotope .owl-item:nth-child(2n) .service-item .icon-wrap i,
.service-isotope .isotope-item:nth-child(2n) .service-item .icon-wrap i {
  color: var(--accent_color_2);
}
.service-owl-carousel .owl-item:nth-child(2n) .service-item:hover .icon-wrap i.fa,
.service-owl-carousel .owl-item:nth-child(2n) .service-item:hover .icon-wrap i.flaticon,
.service-owl-carousel .isotope-item:nth-child(2n) .service-item:hover .icon-wrap i.fa,
.service-owl-carousel .isotope-item:nth-child(2n) .service-item:hover .icon-wrap i.flaticon,
.service-isotope .owl-item:nth-child(2n) .service-item:hover .icon-wrap i.fa,
.service-isotope .owl-item:nth-child(2n) .service-item:hover .icon-wrap i.flaticon,
.service-isotope .isotope-item:nth-child(2n) .service-item:hover .icon-wrap i.fa,
.service-isotope .isotope-item:nth-child(2n) .service-item:hover .icon-wrap i.flaticon {
  color: var(--accent_color_1);
}
.service-owl-carousel .icon-box.service-item,
.service-isotope .icon-box.service-item {
  padding: 55px 60px;
}
.service-owl-carousel .icon-box.service-item .icon-wrap,
.service-isotope .icon-box.service-item .icon-wrap {
  margin-bottom: 28px;
}
.service-owl-carousel .icon-box.service-item .icon-wrap i,
.service-isotope .icon-box.service-item .icon-wrap i {
  font-size: 60px;
}
.service-owl-carousel .icon-box.service-item h6,
.service-isotope .icon-box.service-item h6 {
  letter-spacing: 0;
  padding-bottom: 0;
  margin-bottom: 18px;
}
.service-owl-carousel .icon-box.service-item h6:after,
.service-isotope .icon-box.service-item h6:after {
  display: none;
}
.service-owl-carousel .icon-box.service-item .item-button,
.service-isotope .icon-box.service-item .item-button {
  display: none !important;
}
.service-owl-carousel .icon-box.service-item.bordered:hover,
.service-isotope .icon-box.service-item.bordered:hover {
  background-color: transparent;
}
.service-owl-carousel .icon-box.service-item.bordered:hover h6 a,
.service-isotope .icon-box.service-item.bordered:hover h6 a {
  color: var(--darkgrey_color);
}
.service-owl-carousel .icon-box.service-item.bordered:hover h6 a:hover,
.service-isotope .icon-box.service-item.bordered:hover h6 a:hover {
  color: var(--accent_color_1);
}
.service-owl-carousel .icon-box.service-item.bordered:hover p,
.service-isotope .icon-box.service-item.bordered:hover p {
  color: var(--font_color);
}
.service-owl-carousel .icon-box.service-item.small-pad,
.service-isotope .icon-box.service-item.small-pad {
  padding: 41px 40px;
}

.owl-nav .fa,
.owl-custom-nav .fa {
  font-family: "Flaticon2" !important;
}
.owl-nav .fa:before,
.owl-custom-nav .fa:before {
  content: "\e904";
  font-size: 16px;
  position: relative;
  display: inline-block;
  transform: rotate(90deg);
}
.owl-nav .owl-next .fa:before,
.owl-custom-nav .owl-next .fa:before {
  transform: rotate(-90deg);
}

.page_title.s-overlay:before {
  opacity: 0.7;
}
/*# sourceMappingURL=../../../../sourcemaps/seniorCare-skin.css.map */
