/*!
 * Theme Name: iMedical
 * Theme URI: http://www.theme-junkie.com/themes/imedical
 * Description: a Premium Medical WordPress Theme.
 * Version: 1.2.0
 * Author: Theme Junkie
 * Author URI: http://www.theme-junkie.com/
 * Tags: blue, two-columns, right-sidebar, responsive-layout, custom-background, custom-menu, editor-style, threaded-comments, translation-ready
 * Text Domain: imedical
 *
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * iMedical WordPress Theme, Copyright 2015 - 2017 http://www.theme-junkie.com/
 * iMedical is distributed under the terms of the GNU GPL
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
/*------------------------------------*    $CONTENTS
\*------------------------------------*/
/**
 * BASE
 * - LAYOUTS
 * - MAIN
 * - SHARED
 * - TYPOGRAPHY
 *
 * PAGES
 * - HOMEPAGE
 * - BLOG
 * - DOCTOR & DEPARTMENT
 * - SERVICE
 * - TESTIMONIAL
 * - EVENTS
 * - APPOINTMENT
 *
 * SECTIONS
 * - HEADER
 * - NAVIGATIONS
 * - SIDEBAR
 * - FOOTER
 * - COMMENTS
 *
 * STATE
 */
/*------------------------------------*	$LAYOUTS
\*------------------------------------*/
.site {
  background-color: #fff; }

.layout-boxed .site {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  max-width: 1000px;
  margin: 40px auto 0; }

.layout-boxed .container {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%; }

.layout-2c-r .content-area {
  float: right; }

.layout-2c-r .widget-area {
  float: left; }

.layout-1c .content-area {
  width: 100%; }

.page-template-block .content-area {
  float: none;
  padding: 0;
  width: 100%; }

@media (min-width: 1200px) {
  .widget-area.col-lg-4 {
    padding-left: 6%; }
  .layout-2c-r .widget-area.col-lg-4 {
    padding-left: 0;
    padding-right: 6%; } }

/*------------------------------------*	$MAIN
\*------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box; }

* html {
  font-size: 100%; }

html {
  height: auto; }

body {
  background: #eee;
  color: #555;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em; }

/**
 * Selection Color.
 */
::-moz-selection {
  background: #2caae2;
  color: #fff;
  text-shadow: none; }
::selection {
  background: #2caae2;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #2caae2;
  color: #fff;
  text-shadow: none; }

/*------------------------------------*	$SHARED
\*------------------------------------*/
.no-list-style {
  list-style: none;
  margin: 0;
  padding: 0; }
  .no-list-style li {
    display: block;
    float: left;
    position: relative; }

.btn, .ninja-forms-all-fields-wrap .field-wrap input[type="submit"] {
  background-color: transparent;
  border-radius: 20px;
  border-color: #2caae2;
  border-width: 2px;
  color: #2caae2;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 14px; }
  .btn:hover, .ninja-forms-all-fields-wrap .field-wrap input[type="submit"]:hover {
    background-color: #2caae2;
    color: #fff; }
  .btn:visited, .ninja-forms-all-fields-wrap .field-wrap input[type="submit"]:visited {
    color: #2caae2; }
    .btn:visited:hover, .ninja-forms-all-fields-wrap .field-wrap input[type="submit"]:visited:hover {
      color: #fff; }
  .btn.btn-white, .ninja-forms-all-fields-wrap .field-wrap input.btn-white[type="submit"] {
    border-color: #fff;
    color: #fff; }
    .btn.btn-white:hover, .ninja-forms-all-fields-wrap .field-wrap input.btn-white[type="submit"]:hover {
      background: #fff;
      color: #2caae2; }

.intro-text, .widget-area .widget-title {
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 25px;
  margin-top: 0px; }
  .intro-text:after, .widget-area .widget-title:after {
    background-color: #2caae2;
    content: "";
    display: block;
    height: 2px;
    width: 54px;
    position: absolute;
    bottom: -2px; }

.parallax-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  vertical-align: middle;
  z-index: 1;
  display: block; }
  .parallax-area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .8; }

.fixed-area::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .8;
  background: #000; }

.header-text {
  margin-bottom: 80px;
  text-align: center; }
  .header-text h3 {
    margin-top: 0;
    text-transform: uppercase; }
    .header-text h3 a {
      color: #323232; }
      .header-text h3 a:hover {
        color: #2caae2; }
  .header-text p {
    color: #777;
    font-size: 14px; }
    .header-text p::after {
      position: relative;
      display: block;
      content: "";
      height: 2px;
      margin: 20px auto 20px;
      width: 115px;
      background: #d3d3d3; }

figure > img {
  display: block; }

img {
  height: auto;
  max-width: 100%; }

img[class*="align"],
img[class*="attachment-"] {
  height: auto; }

.wp-caption {
  margin-bottom: 24px;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-bottom: 5px; }

.wp-caption-text {
  font-size: 14px;
  font-style: italic;
  color: #999; }

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

embed,
iframe,
object {
  max-width: 100%;
  width: 100%; }

.alignleft {
  float: left;
  margin-right: 1.5em; }

.alignright {
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both; }

.alignnone {
  display: block; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute; }

table {
  width: 100%;
  margin-bottom: 2.618em; }

table th,
table td {
  border-bottom: 1px solid #e8e4e3;
  padding: 10px;
  vertical-align: top;
  text-align: left; }

table th {
  text-transform: uppercase;
  border-bottom: 1px solid #e8e4e3; }

table tr th:first-child,
table tr td:first-child {
  padding-left: 0; }

table tr th:last-child,
table tr td:last-child {
  padding-right: 0; }

.sticky,
.bypostauthor {
  font-size: inherit; }

.widget_archive,
.widget_categories, .widget_archive li,
.widget_categories li, .gallery {
  *zoom: 1; }
  .widget_archive:before,
  .widget_categories:before, .widget_archive li:before,
  .widget_categories li:before, .gallery:before, .widget_archive:after,
  .widget_categories:after, .widget_archive li:after,
  .widget_categories li:after, .gallery:after {
    content: "";
    display: table; }
  .widget_archive:after,
  .widget_categories:after, .widget_archive li:after,
  .widget_categories li:after, .gallery:after {
    clear: both; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*------------------------------------*	$TYPOGRAPHY
\*------------------------------------*/
/**
 * Set link colors.
 */
a {
  transition: all 200ms ease-in-out 0s;
  color: #2caae2;
  text-decoration: none !important; }
  a:visited {
    color: #1e9ed7;
    text-decoration: none; }
  a:hover, a:visited:hover {
    color: #59bce8;
    text-decoration: none; }
  a:active {
    outline: none; }

/**
 * Headings.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 12px 0;
  color: #323232;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700; }

h1,
.h1 {
  font-size: 36px;
  line-height: 1.1em; }

h2,
.h2 {
  font-size: 30px;
  line-height: 1.1em; }

h3,
.h3 {
  font-size: 24px;
  line-height: 1.3em; }

h4,
.h4 {
  font-size: 20px;
  line-height: 1.3em; }

h5,
.h5 {
  font-size: 16px; }

h6,
.h6 {
  font-size: 14px; }

p {
  margin: 0 0 24px; }

/*------------------------------------*	$HEADER
\*------------------------------------*/
/* Top Bar */
.top-bar {
  background-color: #f5f5f5;
  padding: 10px 0; }
  .top-bar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .top-bar li {
    display: inline-block;
    position: relative; }

@media (max-width: 767px) {
  .address {
    text-align: center;
    margin-bottom: 20px; } }

.address li {
  margin-right: 24px; }

.address i {
  font-size: 16px;
  vertical-align: middle; }

.address span {
  font-size: 13px;
  padding-left: 6px; }

.language-switcher {
  text-align: right; }
  .language-switcher .active img {
    opacity: 1; }
  .language-switcher a:hover img {
    opacity: 1; }
  .language-switcher img {
    transition: all 200ms ease-in-out 0s;
    opacity: .5; }

.site-header {
  padding: 28px 0; }

.site-title {
  margin-bottom: 8px; }
  .site-title a:hover {
    color: #2caae2; }

.site-description {
  color: #777;
  font-size: 15px;
  font-weight: 400;
  margin: 0; }

/* Logo */
@media only screen and (max-width: 480px) {
  .site-branding {
    width: 100%;
    text-align: center;
    display: block; } }

.logo a {
  color: #555; }

.logo .fa {
  font-size: 38px;
  color: #f15b5a; }

/* Appointment */
.appointment {
  margin-top: 5px; }
  @media only screen and (max-width: 1170px) {
    .appointment {
      position: absolute;
      top: 33px;
      right: 72px;
      margin-top: 0; } }
  @media only screen and (max-width: 801px) {
    .appointment {
      position: absolute;
      top: 35px;
      right: 65px; } }
  @media only screen and (max-width: 769px) {
    .appointment {
      position: absolute;
      top: 35px;
      right: 50px; } }
  @media only screen and (max-width: 480px) {
    .appointment {
      display: none; } }
  .appointment:hover {
    color: #fff; }

/**
 * Page header
 */
.page-header {
  background-color: #f5f5f5;
  border: 0;
  margin: 20px 0 60px;
  padding: 18px 0;
  text-align: center; }
  .page-header .browsing {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    display: inline-block;
    border-bottom: 1px solid #d8d8d8; }
  .page-header h1 {
    font-weight: 400; }

/*------------------------------------*	$NAVIGATIONS
\*------------------------------------*/
/**
 * Superfish
 */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  background: #ffffff;
  display: none;
  top: 100%;
  left: -50%;
  margin-left: 10px; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

.sf-menu ul,
.sf-menu ol {
  background: #ffffff;
  border: 1px solid #eee;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05);
  margin-top: 0; }

.sf-menu ul ul {
  left: 170px;
  margin-top: -7px; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu li {
  z-index: 100; }

.sf-menu ul li {
  width: 190px; }

.sf-arrows .sf-with-ul {
  padding-right: 25px !important; }

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -2px;
  margin-right: 9px;
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-top-color: #cccccc; }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #dddddd; }

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: 0px;
  border-color: transparent;
  border-left-color: #dddddd; }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #dddddd; }

/**
 * Mega Menu
 */
.sf-mega {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eee;
  padding: 20px;
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  text-align: left;
  z-index: 99; }
  .sf-mega ol {
    border: 0;
    box-shadow: none; }

.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block; }

.sf-mega ol {
  display: block;
  position: static; }

.sf-mega li a {
  font-size: 13px; }

/* Links */
.links {
  border-top: 1px solid #e6e6e6;
  width: 552px;
  padding: 20px; }

.links li {
  border-right: 1px solid #e6e6e6;
  display: block;
  float: left;
  font-size: 13px;
  width: 30%;
  margin: 0 20px 0 0; }

.links li span.column-heading {
  display: block;
  font-weight: 700;
  margin-bottom: 10px; }

.links li ol {
  display: block;
  margin: 0 20px 0 0 !important; }

.links li:last-child,
.links li:last-child li {
  border-right: none !important;
  margin-right: 0 !important; }

.links li ol li {
  background: none;
  margin: 0;
  width: 100%;
  border: 0; }

.links li li a {
  border: none;
  margin: 0;
  padding: 3px 0; }

.links li li:last-child a {
  margin-bottom: 0 !important; }

/* Posts */
.posts {
  width: 632px;
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05); }

.posts .sub-cats {
  float: left;
  width: 120px; }

.posts .sub-cats li {
  background: none !important;
  display: block;
  float: none; }

.posts .sub-cats li a {
  border: none !important;
  font-size: 13px;
  margin: 0;
  padding: 0;
  display: block; }

.posts .cat-posts {
  border-left: 1px solid #e6e6e6;
  float: left;
  width: 465px;
  padding-left: 20px; }

.posts .cat-posts .post-list {
  float: left !important;
  width: 134px;
  margin-right: 20px;
  margin-bottom: 0; }

.posts .cat-posts .post-list:last-child {
  margin-right: 0; }

.posts .cat-posts .post-list a {
  display: block;
  margin: 0 !important;
  padding: 0 !important; }

.posts .cat-posts .post-list a:hover {
  background: none !important; }

.posts .cat-posts img {
  margin: 0 0 10px 0; }

.posts .cat-posts .entry-title {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 5px;
  text-transform: none; }

.posts .cat-posts .entry-meta {
  color: #999999;
  font-size: 11px;
  font-weight: 400; }

#secondary-nav .sf-mega {
  margin-left: -1px; }

.primary-navigation ul {
  text-align: right; }
  .primary-navigation ul .sub-menu {
    text-align: left; }

.primary-navigation .current-menu-item > a {
  border-top: 1px solid #2caae2;
  color: #2caae2; }

.primary-navigation a {
  border-top: 1px solid transparent;
  color: #60646d;
  display: block;
  padding: 15px; }
  .primary-navigation a:hover {
    border-top: 1px solid #2caae2;
    color: #2caae2; }

.primary-navigation .sub-menu a,
.primary-navigation ol a {
  border-top: 0;
  border-bottom: 1px solid #f1f1f1;
  font-size: 15px;
  padding: 10px; }
  .primary-navigation .sub-menu a:hover,
  .primary-navigation ol a:hover {
    border-top: 0; }

.site-header {
  position: relative; }

.slicknav_menu {
  display: none; }

@media only screen and (max-width: 1170px) {
  .js #menu-primary-items {
    display: none; }
  .js .slicknav_menu {
    display: block; }
  /**
	 * SlickNav
	 */
  .slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    display: none; }
  .slicknav_menu {
    padding: 0; }
    .slicknav_menu .slicknav_menutxt {
      display: block;
      font-size: 14px;
      font-weight: normal;
      float: left;
      line-height: 1.42857143;
      text-transform: none; }
    .slicknav_menu .slicknav_icon {
      display: none; }
    .slicknav_menu .slicknav_no-text {
      margin: 0; }
    .slicknav_menu .slicknav_icon-bar {
      display: block; }
    .slicknav_menu:before, .slicknav_menu:after {
      content: " ";
      display: table; }
    .slicknav_menu:after {
      clear: both; }
  /* IE6/7 support */
  .slicknav_menu {
    *zoom: 1; }
  .slicknav_nav {
    clear: both; }
    .slicknav_nav ul,
    .slicknav_nav li {
      display: block; }
      .slicknav_nav ul > ol,
      .slicknav_nav li > ol {
        padding-left: 10px; }
        .slicknav_nav ul > ol li span,
        .slicknav_nav li > ol li span {
          display: none; }
    .slicknav_nav .slicknav_arrow {
      margin: 0 0 0 6px; }
    .slicknav_nav .slicknav_item {
      cursor: pointer; }
    .slicknav_nav .slicknav_row {
      display: block; }
    .slicknav_nav a {
      display: block; }
    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a {
      display: inline; }
  /* 
		User Default Style
		Change the following styles to modify the appearance of the menu.
	*/
  .slicknav_nav a:active {
    outline: none !important; }
  /* Button */
  .slicknav_btn {
    background-color: #1e9ed7;
    margin: 0;
    padding: 10px 12px !important;
    text-decoration: none; }
  /* Button Text */
  .slicknav_menu {
    background: transparent;
    font-size: 14px; }
    .slicknav_menu .slicknav_menutxt {
      color: #FFF; }
  .slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 14px;
    width: 100%;
    list-style: none;
    overflow: hidden; }
    .slicknav_nav a {
      padding: 7px 3%;
      text-decoration: none; }
    .slicknav_nav ul {
      background: #f5f5f5;
      padding: 0;
      margin: 15px 0 0 0;
      list-style: none;
      overflow: hidden; }
      .slicknav_nav ul ul {
        margin: 0 0 0 20px; }
    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a {
      padding: 0 0 0 3%;
      margin: 0; }
    .slicknav_nav .slicknav_txtnode {
      margin-left: 15px; }
    .slicknav_nav .slicknav_row {
      padding: 7px 0; }
  #top-navigation {
    position: relative; }
    #top-navigation .slicknav_menu {
      position: relative;
      margin-top: -52px; }
      #top-navigation .slicknav_menu .slicknav_menutxt {
        color: #fff;
        text-shadow: none; }
    #top-navigation .slicknav_nav a {
      color: #999;
      border-top: none;
      border-radius: 0;
      margin: 0;
      text-align: left; }
    #top-navigation .slicknav_nav a:hover {
      background: #f0f0f0; } }

/**
 * Social Menu
 */
.menu-social-items {
  text-align: center;
  margin: 0;
  padding: 0; }
  @media (min-width: 767px) {
    .menu-social-items {
      text-align: right; } }
  .menu-social-items li {
    display: inline-block;
    margin-right: 10px; }
  .menu-social-items a::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.menu-social li a::before {
  content: '\f408';
  padding: 0 3px; }

.menu-social li a:hover::before,
.menu-social li a:focus::before {
  opacity: 0.75; }

.menu-social li a[href*="codepen.io"]::before {
  content: '\f1cb';
  color: #555; }

.menu-social li a[href*="digg.com"]::before {
  content: '\f1a6';
  color: #555; }

.menu-social li a[href*="dribbble.com"]::before {
  content: '\f17d';
  color: #ea4c89; }

.menu-social li a[href*="facebook.com"]::before {
  content: '\f09a';
  color: #3b5998; }

.menu-social li a[href*="flickr.com"]::before {
  content: '\f16e';
  color: #ff0084; }

.menu-social li a[href*="plus.google.com"]::before {
  content: '\f0d5';
  color: #dd4b39; }

.menu-social li a[href*="github.com"]::before {
  content: '\f09b';
  color: #4183c4; }

.menu-social li a[href*="instagram.com"]::before {
  content: '\f16d';
  color: #3f729b; }

.menu-social li a[href*="linkedin.com"]::before {
  content: '\f0e1';
  color: #0e76a8; }

.menu-social li a[href*="pinterest.com"]::before {
  content: '\f0d2';
  color: #c8232c; }

.menu-social li a[href*="skype.com"]::before,
.menu-social li a[href*="skype:"]::before {
  content: '\f17e';
  color: #00aff0; }

.menu-social li a[href*="tumblr.com"]::before {
  content: '\f173';
  color: #34526f; }

.menu-social li a[href*="twitter.com"]::before {
  content: '\f099';
  color: #33ccff; }

.menu-social li a[href*="vimeo.com"]::before {
  content: '\f194';
  color: #1AB7EA; }

.menu-social li a[href*="wordpress.org"]::before,
.menu-social li a[href*="wordpress.com"]::before {
  content: '\f19a';
  color: #21759b; }

.menu-social li a[href*="youtube.com"]::before {
  content: '\f167';
  color: #c4302b; }

.menu-social li a[href*="feedburner.google.com"]::before,
.menu-social li a[href*="/feed"]::before {
  content: '\f09e';
  color: #ef9d87; }

/*------------------------------------*	$SIDEBAR
\*------------------------------------*/
.widget {
  margin-bottom: 48px; }
  .widget ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .widget ul .children,
    .widget ul .sub-menu {
      padding-left: 1.5em; }
      .widget ul .children li:first-child,
      .widget ul .sub-menu li:first-child {
        margin-top: 10px; }
  .widget li {
    padding: 5px 0;
    border-top: 1px solid #f5f5f5; }
    .widget li:first-child {
      border-top: 0;
      padding-top: 0; }
    .widget li a {
      position: relative;
      padding-left: 13px; }
      .widget li a::before {
        content: "\f105";
        position: absolute;
        top: 4px;
        left: 0px; }
  .widget a::before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 13px; }
  .widget select {
    width: 100%;
    max-width: 100%; }

.widget-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
  text-transform: uppercase; }

.widget_archive li,
.widget_categories li {
  text-align: right; }

.widget_archive a,
.widget_categories a {
  float: left; }

.widget_search input[type="text"] {
  font-size: 13px;
  padding: 10px;
  width: 100%; }

/**
 * Widget Contact
 */
.widget.widget_contact li {
  border-top: 0;
  padding: 5px 0; }
  .widget.widget_contact li:first-child {
    padding-top: 0; }
  .widget.widget_contact li a {
    padding-left: 0; }
    .widget.widget_contact li a::before {
      content: ""; }

.widget.widget_contact .fa {
  padding-right: 10px; }

/**
 * Advertisement
 */
.ad-widget .widget-title {
  border-bottom: 0;
  color: #9f9f9f;
  font-size: 10px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 10px;
  padding: 0;
  text-align: center; }
  .ad-widget .widget-title::after {
    background-color: transparent; }

/**
 * Feedburner
 */
.subscribe-widget p {
  font-size: 13px;
  line-height: 1.5; }

.subscribe-widget input[type="text"] {
  border: 1px solid #ddd;
  color: #eee;
  padding: 5px; }

.subscribe-widget .btn, .subscribe-widget .ninja-forms-all-fields-wrap .field-wrap input[type="submit"], .ninja-forms-all-fields-wrap .field-wrap .subscribe-widget input[type="submit"] {
  background: #2caae2;
  border-radius: 5px;
  color: #fff;
  padding: 7px; }
  .subscribe-widget .btn:hover, .subscribe-widget .ninja-forms-all-fields-wrap .field-wrap input[type="submit"]:hover, .ninja-forms-all-fields-wrap .field-wrap .subscribe-widget input[type="submit"]:hover {
    background: #fff;
    color: #2caae2; }

/**
 * Posts Thumbnail Widget
 */
.widget-area .posts-thumbnail-widget li a {
  padding: 0; }
  .widget-area .posts-thumbnail-widget li a::before {
    content: ""; }

.posts-thumbnail-widget ul {
  list-style: none;
  padding-left: 0; }

.footer-column .posts-thumbnail-widget img {
  width: 48px;
  height: 48px; }

.posts-thumbnail-widget li {
  line-height: 1.3em;
  padding: 6px 0;
  overflow: hidden; }
  .posts-thumbnail-widget li:last-child {
    border-bottom: 0; }

.posts-thumbnail-widget .entry-title {
  font-size: 14px;
  font-weight: 400; }
  #footer .posts-thumbnail-widget .entry-title {
    font-size: 13px; }

.posts-thumbnail-widget .entry-thumb {
  float: left;
  margin-right: 15px; }

.posts-thumbnail-widget .entry-date {
  margin-top: 5px;
  color: #9f9f9f;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  font-weight: 400; }
  .tabs-widget .posts-thumbnail-widget .entry-date {
    text-transform: uppercase; }

.posts-thumbnail-widget .entry-info .entry-date {
  display: inline-block;
  margin-right: 3px; }

.posts-thumbnail-widget .entry-info .entry-view {
  margin-top: 5px;
  color: #9f9f9f;
  font-size: 11px;
  display: block;
  font-weight: 400;
  display: inline-block; }

/**
 * Tabs
 */
.widget_tabs {
  margin-bottom: 20px; }
  .widget_tabs .tabs-nav {
    height: 36px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: visible; }
    .widget_tabs .tabs-nav li {
      background: none;
      border: none;
      display: inline-block;
      list-style: none;
      overflow: hidden;
      position: relative;
      margin-bottom: 0;
      padding: 0;
      text-align: center; }
      .widget_tabs .tabs-nav li.active a {
        text-decoration: none; }
      .widget_tabs .tabs-nav li a {
        display: block;
        margin: 0 11px 0 0;
        color: #333;
        font-size: 12px;
        font-weight: bold;
        height: 36px;
        line-height: 1.3;
        position: relative;
        text-transform: uppercase; }
        .widget_tabs .tabs-nav li a:after {
          display: block;
          font-family: "FontAwesome";
          content: "\f107";
          color: transparent; }
        .widget_tabs .tabs-nav li a:hover {
          color: #2caae2;
          text-decoration: none; }
        .widget_tabs .tabs-nav li a:visited {
          text-decoration: none; }
      .widget_tabs .tabs-nav li.active a:after {
        color: #2caae2; }
  .widget_tabs .tab-content ul li {
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0 0 12px; }
    .widget_tabs .tab-content ul li:last-child {
      border-bottom: none; }
    .widget_tabs .tab-content ul li .entry-title {
      margin-bottom: 0; }
    .widget_tabs .tab-content ul li .entry-thumbnail {
      float: left;
      margin: 0 10px 0 0; }
    .widget_tabs .tab-content ul li .entry-meta {
      margin-top: 5px;
      color: #9f9f9f;
      font-size: 11px;
      text-transform: uppercase; }
    .widget_tabs .tab-content ul li a {
      display: block; }
  .widget_tabs #tab3 li a {
    display: block; }
    .widget_tabs #tab3 li a span {
      color: #999999;
      display: block;
      font-size: 12px; }
    .widget_tabs #tab3 li a strong {
      color: #333333;
      display: block;
      margin-bottom: 5px; }
    .widget_tabs #tab3 li a:hover strong,
    .widget_tabs #tab3 li a:hover span {
      color: #fff; }
  .widget_tabs #tab4 a {
    background-color: #fff;
    border-radius: 3px;
    color: #999999;
    display: inline-block;
    margin: 0 3px 6px 0;
    padding: 5px 10px;
    text-transform: lowercase; }
    .widget_tabs #tab4 a:hover {
      background-color: #2caae2;
      color: #ffffff;
      text-decoration: none; }

/**
 * Event widget
 */
.widget.upcoming_events_widget {
  overflow: hidden; }
  .widget.upcoming_events_widget li a {
    color: #34495E; }
    .widget.upcoming_events_widget li a:hover {
      color: #fff; }
    .widget.upcoming_events_widget li a::before {
      content: ""; }
  .widget.upcoming_events_widget .tt_upcoming_events_wrapper {
    margin-top: 0; }
  .widget.upcoming_events_widget img {
    display: none; }
  .widget.upcoming_events_widget .tt_upcoming_events li {
    width: 100%; }

/*------------------------------------*	$FOOTER
\*------------------------------------*/
.site-footer {
  background-color: #222;
  color: #d3d3d3;
  font-size: 14px;
  padding: 50px 0 10px; }

.footer-sidebar .widget-title {
  color: #fff; }

.footer-sidebar .footer-column .posts-thumbnail-widget li a {
  padding: 0; }
  .footer-sidebar .footer-column .posts-thumbnail-widget li a::before {
    content: ""; }

.footer-sidebar .widget a {
  color: #fff; }
  .footer-sidebar .widget a:hover {
    color: #2caae2; }
  .footer-sidebar .widget a::before {
    top: 1px; }

.footer-sidebar .widget li {
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07); }
  .footer-sidebar .widget li:first-child {
    border-top: 0;
    padding-top: 0; }

.footer-sidebar .widget_categories a::before {
  top: 4px; }

.footer-credits {
  background-color: #1c1c1c;
  color: #ccc;
  font-size: 13px;
  padding: 16px 0; }
  .footer-credits a {
    color: #fff; }
  .footer-credits p {
    margin-bottom: 0; }

.copyrights {
  text-align: right; }
  @media (min-width: 320px) and (max-width: 768px) {
    .copyrights {
      text-align: center; } }

@media (min-width: 320px) and (max-width: 767px) {
  .footer-menu {
    margin-bottom: 20px;
    text-align: center; } }

.footer-menu li {
  padding: 0 12px; }
  @media (min-width: 320px) and (max-width: 768px) {
    .footer-menu li {
      float: none;
      display: inline-block; } }
  .footer-menu li:first-child {
    padding-left: 0; }

.footer-menu a:hover {
  color: #2caae2; }

/*------------------------------------*	$FOOTER
\*------------------------------------*/
#comments {
  position: relative; }

#comments header {
  background: #f3f3f3;
  padding: 20px; }

#comments header h2 {
  font-size: 16px; }

#comments .commentlist {
  clear: both;
  list-style: none;
  padding-top: 1.618em;
  padding-left: 0;
  margin-bottom: 3.631em; }

#comments .commentlist:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both; }

#comments .commentlist li.comment {
  background-color: #f9f9f9;
  margin-bottom: 1.618em;
  padding: 20px;
  position: relative;
  list-style: none; }

#comments .commentlist li.comment .comment-head span {
  display: block; }

#comments .commentlist li.comment:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both; }

#comments .commentlist li.comment .comment-container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both; }

#comments .commentlist li.comment .comment-container div.avatar {
  float: left; }

#comments .commentlist li.comment .comment_container div.avatar img {
  border-radius: 50%; }

#comments .commentlist li.comment .comment-container .comment-head,
#comments .commentlist li.comment .comment_container .comment-text {
  float: left;
  margin-left: 20px; }

#comments .commentlist li.comment .comment-container .comment-entry {
  clear: both;
  margin-left: 72px;
  font-size: 14px;
  color: #777;
  line-height: 1.5em; }

#comments .commentlist li.comment .comment-container .comment-head {
  margin-bottom: .618em; }

#comments .commentlist li.comment .comment-head .name {
  font-size: 14px;
  line-height: 1; }

#comments .commentlist li.comment .comment-head .date a {
  color: #999999;
  font-size: 11px; }

#comments .commentlist li.comment .comment-head .date a:hover {
  color: #47a7d7; }

#comments .commentlist li.comment img.avatar {
  border-radius: 50%;
  height: auto;
  float: left;
  width: 52px; }

#comments .commentlist li.comment .comment_container .comment-text {
  width: 91.35%; }

#comments .commentlist li.comment ul.children {
  margin-left: 1.618em;
  padding-top: 1.618em; }

#comments .commentlist li.comment .depth-2 {
  background-color: #f6f6f6; }

#comments .commentlist li.comment .depth-3 {
  background-color: #f5f5f5; }

#comments .commentlist li.comment .depth-4 {
  background-color: #f3f3f3; }

#comments .commentlist li.comment .reply {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 13px; }

#comments .commentlist li.comment #respond {
  padding-top: 1.618em; }

#comments .navigation a {
  display: block;
  text-decoration: none; }

#comments .pingbacks li.pingback {
  margin: 0 0 1.618em; }

#comments .pingbacks li.pingback .reply {
  display: none; }

#comments .nocomments {
  padding: 1.618em 0;
  margin: 1.618em 0;
  border: 4px double #e8e4e3;
  border-right: 0;
  border-left: 0; }

/* Comment Form */
#respond {
  background: #f5f5f5;
  margin-bottom: 3.631em;
  padding: 20px; }

#respond label {
  color: #877c78; }

#respond #reply-title {
  margin-bottom: 20px;
  margin-top: 0; }

#respond #reply-title small {
  margin-left: 10px;
  font-size: .618em; }

#respond #commentform .comment-form-author,
#respond #commentform .comment-form-email,
#respond #commentform .comment-form-url {
  width: 30.75%;
  float: left;
  margin-right: 3.8%; }

#respond #commentform .comment-form-comment label,
#respond #commentform .comment-form-author label,
#respond #commentform .comment-form-email label,
#respond #commentform .comment-form-url label {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 5px; }

#respond #commentform .fa {
  margin-right: 5px; }

#respond #commentform .comment-form-author input,
#respond #commentform .comment-form-email input,
#respond #commentform .comment-form-url input {
  width: 100%; }

#respond #commentform .comment-form-url {
  margin-right: 0; }

#respond #commentform .comment-form-comment {
  clear: both; }

#respond #commentform p {
  margin-bottom: 20px; }

