<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: SIFW
Theme URI:
Description: Specialist Imaging for Women WordPress Themes
Author: Jen Clark Design
Author URI: http://jenclarkdesign.com.au
Version: 1.0
*/

/* ===================================================================
  STRUCTURAL LAYOUT
=================================================================== */
html {
  font-size: 100%; /* 16px */
}

body {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  /*font-weight: 300;*/
  background: #fff;
  font-family: 'Raleway', sans-serif;
}

a {
  color: #EA0F6B;
  text-decoration: none
}

a:hover {
  color: #DB445F
}


/* Helper
------------------------------------------------------------------- */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-uppercase {
  text-transform: uppercase
}

.text-underline {
  text-decoration: underline;
}

.nomargin {
  margin: 0;
}

.float-right {
  float: right
}

.float-left {
  float: left;
}

.inline-list {
  list-style: none;
  margin-left: 0;
}

.inline-list li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.no-bullets {
  list-style: none;
  margin-left: 0;
}


/* Color
------------------------------------------------------------------- */
.background-primary {
  background: #EA0F6B;
  color: #fff;
}

.background-gray {
  background: #eee
}

.background-black {
  background: #403B36;
  color: #fff;
}



/* ===================================================================
  CUSTOM FONTS
=================================================================== */
@font-face {
    font-family: 'Muli';
    src: url('fonts/muli/muli-italic-webfont.eot');
    src: url('fonts/muli/muli-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/muli/muli-italic-webfont.woff2') format('woff2'),
         url('fonts/muli/muli-italic-webfont.woff') format('woff'),
         url('fonts/muli/muli-italic-webfont.ttf') format('truetype'),
         url('fonts/muli/muli-italic-webfont.svg#muliregularitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/muli/muli-semi-bolditalic-webfont.eot');
    src: url('fonts/muli/muli-semi-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/muli/muli-semi-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/muli/muli-semi-bolditalic-webfont.woff') format('woff'),
         url('fonts/muli/muli-semi-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/muli/muli-semi-bolditalic-webfont.svg#mulisemibolditalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/muli/muli-semibold-webfont.eot');
    src: url('fonts/muli/muli-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/muli/muli-semibold-webfont.woff2') format('woff2'),
         url('fonts/muli/muli-semibold-webfont.woff') format('woff'),
         url('fonts/muli/muli-semibold-webfont.ttf') format('truetype'),
         url('fonts/muli/muli-semibold-webfont.svg#mulisemibold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/muli/muli-webfont.eot');
    src: url('fonts/muli/muli-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/muli/muli-webfont.woff2') format('woff2'),
         url('fonts/muli/muli-webfont.woff') format('woff'),
         url('fonts/muli/muli-webfont.ttf') format('truetype'),
         url('fonts/muli/muli-webfont.svg#muliregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/muli/muli-light-webfont.eot');
    src: url('fonts/muli/muli-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/muli/muli-light-webfont.woff2') format('woff2'),
         url('fonts/muli/muli-light-webfont.woff') format('woff'),
         url('fonts/muli/muli-light-webfont.ttf') format('truetype'),
         url('fonts/muli/muli-light-webfont.svg#mulilight') format('svg');
    font-weight: 300;
    font-style: normal;
}



/* ===================================================================
  LOGO
=================================================================== */
.logo-area {
  margin-top: 2.25em; /* 36/16 */
  margin-bottom: 2.5em; /* 40/16 */
}

.logo-area img {
  display: block;
  margin: 0 auto;
}



/* ===================================================================
  COMPONENT: BUTTONS
=================================================================== */
/**
 * General Button
 */
.button {
  cursor: pointer;
  text-align: center;
  padding: 8px 25px;
  border: 2px solid;
  text-decoration: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  box-shadow: 0 -2px 0 rgba(0,0,0,.3) inset
}

/**
 * Button Modifier
 */
.button-uppercase {
  font-size: 90%;
  text-transform: uppercase;
}

.button-block {
  display: block;
}

.button-small {
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-mini {
  font-size: 90%;
  padding: 3px 10px;
}

.button-wide {
  padding-left: 35px;
  padding-right: 35px;
}

.button-medium {
  font-weight: 500;
}

.button-semibold {
  font-weight: 600;
}

.button-bold {
  font-weight: 700;
}

.button-rounded {
  border-radius: 5px;
}

.button-mid-size {
  padding: 9px 17px;
}

.button-ghost {
  box-shadow: none
}

/**
 * Button Color
 */
.button-primary,
.button-primary.button-ghost:hover {
  color: #fff;
  background: #EA0F6B;
  border-color: #EA0F6B;
}

.button-primary:hover {
  color: #fff;
  background: #DB445F;
  border-color: #DB445F;
}

.button-primary.button-ghost {
  background: transparent;
  border-color: #EA0F6B;
  color: #EA0F6B
}

.button-black {
  color: #fff;
  background: #413B36;
  border-color: #413B36;
}

.button-black:hover {
  color: #fff;
  background: #393430;
  border-color: #393430;
}

.button-white,
.button-white.button-ghost:hover {
  background: #fff;
  color: #EA0F6B;
}

.button-white.button-ghost {
  background: none;
  color: #fff;
  border-color: #fff;
}




/* ===================================================================
  MENU
=================================================================== */
.site-nav {
  list-style: none;
  margin: 0;
  font-weight: 500
}

.site-nav ul {
  display: none;
  width: 300px;
  text-align: left;
  background: #fff;
  background: rgba(255,255,255,.85);
  right: 0;
  left: auto;
}

.site-nav &gt; li {
  margin-right: 20px;
}

.site-nav--center &gt; li {
  margin-left: 20px;
}

.site-nav ul li {
  display: block;
  margin: 0;
}

.main-nav .site-nav a {
  color: #413B36;
  padding: 5px 0;
  display: block;
}

.main-nav .site-nav a:hover,
.main-nav .site-nav .current-menu-item &gt; a {
  color: #EA0F6B;
}

.main-nav .site-nav ul a {
  padding: 15px 20px;
}


/* Side Menu
------------------------------------------------------------------- */
.side-menu .button {
  padding: 10px 0;
  margin-top: 15px;
}



/* ===================================================================
  HEADER SECTION
=================================================================== */
.header-section {
  background: #fff;
  z-index: 10;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.home .header-section {
  height: 1px;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.js-sticky-header .header-section {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: auto;
  overflow: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  box-shadow: 0 1px 5px rgba(0,0,0,.4)
}

.js-sticky-header--open .header-section {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1);
}

.admin-bar.js-sticky-header--open .header-section {
  top: 32px;
}

.header-section .logo-area {
  margin: 0;
}


/* Comment
------------------------------------------------------------------- */
.mobile-button {
  border: 0;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  border: 1px solid #ccc;
}

.mobile-button span {
  display: block;
  height: 4px;
  width: 25px;
  background: #333
}

.mobile-button span + span {
  margin-top: 4px;
}


@media (max-width: 768px) {
  .home.js-sticky-header .header-section {
    /* display: none; */
  }

  .header-section .logo-area img {
    max-width: 200px;
  }

  .js-sticky-header .header-section,
  .admin-bar.js-sticky-header--open .header-section {
    /* position: relative; */
    top: 0;
  }

  .header-section .grid__item {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}

@media (max-width: 320px) {
  .mobile-button {
    padding: 5px;
  }

  .mobile-button span {
    height: 3px;
    width: 20px;
  }

  .mobile-button span + span {
    margin-top: 3px;
  }

  .header-section .logo-area img {
    max-width: 155px;
  }
}


/* Header Nav
------------------------------------------------------------------- */
.header-section .cta-block__button {
  margin-top: 12px;
  margin-bottom: 7px;
}



/* ===================================================================
  CTA BLOCK
=================================================================== */
.cta-block {
  padding-top: 1.88em; /* 30/16 */
  padding-bottom: 1.88em; /* 30/16 */
}

.cta-block__text {
  display: inline-block;
  font-size: 1.25em; /* 20/16 */
  line-height: 1.5em; /* 30/20 */
}

.cta-block__button {
  margin: 0 20px;
  font-size: 1em;
  padding-left: 20px;
  padding-right: 20px;
}




/* ===================================================================
  FOOTER WIDGETS
=================================================================== */
.footer-widget__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.25em; /* 20/16 */
  line-height: 1.2em; /* 24/20 */
  margin: 0 0 1em 0;
}


/* Maps
------------------------------------------------------------------- */
.map-section {
  position: relative;
  padding-bottom: 220px;
  border: 3px solid #fff;
  border-radius: 5px;
}

.map-section .acf-map,
.map-section__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.map-section img {
  max-width: none
}

.footer-widget-location .entry-content {
  font-size: 0.88em; /* 14/16 */
}


@media (max-width: 768px) {
  .footer-widget-contact {
    margin-bottom: 40px;
  }
}



/* ===================================================================
  COMPONENT: FORM
=================================================================== */
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="password"] {
  border-radius: 5px;
  border: 0;
  height: 50px;
  margin-bottom: 1.25em; /* 20/16 */
  box-shadow: inset 0 2px 0 0 #ccc;
  padding: 10px 15px;
}

textarea {
  height: auto
}

select {
  height: 40px;
  padding: 2px 10px;
  /*border: 1px solid #ccc;*/
  margin-bottom: 1.25em; /* 20/16 */
  line-height: 1;
  background-position: right center;
  background-image: url(images/ico-select.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  background-color: #eee;
  -webkit-box-shadow: 0 2px 0 0 #ccc;
          box-shadow: 0 2px 0 0 #ccc;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ie9 select,
.lt-ie9 select {
  padding-right: 10px;
  background-image: none;
}

.form-row input[type="radio"], 
.form-row input[type="checkbox"] {
  margin-top: 0;
}

.form-row select {
  width: 100%;
  height: 48px;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.form-row span.wpcf7-not-valid-tip {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 8px 10px;
  margin: -15px 0 20px 0;
}

.contact-form .button {
  -webkit-appearance: none;
}

.contact-form .ajax-loader {
  background: #fff;
  padding: 17px;
  border-radius: 5px;
}

.contact-form div.wpcf7-validation-errors {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 10px 15px;
  margin-left: 0;
  margin-right: 0;
}

.contact-form div.wpcf7-mail-sent-ok {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 10px 15px;
  margin-left: 0;
  margin-right: 0;
}

.page-template-template-appointment .form-row input,
.page-template-template-appointment .form-row textarea {
  background: #f5f5f5;
}

.form-row .info-box {
  padding: 15px;
  background: #EA0F6B;
  color: #fff;
  margin-bottom: 30px;
}



/* ===================================================================
  FOOTER SECTION
=================================================================== */
.footer-section {
  font-size: 0.88em; /* 14/16 */
}

.footer-section a {
  color: #fff;
}

.footer-nav {
  margin-bottom: 0.63em; /* 10/16 */
}

.footer-nav a:hover {
  color: #EA0F6B
}


/* Social Links
------------------------------------------------------------------- */
.social-links a {
  font-size: 1.86em; /* 26/14 */
  margin-right: 5px;
}

.social-links a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7
}

.footer-section .social-links {
  margin-bottom: 20px;
}



/* ===================================================================
  MAIN CONTENT
=================================================================== */
.section {
  padding-top: 3.13em; /* 50/16 */
  padding-bottom: 3.13em; /* 50/16 */
}


/* Typography
------------------------------------------------------------------- */
.high {
  font-size: 24px;
  color: #3E3934;
  line-height: 30px;
}

.entry-content blockquote p {
  font-weight: bold;
  font-size: 1.5em; /* 24/16 */
  line-height: 1.5em;
  padding-left: 1em;
}

.entry-content img,
.entry__image img {
  border-radius: 5px;
}

.entry__image img {
  width: 100%
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter,
img.aligncenter {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  display: block;
}

p .alignnone {
  margin-bottom: 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  width: auto;
  max-width: 100%
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 12px;
  /*margin: 0;*/
  margin-top: 10px;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  display: inline;
  float: left;
  margin-right: 1.5em;
  text-align: right;
  margin-left: 0;
  width: 33%;
}

blockquote.right {
  display: inline;
  float: right;
  margin-left: 1.5em;
  text-align: left;
  margin-right: 0;
  width: 33%;
}

.gallery-caption {
  margin: -1.5em 0 0 0;
}

.fit-vids-style {
  display: none
}

@media (max-width: 414px) {
  .alignleft,
  img.alignleft,
  .alignright,
  img.alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}


/* Page Child List
------------------------------------------------------------------- */
.post-list {
  margin-bottom: 40px;
}

.post-child__item {
  margin-bottom: 2.25em; /* 36/16 */
}

.post-child__title {
  font-size: 1.5em; /* 24/16 */
  line-height: 1.1;
  margin-top: 0;
}



/* ===================================================================
  HOMEPAGE SLIDER
=================================================================== */

/* Core Owl Carousel CSS File
------------------------------------------------------------------- */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}


/* Slider
------------------------------------------------------------------- */
.hero-slider__item img {
  display: none;
}

.hero-slider,
.hero-slider .owl-wrapper-outer,
.hero-slider .owl-wrapper,
.hero-slider .owl-item,
.hero-slider__item,
.gallery-wrapper,
.slider-content__left {
  height: 100% !important;
}

.hero-slider__item,
.slider-overlay__image {
  background-size: cover;
  background-position: center;
}

.gallery-wrapper {
  overflow: hidden;
  -webkit-clip-path: ellipse(75% 182% at 76% 6%);
  -o-clip-path: ellipse(75% 182% at 76% 6%);
  clip-path: ellipse(75% 182% at 76% 6%);
}


/* Slider Content
------------------------------------------------------------------- */
.slider-section {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  background: #f5f5f5
}

.slider-content .wrapper {
  max-width: none;
  padding: 0;
}

.slider-content,
.slider-overlay,
.slider-overlay__image {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .25s ease;
     -moz-transition: opacity .25s ease;
      -ms-transition: opacity .25s ease;
       -o-transition: opacity .25s ease;
          transition: opacity .25s ease;
}

.slider-content {
  z-index: 10;
}

.slider-overlay {
  background: #fff;
  background: rgba(255,255,255,.9);
}

.slider-initialized .slider-content,
.slider-initialized .slider-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.slider-initialized .slider-overlay__image {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  opacity: 0.1
}

.slider-content .wrapper,
.slider-content .grid {
  height: 100%;
  width: 100%;
}

.slider-content__left .inner {
  padding-right: 20px;
  padding-left: 20px;
}

.slider-content__left .site-nav {
  font-size: 1.25em; /* 20/16 */
}

.slider-content__left .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.slider-content__left .inner-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.slider-content .logo-area {
  margin-bottom: 4.38em; /* 70/16 */
}

.slider-section .loader {
  background: #fff;
  padding: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 5px;
  margin: -26px 0 0 -26px;
  -webkit-transition: opacity .25s ease;
     -moz-transition: opacity .25s ease;
      -ms-transition: opacity .25s ease;
       -o-transition: opacity .25s ease;
          transition: opacity .25s ease;
}

.slider-initialized .loader,
.slider-initialized .slider-content .logo-area,
.slider-initialized .slider-content .main-nav {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slider-loaded .slider-content .logo-area,
.slider-loaded .slider-content .main-nav {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.35s ease;
}

.slider-loaded .slider-content .main-nav {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


@media (max-width: 768px) {
  .slider-content__left {
    width: 100%
  }

  .gallery-wrapper {
    display: none;
  }

  .cta-block__text {
    margin-bottom: 10px;
  }
}


/* Slider Pagination
------------------------------------------------------------------- */
.hero-slider .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}

.hero-slider .owl-page {
  display: inline-block;
  padding: 10px 5px;
  cursor: pointer;
}

.hero-slider .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 10px;
}

.hero-slider .active span {
  background: #EA0F6B
}


/* ===================================================================
  HOME CONTENT
=================================================================== */
.home-content {
  font-size: 1.31em; /* 21/ 16 */
  margin-bottom: 4em
}

/* Service List
------------------------------------------------------------------- */
.service-list {
  list-style: none;
  margin-left: 0;
}

.service-list__item {
  margin-bottom: 2.5em; /* 40/16 */
}

.service-list__image {
  float: left;
  margin-right: 30px;
}

.service-list__content {
  overflow: hidden;
}

.service-list__title {
  margin-top: 0;
}

@media (max-width: 768px) {
  .service-list {
    margin-bottom: 60px;
  }
}


@media (max-width: 414px) {
  .service-list__image {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .service-list__title {
    text-align: center
  }
}



/* ===================================================================
  COMPONENT: PAGE HEADING
=================================================================== */
.page-heading {
  padding-top: 1.88em; /* 30/16 */
  padding-bottom: 1.88em; /* 30/16 */
}

.page-heading__title {
  margin: 0;
  font-weight: normal;
  font-size: 1.63em; /* 26/16 */
  line-height: 1.27em; /* 33/26 */
}

.page-heading a {
  color: #fff;
}


/* Breadcrumbs
------------------------------------------------------------------- */
.breadcrumbs {
  margin-top: 5px;
  font-size: 0.88em; /* 14/16 */
}

.breadcrumbs .trail-end {
  display: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}



/* ===================================================================
  POST ITEM
=================================================================== */
.entry-post {
  margin-bottom: 2.5em; /* 40/16 */
}

.entry-post__image {
  overflow: hidden;
  border-radius: 5px;
  background: #eee;
  margin-bottom: 1.25em; /* 20/16 */
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.entry-post__title {
  color: #3E3934;
  /* font-weight: normal; */
  font-size: 1.5em; /* 24/16 */
  line-height: 1.25em; /* 30/24 */
  margin-top: 0;
}

.entry-post__title a {
  color: #3E3934;
  display: block;
}

.entry-post__meta {
  color: #9B9B9B;
  margin-bottom: 0.63em; /* 10/16 */
}

.entry-post__meta a {
  color: #616161
}


/* Service Item
------------------------------------------------------------------- */
.entry-service .entry-post__image {
  float: left;
  width: 170px;
  height: 170px;
  margin-right: 30px;
}

.entry-service .entry-post__image img {
  display: none;
}

.entry-service__inner {
  overflow: hidden
}


@media (max-width: 414px) {
  .entry-service .entry-post__image.empty {
    display: none;
  }

  .entry-service .entry-post__image {
    width: auto;
    height: auto;
    padding-bottom: 50%;
    float: none;
    margin-right: 0;
  }

  .entry-service .entry-post__image img {
    display: block;
  }
}



/* ===================================================================
  ABOUT TEMPLATE
=================================================================== */
.page-template-template-about .entry-post {
  padding-bottom: 2.5em; /* 40/16 */
  border-bottom: 1px solid #979797;
  margin-bottom: 3.75em; /* 60/16 */
}


/* Specialist
------------------------------------------------------------------- */
.specialist {
  margin-bottom: 60px;
}

.specialist:last-child {
  margin-bottom: 0;
}

.specialist__title {
  font-weight: normal;
  font-size: 2.25em; /* 36/16 */
  color: #EA0F6B;
  line-height: 1.25em; /* 45/36 */
  text-transform: uppercase;
  margin-bottom: 1em
}

.specialist__title span {
  display: block;
}

.doctor-item {
  margin-bottom: 3.13em; /* 50/16 */
}

.doctor-item:last-child {
  margin-bottom: 0;
}

.doctor-item__photo {
  float: left;
}

.doctor-item__photo img {
  border-radius: 135px;
  margin-right: 30px;
}

.doctor-item__content {
  overflow: hidden;
}

.doctor-item__header {
  margin-bottom: 1em;
}

.doctor-item__title {
  font-size: 1.13em; /* 18/16 */
  color: #333;
  margin: 0;
  line-height: 1.44em; /* 26/18 */
}

.doctor-item__description p {
  margin-bottom: 1.25em; /* 20/16 */
}

@media (max-width: 768px) {
  .specialist__title span {
    display: inline-block;
  }
}

@media (max-width: 414px) {
  .specialist__title {
    font-size: 1.56em; /* 25/16 */
  }

  .doctor-item__photo {
    float: none;
    text-align: center;
  }

  .doctor-item__photo img {
    margin-right: 0;
  }

  .specialist__title,
  .doctor-item__header {
    text-align: center;
  }
}




/* ===================================================================
  COMPONENTS: PAGINATION
=================================================================== */
.pagination {
  text-align: center;
  font-size: 1.13em; /* 18/16 */
  font-weight: bold;
  padding-top: 20px;
  margin-bottom: 30px;
}

.pagination .page-numbers {
  min-width: 1em;
  line-height: 1em;
  padding: .5em;
  display: inline-block;
}

.pagination .current {
  color: #999
}



/* ===================================================================
  CONTACT TEMPLATE
=================================================================== */
.columned-content__item {
  margin-bottom: 2em;
}

.page-template-template-contact .map-section {
  border: 0;
  padding-bottom: 400px;
}

.page-template-template-contact .main-section {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .page-template-template-contact .map-section {
    padding-bottom: 250px;
  }
}



/* ===================================================================
  WIDGETS
=================================================================== */
.widget {
  font-size: 0.88em; /* 14/16 */
  margin-bottom: 3.57em; /* 50/14 */
}

.widget:last-child {
  margin-bottom: 0;
}

.widget li {
  margin-bottom: 0.7em;
}

.widget,
.widget a {
  color: #777
}

.widget a:hover {
  color: #EA0F6B
}

.widget__title {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.29em; /* 18/14 */
  color: #333;
  line-height: 1.22em; /* 22/18 */
  margin-bottom: 1.11em; /* 20/18 */
}


/* Search Form
------------------------------------------------------------------- */
.input-group {
  width: 100%;
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .input-group {
  width: 100%;
}

.input-group-field,
.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.input-group .button,
.input-group .input-group-field {
  height: 50px;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 0;
}

.search-form input {
  margin: 0;
  background: #eee;
  border-radius: 5px 0 0 5px;
}

.search-form button {
  border-radius: 0 5px 5px 0;
}


/* Widget Text
------------------------------------------------------------------- */
.widget_text a {
  text-decoration: underline;
}

.widget__title .facebook-title {
  color: #215996
}

.widget__title .linkedin-title {
  color: #2A989E
}


/* EDD Calculator
------------------------------------------------------------------- */
.widget-edd-calculator {
}

.widget-edd-calculator .widget__title {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0;
  font-size: 1.43em; /* 20/14 */
  line-height: 1.25em; /* 25/20 */
}

.widget-edd-calculator select {
  width: 100%
}

.widget-edd-calculator .grid {
  margin-left: -20px;
}

.widget-edd-calculator .grid__item {
  padding-left: 20px
}

.widget-edd-calculator .result {
  margin-top: 20px;
  font-weight: bold;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  display: none;
}


/* Widget Custom Text
------------------------------------------------------------------- */
.widget-edd-calculator,
.widget-custom-text .widget__inner {
  padding: 2.14em; /* 30/14 */
  color: #333;
  border-radius: 5px;
  border: 2px dashed #E5ACB6;
}

.widget-custom-text .textwidget {
  font-weight: 300
}

.widget-custom-text p:last-child {
  margin-bottom: 0;
}

.widget-custom-text a {
  text-decoration: underline;
}
</pre></body></html>