#respond #commentform .form-submit {
  margin-bottom: 0; }

#respond #commentform .form-submit #submit {
  background-color: #2caae2;
  border: 1px solid #1e9ed7;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px 8px;
  letter-spacing: 1px; }
  #respond #commentform .form-submit #submit:hover {
    background-color: #303030;
    border: 1px solid #000; }

#respond #commentform label {
  display: block; }

#respond #commentform input.txt,
#respond #commentform textarea {
  width: 100%; }

#respond #commentform textarea {
  border-color: #ddd; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

#cancel-comment-reply-link {
  font-family: "Raleway", sans-serif;
  font-size: 14px; }

/*------------------------------------*	$HOMEPAGE
\*------------------------------------*/
/**
 * Shared class between homepage content
 */
.home-content-desc h2 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px; }

.home-content-desc p {
  color: #777;
  font-size: 14px;
  line-height: 1.5; }

.home-content-desc .btn, .home-content-desc .ninja-forms-all-fields-wrap .field-wrap input[type="submit"], .ninja-forms-all-fields-wrap .field-wrap .home-content-desc input[type="submit"] {
  padding: 10px 20px;
  text-transform: uppercase; }
  .home-content-desc .btn:hover, .home-content-desc .ninja-forms-all-fields-wrap .field-wrap input[type="submit"]:hover, .ninja-forms-all-fields-wrap .field-wrap .home-content-desc input[type="submit"]:hover {
    color: #fff; }

/**
 * Slider
 */
.featured-slider .flexslider {
  background: none;
  border: none;
  margin: 0;
  min-height: 300px;
  overflow: hidden; }
  @media (min-width: 320px) and (max-width: 600px) {
    .featured-slider .flexslider {
      min-height: 0; } }
  .featured-slider .flexslider .slides li {
    position: relative; }
  .featured-slider .flexslider .slides > li {
    -webkit-backface-visibility: visible; }

.flex-direction-nav .flex-prev {
  left: 10px; }

.flex-direction-nav .flex-next {
  right: 10px; }

.flex-direction-nav a {
  line-height: 1;
  height: auto;
  width: auto;
  padding: 10px 14px;
  border-radius: 29px;
  border: 2px solid #fff;
  opacity: 1;
  transition: none; }
  .flex-direction-nav a::before {
    color: #fff;
    font-size: 12px;
    text-shadow: none; }
  .flex-direction-nav a:hover {
    border-color: #2caae2; }
    .flex-direction-nav a:hover::before {
      color: #2caae2; }

.slide-content {
  background-color: #2caae2;
  padding: 50px;
  position: absolute;
  left: 8%;
  top: 20%;
  width: 470px; }
  @media (min-width: 320px) and (max-width: 800px) {
    .slide-content {
      left: 10%;
      top: 10%;
      padding: 30px;
      width: 46%; } }
  @media (min-width: 320px) and (max-width: 600px) {
    .slide-content {
      display: none; } }
  .slide-content h1 {
    font-weight: 700;
    color: #fff;
    font-size: 36px;
    margin: 0 0 20px; }
    @media (min-width: 320px) and (max-width: 800px) {
      .slide-content h1 {
        font-size: 30px; } }
  .slide-content p {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    opacity: 0.7; }
  .slide-content .read-more-link {
    background: none;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    padding: 7px 25px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase; }
    .slide-content .read-more-link:hover {
      background: #fff;
      color: #2caae2; }

/**
 * Spotlight
 */
.spotlight {
  background: #f5f5f5;
  padding: 90px 0; }

.spotlight-wrapper {
  color: #fff;
  padding: 50px;
  text-align: center; }
  .spotlight-wrapper h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .spotlight-wrapper p {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 60px; }
  .spotlight-wrapper .more-link {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    text-shadow: none; }
    .spotlight-wrapper .more-link:hover {
      background: #fff;
      color: #2caae2; }

/**
 * Hero Message
 */
.hero-message {
  padding: 40px 0;
  text-align: center;
  background: #f5f5f5; }
  .hero-message .hero-message-content {
    margin: 0 auto;
    width: 80%; }
    @media (min-width: 320px) and (max-width: 800px) {
      .hero-message .hero-message-content {
        width: 100%; } }
  .hero-message h1 {
    font-size: 30px;
    margin-top: 0; }
    @media (min-width: 320px) and (max-width: 600px) {
      .hero-message h1 {
        font-size: 20px; } }
  .hero-message p {
    margin-bottom: 0; }
    @media (min-width: 320px) and (max-width: 600px) {
      .hero-message p {
        font-size: 14px; } }

/**
 * Services
 */
.services {
  padding: 90px 0 35px; }
  .services .service {
    margin-bottom: 45px; }

.service-icon .fa {
  font-size: 40px;
  color: #2caae2; }

.service-detail .service-thumbnail {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .service-detail .service-thumbnail {
      width: 100%; } }

.service-detail h3 {
  margin-top: 0; }
  .service-detail h3 a {
    color: #323232; }

.service-detail p {
  color: #777;
  font-size: 14px; }

/**
 * Departments
 */
.departments {
  background-color: #f5f5f5;
  padding: 90px 0; }

.departments-content {
  background-color: #1e9ed7; }
  .departments-content .col-md-15:nth-child(5n) .department {
    border-right: 0; }

.departments-content .department {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  min-height: 190px;
  text-align: center;
  padding: 20px;
  transition: all 200ms ease-in-out 0s; }
  @media (max-width: 1170px) {
    .departments-content .department {
      min-height: 210px; } }
  .departments-content .department.no-border-bottom {
    border-bottom: 0; }
    @media (max-width: 801px) {
      .departments-content .department.no-border-bottom {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }
  .departments-content .department:hover {
    background-color: #2caae2; }
    .departments-content .department:hover h3,
    .departments-content .department:hover i,
    .departments-content .department:hover p {
      color: #fff; }
  .departments-content .department h3 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase; }
  .departments-content .department i {
    color: #2caae2;
    font-size: 60px; }
  .departments-content .department p {
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0;
    opacity: 0.7; }

/**
 * Doctors
 */
.doctors {
  padding: 90px 0 0; }
  .doctors .doctor {
    margin-bottom: 0; }
  .doctors .view-more {
    display: inline-block;
    width: 100%;
    margin: 70px auto;
    text-align: center; }

@media (min-width: 320px) and (max-width: 800px) {
  .doctors-desc {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .doctor-detail .doctor-thumbnail {
    width: 100%; } }

.doctor-detail span {
  color: #2caae2;
  display: block;
  font-size: 12px;
  margin-top: 12px; }

.doctor-detail h3 {
  margin-top: 0; }
  .doctor-detail h3 a {
    color: #323232; }

.doctor-detail p {
  color: #777;
  font-size: 14px; }

/**
 * Image overlay
 */
.img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 30px 40px;
  transition: all .3s;
  text-align: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75); }

.img-overlay:hover {
  opacity: 1; }

.img-overlay .content-overlay {
  color: #fff; }

.img-overlay .content-overlay span {
  margin-bottom: 20px; }

.img-overlay .content-overlay h3 a {
  margin-top: 0;
  color: #fff; }

.img-overlay .content-overlay h3 a:hover {
  color: #2caae2; }

.img-overlay .content-overlay p {
  font-size: 13px;
  color: #fff; }

/**
 * Callout
 */
.callout {
  background-color: #2caae2;
  padding: 80px 0; }
  @media (min-width: 320px) and (max-width: 800px) {
    .callout .callout-text {
      text-align: center;
      margin-bottom: 50px; } }
  .callout h3 {
    color: #fff;
    margin: 0 0 50px;
    font-size: 38px;
    text-transform: uppercase; }
  .callout p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px; }
  @media (min-width: 320px) and (max-width: 800px) {
    .callout .callout-btn {
      text-align: center;
      margin-bottom: 0; } }

/**
 * Testimonials
 */
.testimonials {
  color: #fff;
  padding: 80px 0 70px;
  text-align: center;
  position: relative; }

.widget_imedical-builder-testimonial .panel-widget-style {
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover; }

.testimonials-content {
  position: relative;
  z-index: 9; }

.testimonials-header h3 a {
  color: #fff; }
  .testimonials-header h3 a:hover {
    color: #2caae2; }

.testimonials-header p {
  color: #d3d3d3; }

.testimonials-list .flexslider {
  background: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  margin: 0; }
  .testimonials-list .flexslider img {
    border-radius: 80px;
    height: 80px;
    width: 80px;
    display: inline-block; }
  .testimonials-list .flexslider .flex-direction-nav a {
    background: transparent; }

.testimonials-list img {
  margin-bottom: 18px; }

.testimonials-list p {
  color: #d3d3d3;
  width: 70%;
  margin: 0 auto 45px;
  font-style: italic;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.5; }

.testimonials-list .author {
  font-size: 700; }

.testimonials-list .role {
  font-size: 14px;
  color: #2caae2; }

/**
 * News Section
 */
.latest-news {
  padding: 90px 0; }

@media (min-width: 320px) and (max-width: 600px) {
  .news-section article {
    margin-bottom: 40px; } }

.news-section .published {
  background-color: #2caae2;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 1px 10px; }

.news-section .entry-thumbnail {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .news-section .entry-thumbnail {
      width: 100%; } }

.news-section .entry-title {
  font-size: 20px; }
  .news-section .entry-title a {
    color: #323232; }
    .news-section .entry-title a:hover {
      color: #2caae2; }

.news-section .entry-summary {
  color: #777;
  font-size: 14px;
  line-height: 1.5; }
  .news-section .entry-summary p {
    margin-bottom: 0; }

.news-section .more-news {
  display: block;
  font-size: 14px;
  text-align: right; }

.entry-builder .panel-grid-cell .so-panel {
  margin-bottom: 0 !important; }

/*------------------------------------*	$BLOG
\*------------------------------------*/
.single .post .entry-thumbnail,
.single .post .featured-video,
.single .post .featured-audio {
  margin-bottom: 14px; }

.post {
  margin-bottom: 50px; }
  .post .flexslider {
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none; }
  .post .flex-direction-nav a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
  .post .flex-direction-nav a.flex-next:before {
    content: '\f054'; }
  .post .flex-direction-nav a.flex-prev:before {
    content: '\f053'; }

.entry-header {
  margin-bottom: 30px;
  text-align: center; }
  .entry-header .entry-date {
    color: #999;
    display: block;
    font-size: 13px; }
  .entry-header .entry-title {
    font-weight: 400;
    margin-top: 4px; }
    .entry-header .entry-title a {
      color: #303030; }
      .entry-header .entry-title a:hover {
        color: #2caae2; }
  .entry-header .fa {
    color: #2caae2;
    font-size: 40px;
    margin-bottom: 10px; }

.featured-audio,
.featured-video {
  margin-bottom: 20px; }

.entry-meta {
  color: #999;
  display: block;
  font-size: 13px; }
  .entry-meta .entry-date {
    display: inline-block; }

.entry-thumbnail {
  margin-bottom: 25px; }

.entry-summary {
  font-size: 14px;
  line-height: 1.5; }

.entry-footer {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px; }
  .entry-footer .more-link {
    font-size: 11px;
    background: #2caae2;
    color: #fff;
    padding: 5px 20px;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .entry-footer .more-link:hover {
      background-color: #303030;
      color: #fff; }

/**
 * Author box
 */
.author-bio {
  background-color: #f5f5f5;
  clear: both;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
  padding: 25px; }
  .author-bio .avatar {
    border-radius: 63px;
    float: left;
    margin-right: 15px; }
  .author-bio .description {
    overflow: hidden; }
    .author-bio .description .name {
      margin: 0 0 6px; }
    .author-bio .description p:last-child {
      margin-bottom: 0; }

/**
 * Related posts
 */
.related-posts h3 {
  font-size: 18px;
  margin-bottom: 20px; }

.related-posts ul {
  list-style: none;
  padding: 0; }

@media (min-width: 320px) and (max-width: 600px) {
  .related-posts li {
    margin-bottom: 30px; } }

.related-posts li:hover .entry-title {
  color: #2caae2; }

.related-posts .entry-title {
  font-size: 16px;
  margin-bottom: 6px; }

.related-posts .entry-date {
  color: #999;
  font-size: 13px; }

/**
 * Post pagination
 */
.loop-nav {
  margin-bottom: 40px;
  font-size: 14px; }
  .loop-nav a {
    display: block; }
  .loop-nav .prev {
    float: left;
    margin-right: 2%;
    width: 48%; }
    @media (max-width: 568px) {
      .loop-nav .prev {
        margin-right: 0;
        width: 100%; } }
  .loop-nav .next {
    float: right;
    text-align: right;
    width: 48%; }
    @media (max-width: 568px) {
      .loop-nav .next {
        width: 100%; } }

/**
 * Pagination
 */
.pagination {
  margin-bottom: 50px;
  text-align: center; }
  .pagination .page-numbers {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    color: #303030;
    padding: 5px 15px; }
    .pagination .page-numbers.current, .pagination .page-numbers:hover {
      background-color: #2caae2;
      border: 1px solid #1e9ed7;
      color: #fff; }

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
  margin-bottom: 20px; }

.gallery-item {
  margin: 0 4px 4px 0;
  float: left;
  overflow: hidden;
  position: relative; }

.gallery-icon a,
.gallery-icon img {
  display: block; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px); }

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px); }

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px); }

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px); }

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px); }

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px); }

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px); }

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px); }

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0; }

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left; }

.gallery-caption {
  padding: 2px 8px;
  font-size: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

.entry-share {
  display: inline-block;
  float: right;
  font-size: 30px;
  overflow: hidden;
  margin-bottom: 20px; }
  .entry-share .fb {
    color: #3b5998; }
  .entry-share .tw {
    color: #55acee; }
  .entry-share .gplus {
    color: #dd4b39; }
  .entry-share .pinterest {
    color: #cc2127; }
  .entry-share .linkedin {
    color: #0976b4; }

/*------------------------------------*	$DOCTOR & DEPARTMENT
\*------------------------------------*/
.doctor {
  margin-bottom: 48px; }
  .doctor:nth-child(3n+1) {
    clear: left; }
    @media (min-width: 320px) and (max-width: 768px) {
      .doctor:nth-child(3n+1) {
        clear: none; } }
  .doctor .entry-title {
    font-size: 18px;
    margin: 0 0 14px; }
    .doctor .entry-title a {
      color: #323232; }
      .doctor .entry-title a:hover {
        color: #2caae2; }
  .doctor .speciality {
    font-size: 13px; }
    .doctor .speciality a:hover {
      text-decoration: underline; }
  .doctor .doctor-detail .entry-thumbnail {
    margin-bottom: 0; }

.doctor-info {
  background-color: #f5f5f5;
  padding: 20px; }
  .doctor-info .bbottom {
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
    margin-bottom: 14px; }

@media (min-width: 320px) and (max-width: 600px) {
  .doctor-detail {
    margin-bottom: 30px; } }

.socialize {
  margin-top: 30px; }
  .socialize li {
    margin-right: 14px; }
  .socialize a {
    font-size: 40px; }
    .socialize a:hover {
      color: #222; }

.departments-list {
  margin-bottom: 60px; }

.post-type-archive-department .departments-content {
  background-color: #fff; }
  .post-type-archive-department .departments-content .col-md-15:hover .department {
    border-color: #2caae2; }
  .post-type-archive-department .departments-content .department {
    border: 2px solid #eee;
    margin: -1px -1px;
    min-height: 357px; }
    .post-type-archive-department .departments-content .department .img-wrapper {
      display: inline-block;
      background: #2caae2;
      padding: 25px;
      margin-bottom: 20px; }
    .post-type-archive-department .departments-content .department h3 a {
      color: #333;
      margin-bottom: 16px; }
    .post-type-archive-department .departments-content .department p {
      color: #444;
      font-size: 14px;
      margin-bottom: 1.5em; }
    .post-type-archive-department .departments-content .department .more-link {
      border: 2px solid #eee;
      display: inline-block;
      font-size: 14px;
      padding: 10px 20px;
      border-radius: 25px;
      color: #333;
      font-weight: 700; }
    .post-type-archive-department .departments-content .department:hover h3 a,
    .post-type-archive-department .departments-content .department:hover p {
      color: #fff; }
    .post-type-archive-department .departments-content .department:hover .more-link {
      border-color: #fff;
      color: #fff; }
      .post-type-archive-department .departments-content .department:hover .more-link:hover {
        background: #1a8dc1; }
  .post-type-archive-department .departments-content .col-md-15:nth-child(5n) .department {
    border-right: 2px solid #eee; }

/*------------------------------------*	$SERVICE
\*------------------------------------*/
.service {
  margin-bottom: 48px; }
  .service:nth-child(3n+1) {
    clear: left; }
    .home .service:nth-child(3n+1) {
      clear: none; }
  .service .entry-title {
    font-size: 18px;
    margin: 0 0 14px; }
    .service .entry-title a {
      color: #323232; }
      .service .entry-title a:hover {
        color: #2caae2; }

/*------------------------------------*	$TESTIMONIAL
\*------------------------------------*/
.testimonial .testimonial-content {
  background-color: #fafafa;
  border: 1px solid #eee;
  float: left;
  margin: 3em 0;
  padding: 0 40px;
  text-align: center; }

.testimonial .testimonial-thumbnail {
  border-radius: 64px;
  margin-top: -30px; }

.testimonial .entry-title {
  font-size: 18px; }
  .testimonial .entry-title a {
    color: #323232; }
    .testimonial .entry-title a:hover {
      color: #2caae2; }

.testimonial-website {
  font-size: 13px;
  padding-bottom: 20px; }

/*------------------------------------*	$EVENTS
\*------------------------------------*/
.tt_event_hours .event_hours_left {
  clear: left; }

.tt_event_columns .tt_event_column_left,
.tt_event_columns .tt_event_column_right {
  width: 47%; }

.tt_event_columns .tt_event_column_left {
  margin-right: 5%; }

.tt_event_hours .event_hours_left,
.tt_event_hours .event_hours_right {
  width: 47%; }

.tt_event_hours .event_hours_left {
  margin-right: 5%; }

/*------------------------------------*	$APPOINTMENT
\*------------------------------------*/
.ninja-forms-required-items {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px; }

.ninja-forms-all-fields-wrap .field-wrap {
  float: left;
  margin-right: 5%;
  width: 45%; }
  .ninja-forms-all-fields-wrap .field-wrap:nth-of-type(2n+2) {
    clear: left; }
  .ninja-forms-all-fields-wrap .field-wrap:nth-of-type(2n+1) {
    margin-right: 0;
    width: 50%; }
  .ninja-forms-all-fields-wrap .field-wrap.textarea-wrap {
    display: block;
    float: none;
    width: 100%;
    margin-right: 0; }
  .ninja-forms-all-fields-wrap .field-wrap input,
  .ninja-forms-all-fields-wrap .field-wrap textarea {
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    padding: 5px; }

.ninja-forms-all-fields-wrap label {
  font-size: 14px; }

/*------------------------------------*	$STATE
\*------------------------------------*/
.no-js .hide-if-no-js {
  display: none; }

/**
 * Bootstrap hack
 */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

.col-xs-25 {
  width: 40%;
  float: left; }

.col-xs-35 {
  width: 60%;
  float: left; }

.col-xs-45 {
  width: 80%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }
