/*
Theme Name:   SA Theme
Theme URI:    http://surgeonsadvisor.com/
Description:  Theme from Surgeons Advisor.
Author:       Andree Sabas
Author URI:   http://surgeonsadvisor.com/
Template:     genesis
Version:      1.0.0
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  sa-desktop
*/

/* Style Standards 
-------------------------------------------------------------------- */
body > div {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
}

.content-row {
  clear: both;
}
.content-row .wrap {
  margin: 0 auto;
  max-width: 1200px; /*Website width*/
  padding: 30px 0;
}

/*
* Site Header
*/

.site-header {
  border-bottom: none;
  background-color: #ffffff;
  margin: 0 -15px;
  padding: 0 15px;
  min-height: 110px;
}

.site-header .wrap {
  padding: 20px 0;
}

/*
* Menu Navigation Primary
*/

:not(.mobile) .genesis-nav-menu {
  text-align: center;
  position: relative;
}

.nav-primary {
  margin: 0 -15px;
  background-color: #333333;
}

.genesis-nav-menu a {
  color: #ffffff;
  font-weight: 400;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  border-top: none;
}

.genesis-nav-menu .sub-menu {
  border-top: none;
}

.genesis-nav-menu .sub-menu a {
  background-color: #333333;
  border: none;
  padding: 8px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: #999999;
  text-decoration: none;
}

.menu .fa-chevron-down {
  display: none;
}

/*
* Mega Menu
*/
.menu .mega-menu > a:focus + ul.sub-menu {
  left: 0;
}

/* 1st Level megamenu */
.genesis-nav-menu > .mega-menu > .sub-menu {
  margin: 0;
  padding: 15px 30px;
  position: absolute;
  width: 1200px;
  margin-left: 0;
  background-color: #333333;
}
.genesis-nav-menu > .mega-menu:hover > .sub-menu {
  opacity: 1;
  margin-left: 0;
  right: 0;
  left: 0;
}
/* 2nd level Megamenu*/
.genesis-nav-menu > .mega-menu > .sub-menu {
  margin-left: 0;
  width: 1200px;
}
.genesis-nav-menu > .mega-menu > .sub-menu > .menu-item {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding: 1rem 1rem 0rem;
  float: left;
}

.genesis-nav-menu > .mega-menu > .sub-menu > .menu-item.two-columns {
  width: 50%;
}

.genesis-nav-menu > .mega-menu > .sub-menu > .menu-item > a {
  background-color: transparent;
  border-bottom: solid 1px #ffffff;
  border: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 0.25em 0 0.75em;
  width: 100%;
}
.genesis-nav-menu > .mega-menu > .sub-menu > .menu-item-has-children > a:after {
  content: none;
}
/* 3rd level menu */
.genesis-nav-menu > .mega-menu > .sub-menu > .menu-item > .sub-menu {
  left: 0;
  opacity: 1;
  margin: 0;
  position: relative;
  display: block;
  width: 100%;
}
.genesis-nav-menu > .mega-menu > .sub-menu > .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu
  > .mega-menu
  > .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item {
  float: none;
  width: 100%;
}
.genesis-nav-menu
  > .mega-menu
  > .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item
  > a {
  color: #fff;
  padding: 4px 0;
  background-color: transparent;
  border: none;
  line-height: 1.6;
  width: 100%;
}
.genesis-nav-menu
  > .mega-menu
  > .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item
  > a:hover {
  color: #999999;
}
.genesis-nav-menu
  > .mega-menu
  > .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item-has-children
  > a {
  font-weight: bold;
  pointer-events: none;
}
/* 4th level menu */
.genesis-nav-menu
  > .mega-menu
  > .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item
  > .sub-menu {
  background-color: transparent;
  margin: 0;
  position: static;
}
.genesis-nav-menu
  > .mega-menu
  > .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item {
  background-color: transparent;
  margin: 0;
  position: static;
  width: 100%;
}
.genesis-nav-menu
  > .mega-menu
  > .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item
  a {
  padding: 0.25em 12px;
  background-color: transparent;
  border: 0;
  color: #222;
  width: 100%;
}
.genesis-nav-menu
  > .mega-menu
  > .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item
  a:hover,
.genesis-nav-menu
  > .mega-menu
  > .sub-menu
  > .menu-item
  > .sub-menu
  > .menu-item
  > .sub-menu
  > .current-menu-item
  a {
  color: #749aab;
}

/*
* Slider
*/

.featured-slider {
  background-color: #cccccc;
  margin: 0 -15px;
}

.site-prefooter {
  background-color: #333333;
  color: #ffffff;
  margin: 0 -15px;
}

.site-footer {
  background-color: #cccccc;
  border-top: none;
  color: #333333;
  font-size: 80%;
  margin: 0 -15px;
  padding: 15px 0;
  text-align: center;
}

/* 
* Core Pages
*/

.banner-featured-background {
  background-image: url("/wp-content/themes/sa-theme/includes/img/pattern.png");
  margin: 0 -15px;
  padding: 0 15px;
}

.banner-featured-background .wrap {
  padding: 0;
}

.page-template-front-page-test .site-container,
.home .site-container {
  background-image: none;
}

.breadcrumb {
  font-size: 0.8em;
  margin-bottom: 15px;
}

.breadcrumb a {
  text-decoration: none;
}

.home .content-sidebar-wrap {
  display: block;
}

.page-template-front-page-test .content-sidebar-wrap,
.page-template-front-page .content-sidebar-wrap {
  display: block;
}

.home .content {
  padding: 0;
}

.site-container {
  /*background-image: url("/wp-content/themes/sa-theme/includes/img/bg-pages.jpg");*/
  background-position: center;
  background-repeat: repeat-y;
}

.site-inner {
  background-color: #ffffff;
  padding-top: 0;
}

.content-sidebar-wrap {
  display: flex;
  flex-direction: row;
}

.sidebar {
  background-color: #cccccc;
  padding: 30px 0px 30px 30px;
  width: 30%;
  max-width: 30%;
}

.sidebar a {
  text-decoration: none;
}

.content {
  width: 70%;
  max-width: 70%;
  padding: 40px 30px 0 0;
}

.full-width-content .content {
  max-width: 100%;
  float: none;
}

.home .site-inner,
.page-template-front-page-test .site-inner {
  max-width: 100%;
}

.page-template-front-page-test h1.entry-title,
.page-template-front-page h1.entry-title {
  display: none;
}

.home .content {
  max-width: 1200px;
  margin: 0 auto;
  float: none;
}

/*
* Archive Template
*/
.entry {
  margin-bottom: 40px;
}

.entry-title {
  font-size: 30px;
  font-size: 3rem;
}

.entry-title a {
  color: #333333;
  text-decoration: none;
}

.entry-header .entry-meta {
  margin-bottom: 15px;
  font-size: 0.9em;
}

/*
* Single Template
*/

h1.entry-title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #666;
}

h1.archive-title {
  font-size: 3.6rem;
  font-size: 36px;
  color: #333333;
}

.entry-featured-image {
  height: 350px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ccc;
  margin: 0 -15px;
}

.pagination li a {
  background-color: #333;
  padding: 10px 15px;
  color: #ffffff;
}

.pagination li.active a {
  color: #333333;
  background-color: #999999;
}

.pagination {
  margin-top: 0;
}

/*
* Plugin Fixes
*/

.video-gallery-content.row {
  margin: 0;
}

.video-gallery-content .archive-title {
  padding: 0;
  float: none;
}

.video-post,
.video-category {
  margin-bottom: 15px;
}

.vgsa_terms_dropdown {
  padding: 0 !important;
  float: none !important;
}

.video-post,
.video-category {
  display: inline-block !important;
  vertical-align: top !important;
  float: none !important;
  margin-left: -4px;
}

.tax-video-category .video-gallery {
  margin-left: 0 !important;
}

.embed-responsive {
  margin-top: 20px;
}

.video-item-title .video-item-title-heading {
  font-size: 16px;
  font-size: 1.6rem;
}

.video-item-title .video-item-title-heading a {
  color: #333333;
  text-decoration: none;
}

.widget_vgsa-search-widget input[type="text"] {
  width: 75%;
  float: left;
  padding: 17px;
}

.widget_vgsa-search-widget button {
  float: left;
  width: 25%;
  color: #ffffff;
}

.post-type-archive .content.row {
  margin: 0;
}

.post-type-archive .archive-title {
  padding: 0;
  float: none;
}

.content .video-gallery:nth-child(even) {
  padding-left: 0;
}

.content .video-gallery:nth-child(odd) {
  padding-right: 0;
}

.rating {
  color: #333333 !important;
}

.fa-star,
.fa-star-half-o {
  color: #f90 !important;
}

.tmsa-widget-content:before {
  display: none;
}

.tmsa-widget-content p:first-child:before {
  content: "\f10d ";
  font-family: fontAwesome;
  margin-right: 10px;
  color: #000000;
}

.tmsa-widget-content p:last-child:after {
  content: "\f10e";
  font-family: fontAwesome;
  margin-left: 10px;
  color: #000000;
}

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

.photogallery-shortcode-multipatient-caption {
  text-align: center;
}

.disclaimer,
.text-disclaimer {
  font-size: 0.7em;
  text-align: center;
}

.hidden-desktop {
  display: none;
}

.hidden-mobile {
  display: block;
}

/* Validations */
.gform_wrapper div.validation_error {
  display: none !important;
}
.gform_wrapper {
  margin: 0;
}
.gform_wrapper .gfield_description.validation_message {
  color: #ff0000;
  font-size: 12px;
  font-weight: 500;
  padding: 0 !important;
  position: absolute;
  right: 30px;
  top: 30px;
  width: auto !important;
  z-index: 9;
}
.gform_wrapper .gfield_error {
  padding: 0px !important;
}
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  label.gfield_label,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.ginput_container {
  margin: 0;
  padding: 0;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0 !important;
  background-color: transparent !important;
  position: relative;
}
body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.ginput_container,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  label.gfield_label {
  margin-top: 0 !important;
}
.sidebar .gform_body li {
  margin-bottom: 0;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"] {
  margin-top: 0px !important;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0 !important;
}
.gform_wrapper textarea {
  height: 120px !important;
}


.swipe-menu {
  display: none;
}
/*
* Responsive Utilities
*/

@media only screen and (max-width: 1280px) {
  .site-inner,
  .wrap {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /*
	* Genesis default
	*/

  body {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .site-inner,
  .wrap,
  .content-row .wrap {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .site-inner {
    padding-top: 0;
  }
  .content-row .wrap {
    padding: 30px 15px;
  }
  body > div {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .site-container {
    background-image: none;
  }
  /*
	* Admin bar Wordpress default
	*/
  .admin-bar .swipe-menu {
    top: 32px;
  }
  .admin-bar .site-header {
    padding-top: 32px;
  }
  .admin-bar .title-area {
    margin-top: 70px;
  }

  /*
	* Swipe menu
	*/

  body.overflow-hidden {
    overflow: hidden !important;
    position: fixed !important;
  }
  .swipe-menu {
    display: block;
    background-color: #ffffff;
    bottom: 0px;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    right: -100vw; /*left or right and the width of your navigation panel*/
    top: 48px;
    transition: 300ms ease;
    width: 100vw; /*should match the above value*/
    z-index: 9;
  }

  .swipe-menu.menu-active {
    right: 0;
  }

  .swipe-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
  }

  .swipe-menu .sub-menu {
    display: none;
  }
  .swipe-menu .item-contact a {
    background: #a05a97;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    min-height: 52px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
  }
  .swipe-menu ul li {
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
  }
  .swipe-menu ul li a {
    color: #333;
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    text-decoration: none;
    line-height: 30px;
  }
  .swipe-menu ul li.menu-item-has-children > a,
  .swipe-menu ul li.menu-item-has-children > .fa {
    display: inline-block !important;
  }
  .swipe-menu ul li.menu-item-has-children > a {
    width: 89%;
  }
  .swipe-menu ul li.menu-item-has-children > .fa {
    color: #999999 !important;
    text-align: center;
    vertical-align: bottom;
    width: 11%;
    transition: 0.5s;
    transform: rotate(270deg);
    font-size: 18px;
    padding: 15px 0px;
  }
  .swipe-menu ul li.menu-item-has-children.menu-open > .fa {
    transform: rotate(360deg);
    background-color: #e4e4e4;
    min-height: 50px;
  }
  .swipe-menu ul li.menu-item-has-children.menu-open > a {
    background-color: #e4e4e4;
  }
  .swipe-menu ul li.menu-item-has-children.menu-open .sub-menu li {
    border: 0;
  }
  .swipe-menu
    ul
    li.menu-item-has-children.menu-open
    ul
    li.menu-item-has-children.menu-open
    > a {
    background-color: transparent;
    font-weight: 700;
  }
  .swipe-menu
    ul
    li.menu-item-has-children.menu-open
    ul
    li.menu-item-has-children.menu-open
    > .fa {
    background-color: transparent;
  }
  .swipe-menu .sub-menu a {
    font-size: 16px;
    margin: 0;
  }
  .swipe-menu .sub-menu .sub-menu a {
    padding-left: 30px;
    font-size: 16px;
  }
  .swipe-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 45px;
  }

  .swipe-menu .mobile-menu-container .sub-menu {
    padding: 0;
    list-style: none;
    display: none;
  }

  .mobile-header {
    background-color: #605484;
    color: #fff;
  }
  .mobile-header .wrap {
    padding: 11px 15px;
    color: #fff;
    font-size: 16px;
    min-height: 48px;
    letter-spacing: 2px;
  }
  .mobile-header .wrap a {
    color: #fff;
    line-height: normal;
  }
  .mobile-header .fa-times {
    color: #fff;
    font-size: 24px;
    vertical-align: baseline;
    line-height: 16px;
  }
  .mobile-logo {
    background-color: #fff;
    padding: 5px 15px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    display: table;
    width: 100%;
    min-height: 68px;
  }
  .mobile-logo img {
    height: 57px !important;
    display: block;
    width: auto;
    margin: 0 auto;
  }

  .mobile-logo p {
    margin: 0;
  }
  /* Navigation search form
      ================================ */
  li.search {
    padding: 15px;
    border-bottom: 0 !important;
  }
  li.search label {
    display: block;
    text-transform: uppercase;
  }
  li.search input[type="text"] {
    width: 85%;
    border: 1px solid #4b5686;
  }
  li.search input[type="submit"] {
    width: 15%;
    padding: 0;
    border-radius: 0;
    font-family: fontAwesome;
    background: #4b5686;
    font-size: 16px;
  }
  li.search input {
    float: left;
    height: 30px;
    padding: 10px;
  }

  /*
	* Header Styles
	*/
  .site-header .header-widget-area {
    display: none;
  }

  .title-area {
    display: none;
  }

  .site-header {
    background-color: #333333 !important;
    color: #ffffff !important;
    border-bottom: none !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15) !important;
    left: 15px;
    min-height: 48px !important;
    position: fixed !important;
    top: 0 !important;
    transition: 300ms ease !important;
    width: 100% !important;
    z-index: 999 !important;
  }

  .site-header .wrap {
    width: 100%;
    max-width: 100%;
    padding: 20px 15px !important;
  }

  .site-header .widget-area {
    text-align: left;
    width: 100% !important;
  }

  .site-header .telephone {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 2px;
  }
  .site-header .telephone svg {
    position: relative;
    top: 3px;
    fill: white;
  }

  /*.site-header .telephone:before {
    content: "\f095";
    font-family: fontAwesome;
    vertical-align: middle;
    margin-right: 5px;
  }*/

  .email {
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    letter-spacing: 2px;
  }
  .email svg {
    position: relative;
    top: 3px;
    fill: white;
  }
  /*.email:before {
    content: "\f1d8";
    font-family: fontAwesome;
    margin-right: 5px;
    vertical-align: baseline;
  }*/

  .menu-toggle {
    width: 24px;
    height: 24px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .menu-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 24px;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .menu-toggle span:nth-child(1) {
    top: 4px;
  }
  .menu-toggle span:nth-child(2) {
    top: 12px;
  }
  .menu-toggle span:nth-child(3) {
    top: 20px;
  }
  .menu-toggle.menu-active span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .menu-toggle.menu-active span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .menu-toggle.menu-active span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  /*
	* Core pages
	*/

  .banner-featured-background .wrap {
    padding: 0px 15px;
  }

  .content {
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }

  .breadcrumb {
    margin: 0 -15px 15px;
    padding: 10px 15px;
    background-color: #fff;
  }
  .content-sidebar-wrap {
    display: block;
  }
  .sidebar {
    width: 100vw !important;
    max-width: inherit;
    border-top: solid 1px #ccc;
    padding: 50px 20px 0 !important;
    margin: 0 -15px;
    float: none !important;
  }
  .sidebar-primary > .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .sidebar section.widget_nav_menu ul li,
  .sidebar section.widget_pgsa-taxonomy-list ul li,
  .sidebar section.widget_vgsa-taxt-list ul li {
    float: left;
    width: 50%;
  }

  .sidebar .widget-title {
    text-align: center;
  }

  .pgsa-singlepatient__gallery {
    max-width: 400px;
    margin: auto;
  }
  .sidebar .gform_wrapper .gform_footer .button {
    display: block;
    margin: auto;
  }

  /*
	* Plugin Fixes
	*/
  .photogallery-patient-navigation > * {
    width: 50% !important;
    float: left;
  }

  .site-footer .row {
    margin: 0;
  }

  /*
	* Responsive utilities
	*/
  .hidden-desktop {
    display: block;
  }

  .hidden-mobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  /*
	* Wordpress standards
	*/
  .site-inner,
  .wrap {
    padding-right: 0;
    padding-left: 0;
  }

  /*
	* Admin bar Wordpress default
	*/
  .admin-bar .swipe-menu {
    top: 92px;
  }
  .admin-bar .site-header {
    padding-top: 46px;
  }
  #wpadminbar {
    position: fixed;
  }

  /*
	* Plugin Fixes
	*/
  .video-post,
  .video-category {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 641px) {
  .gform_wrapper .ginput_container span:not(.ginput_price) {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 480px) {
  /* 
	* Wordpress Standards
	*/
  a.alignright,
  img.alignright,
  .wp-caption.alignright,
  a.alignleft,
  img.alignleft,
  .wp-caption.alignleft {
    display: block;
    float: none;
    margin: 15px auto !important;
  }

  .content-row .wrap {
    padding: 30px 0;
  }

  .site-prefooter .row {
    margin-right: 0;
    margin-left: 0;
  }

  /*
	* Core pages
	*/

  .banner-featured-background .wrap {
    padding: 15px;
  }

  /*
	* Entries
	*/
  .entry-featured-image {
    height: 170px;
  }

  .photogallery-shortcode-multipatient .col-xs-6,
  .gallery-photos .col-xs-6,
  .photogallery-post-pictures .col-xs-6 {
    width: 100%;
    margin-bottom: 15px;
  }
  .photogallery-doctor-info .col-md-3 {
    width: 25%;
    float: left;
  }
  .sidebar section.widget_nav_menu ul li,
  .sidebar section.widget_pgsa-taxonomy-list ul li,
  .sidebar section.widget_vgsa-taxt-list ul li {
    float: none;
    width: 100%;
  }
}
/*
* Plugin Fixes
*/

/* Safari 10.1+ */
@media not all and (min-resolution: 0.001dpcm) {
  @media {
    .tax-procedures .pgsa-photo,
    .photos-before-after {
      width: 49.9% !important;
    }
  }
}

/*iphone*/
@media screen and (max-width: 767px) {
  ::-webkit-full-page-media,
  :future,
  :root .tax-procedures .pgsa-photo {
    width: 98% !important;
  }
  ::-webkit-full-page-media,
  :future,
  :root .gallery-photos.row {
    display: block;
  }
  ::-webkit-full-page-media,
  :future,
  :root .gallery-photos.row > [class*="col-"] {
    display: block;
  }
  ::-webkit-full-page-media,
  :future,
  :root .pgsa-gallery-photos.row > [class*="col-"] {
    display: block;
  }
}

.photogallery-patient-navigation {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 24px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 30px;
}
.photogallery-post-meta-permalink {
  text-align: right;
}
.tax-procedures article.type-photo-gallery,
.search-results.post-type-archive-photo-gallery article.type-photo-gallery {
  margin-bottom: 50px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
}
.type-photo-gallery figure img {
  margin: auto;
}
.photogallery-patient-info {
  margin-top: 10px;
}
.single-photo-gallery .photogallery-patient-disclaimer {
  font-size: 1.3rem;
}
.photogallery-patient-disclaimer {
  font-size: small;
}
.photogallery-single-section h2 {
  margin-bottom: 5px;
}
.single-photo-gallery h3 {
  font-size: small;
}
.photogallery-shortcode-multipatient-cta {
  margin-top: 0 !important;
}
.patient-info-procedure_page {
  width: 100% !important;
}
.photos-before-after img {
  display: block;
  margin: auto;
}

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v7.0.0 | MIT License | https://necolas.github.io/normalize.css/ */

html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #c3251d;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 32px;
	font-size: 3.2rem;
}
@media only screen and (min-width: 780px) {
  h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

h2, 
h2.entry-title {
	font-size: 28px;
	font-size: 2.8rem;
}

@media only screen and (min-width: 780px) {
  h2, 
  h2.entry-title {
    font-size: 30px;
    font-size: 3rem;
  }
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: #fff;
  border-radius: 0;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

select {
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 780px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	margin-bottom: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.author-box-title,
.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	margin-bottom: 20px;
}

.sidebar .widget-title {
  font-size: 2rem;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 40px;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	min-height: 160px;
	border-bottom: 1px solid #eee;
}

.site-header .wrap {
	padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}
.site-title a {
  background: url(https://www.renudc.com/wp-content/uploads/2021/04/renudc-logo.png) no-repeat!important;
}

.header-image .site-title > a {
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 780px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 32px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 210px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 210px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -38px 0 0 209px;
    border: 1px solid #eee !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary and Secondary Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	border-bottom: 1px solid #eee;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.entry-content .uagb-toc__wrap {
  background: #eee;
  width: 100%;
  padding: 30px;
}
.entry-content .uagb-toc__wrap .uagb-toc__list-wrap {
  column-count: 2;
}
.entry-content .uagb-toc__wrap .uagb-toc__title-wrap {
  justify-content: flex-start;
  margin-bottom: 30px;
}
.entry-content .uagb-toc__wrap .uagb-toc__title {
  font-weight: 500;
  font-size: 20px;
  color: #313131;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding-right: 10px;
	text-decoration: none;
}

.pagination .active a {
	color: #333;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	padding: 32px 0 0 32px;
}

.comment-list li.depth-1 {
	padding-left: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 60px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	border-top: 1px solid #ddd;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 720px;
	}

	.content,
	.site-header .widget-area {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 360px;
	}

	.sidebar-primary {
		width: 300px;
  }
  
  .title-area {
    width: 200px !important;
  }

}

@media only screen and (max-width: 1020px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

}

@media only screen and (max-width: 880px) {

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

.full-width-content .site-container{
  background-image: none;
  background-color: #fff;
}
/*KA*/

i.fa.fa-facebook-square {
  padding-left: 3px;
}
/*#input_6_9 {
  border-radius: 0px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(/wp-content/uploads/2019/08/arrow2.png) #ffff no-repeat right;
}*/
.photogallery-multipatient-shortcode__item {
  padding-top: 10px;
  padding-bottom: 16px;
}



.rc-anchor-normal {
  width: 70%;
}
.post-edit-link {
  display: none;
}
#field_6_6 {
  vertical-align: middle;
}
label#label_6_6_1 {
  padding-top: -2px;
}
.rc-anchor-light {
  width: 100%;
}
select#input_6_9.large.gfield_select {
  border-radius: 0px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.72857143;
}
body > div {
  font-size: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
a {
  color: #5c75cc;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #4b5686;
  border-radius: 4px;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem !important;
  font-weight: 500;
  padding: 0.95rem 2rem;
  text-transform: uppercase;
  text-decoration: none !important;
}
hr {
  border-top: 1px solid #ccc;
}
.content-row .wrap {
  padding: 60px 0;
}
.container-fluid {
  overflow: hidden;
}
ul.twocol {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  background: #dff2fe;
  display: block !important;
  width: 100%;
  padding: 25px 0px 25px 40px;
  margin: 0 0 10px 0;
}
.home h1,
.home h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
  color: #6a747c;
  margin-bottom: 60px;
}
.home h1 {
  margin-bottom: 30px;
}
.home h1:before,
.home h1:after,
.home h2::before,
.home h2::after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 3px solid #dadcde;
  top: 10px;
  width: 225px;
}
.home h1:before,
.home h2:before {
  right: 100%;
  margin-right: 35px;
}
.home h1:after,
.home h2::after {
  left: 100%;
  margin-left: 35px;
}

.home .post-edit-link {
  display: none;
}
.home .content,
.page-template-front-page-test .content {
  width: 100%;
  float: none;
}
.home .content .entry-header {
  text-align: center;
}
.home .entry {
  margin-bottom: 0;
}
.home .site-inner {
  padding-top: 40px;
}

/*** Header ***/
.title-area {
  padding: 0;
  width: 200px;
  order: 1;

}
.site-header {
  background: url(/wp-content/uploads/2018/12/header-bg-min.png) no-repeat;
  background-size: cover;
  margin: 0 -15px;
  border-bottom: 0;
  min-height: auto;
  border-bottom: solid 3px #252525;
}
.site-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.admin-bar .site-header.sticky {
  top: 32px;
}
.site-header .wrap {
  padding: 10px 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.site-header.sticky .wrap {
  padding: 3px 0;
}
.site-header.sticky .site-title > a {
  min-height: 53px;
  background: url(https://www.renudc.com/wp-content/uploads/2019/02/renudc-logo.png)
    no-repeat !important;
}
:not(.mobile) .genesis-nav-menu {
  text-align: right;
}
.site-header .widget-area {
  order: 2;
  flex: 2 0px;
}
.header-image .site-title > a {
  min-height: 114px;
  color: #fff;
}
.before-header {
  background: #252525;
  margin: 0 -15px;
  color: #fff;
  font-size: 16px;
}
.before-header .wrap {
  padding: 0;
}
.before-header .row {
  display: flex;
  align-items: center;
}
.before-header .row > div:last-child {
  text-align: right;
}

.before-header a {
  color: #fff;
  text-decoration: none;
}

.overview_shortcode-container > div {
  display: inline-block;
}

/** Menu **/
.genesis-nav-menu .menu-item a {
  color: #222;
  font-family: "News Cycle", sans-serif;
  font-family: "Thasadith", sans-serif;
  font-family: "Gothic A1", sans-serif;
  font-family: "Pontano Sans", sans-serif;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  padding: 1rem 1.2rem;
  font-size: 20px;
}
.genesis-nav-menu a:hover {
  text-decoration: none !important;
}
.genesis-nav-menu > .menu-item > a:hover {
  background: #6a747c;
  color: #fff !important;
}
.nav-primary {
  background-color: transparent;
  border-bottom: 0;
  margin: 0;
}
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 16px;
}
.genesis-nav-menu .sub-menu a:hover {
  color: #ae1313;
}

.button-2 {
  background: #DF0000;
  border-radius: 0 !important;
  padding: 15px 30px !important;
  font-weight: 400 !important;
  font-size: 17px;
  margin-left: 10px;
}
.tp-caption a {
  color: #fff !important;
}
.featured-slider img {
	display: block;
	margin: auto;
}
.featured-slider {
  background-color: #000;
}
.featured-slider .glide__arrow {
  border:0;
  background-color: #000;
}

#gform_widget-7 .widget-wrap {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
#gform_wrapper_6,
#gform_wrapper_7 {
  margin: 0;
}

.home .page-template-front-page-test,
.home #gform_wrapper_6 {
  max-width: 100%;
  background: #8e8e8e;
  padding: 10px 25px;
  margin: 0;
  min-height: 555px;
}

#gform_wrapper_6 h4,
#gform_wrapper_7 h4,
#gform_wrapper_6 h2 {
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  margin-bottom: 0;
  color: #333;
}
/*#gform_wrapper_6 .gfield_description.validation_message,
#gform_wrapper_7 .gfield_description.validation_message {
  right: 30px;
  top: 10px;
}
#gform_wrapper_6 ul.gfield_checkbox li label,
#gform_wrapper_7 ul.gfield_checkbox li label {
  color: #333;
  font-size: 14px;
}
li.gchoice_6_6_1 {
  margin-bottom: 20px !important;
}

#gform_wrapper_6 input[type="text"],
#gform_wrapper_6 textarea,
#gform_wrapper_6 select,
#gform_wrapper_7 input[type="text"],
#gform_wrapper_7 textarea,
#gform_wrapper_7 select {
  padding: 4px 5px;
  font-size: 14px;
  min-height: 42px;
}

#gform_wrapper_6 .gform_footer,
#gform_wrapper_7 .gform_footer {
  padding: 0 10px;
  margin: 0 0 -40px 0;
}
#gform_submit_button_6,
#gform_submit_button_7 {
  width: 100%;
  font-size: 18px;
  height: 40px;
  background: #ae1313;
}
.sidebar #gform_submit_button_6 {
  height: auto;
}*/
.home #gform_submit_button_6 {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0;
  padding: 0;
  height: 78px;
  width: 100%;
  font-size: 24px !important;
  font-weight: 500;
  letter-spacing: 0px;
}
.home #gform_submit_button_6:hover {
  background: #c3251d;
}

/*#gform_wrapper_6.gform_validation_error
  .gform_body
  ul
  li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
#gform_wrapper_7.gform_validation_error
  .gform_body
  ul
  li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
#field_6_6 .gfield_description.validation_message,
#field_7_6 .gfield_description.validation_message {
  left: 18px;
  top: 15px;
}




li#field_7_10 .ginput_recaptcha {
  min-height: 50px !important;
  height: 50px !important;
}
#gform_wrapper_6 textarea,
#gform_wrapper_7 textarea {
  height: 100px !important;
  margin-bottom: -5px !important;
}
#gform_wrapper_6 .gfield_label,
#gform_wrapper_7 .gfield_label {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  word-wrap: normal !important;
}*/

/*** Home sections ***/
.featured-1 .col-md-3 {
  padding: 0;
}
.featured-1 .col-md-3:not(:last-of-type) {
  position: relative;
  overflow: hidden;
}
.featured-1 .col-md-3 .widget-area {
  min-height: 555px;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .featured-1 .col-md-3 .widget-area {
    min-height: 390px;  
  }
  .featured-1.content-row .widget_nav_menu {
    background-color: rgba(52,58,84,0.75) !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .featured-banner img {
    margin: 0 auto 5px;
  }
}

.featured-1 .col-md-3:not(:last-of-type) .widget-area {
  overflow: hidden;
  transition: 1s;
  cursor: pointer;
  background-color: rgba(52,58,84,0.25);
  text-align: center;
}
.featured-1 .col-md-3:first-child .widget-area,
.featured-1 .col-md-3:nth-child(2) .widget-area,
.featured-1 .col-md-3:nth-child(3) .widget-area {
  transform: translateX(0) translateY(86%);
}
.featured-1 .col-md-3:last-child .widget-area {
  background: #8e8e8e;
  position: relative;
}
.featured-1 .col-md-3 .widget-area a {
  color: #fff;
  text-decoration: none;
}
.home .featured-1 .col-md-3 .widget-area a {
	color: #fff !important;
}
.home .featured-1 .col-md-3 .widget-area a:hover {
  text-decoration: underline;
}

.featured-1 .col-md-3 .widget-area a:hover {
  color: #ae1313;
}
.featured-1 .col-md-3 h4 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 25px 0px 0;
}
.featured-1 .row > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/*.featured-1 .row > .col-md-3:first-child {
  background: url(/wp-content/uploads/2020/09/surgical-procedures.jpg) center
    center;
}*/

.featured-1 div.col-md-3:not(:last-of-type):hover .widget-area {
  transform: translateX(0) translateY(0%);
}

@media only screen and (min-width: 780px) {
  .featured-1 div.col-md-3:not(:last-of-type) .widget-area .widget_nav_menu {
    transition: .5s;
    position: absolute;
    top: 0;    
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: 100%;
  }
  .featured-1 div.col-md-3:not(:last-of-type):hover .widget-area .widget_nav_menu {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 490px) and (max-width: 820px)  {
  .featured-1.content-row .widget_nav_menu {
    padding: 100px 15px 0 !important;
    height: 100% !important;
  }
}

.featured-1 .wrap {
  max-width: 1380px;
  padding: 0 0 60px;
}
.featured-2,
.featured-4 {
  text-align: center;
}
.featured-3 {  
  background-position: center;
  background-repeat: no-repeat; 
  background-size: cover;
  text-align: center;
  margin: 0 -15px;
}
.featured-3 .wrap {
  max-width: 100%;
}
.featured-3 .widget-title {
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  margin: 2rem;
  text-shadow: 0 1px 1px #222;
  text-transform: uppercase;
}
.featured-3 img {
  display: inline-block;
  margin: 0 1% 3em;
  vertical-align: middle;
	max-height: 130px;
}
.featured-4 .slick-dots {
  bottom: -35px;
}
.featured-4 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ae1313;
  padding: 0;
  background-color: #ae1313;
  border-radius: 50%;
  border: 2px solid #fff;
}
.featured-4 .slick-dots li button:before {
  font-family: "slick";
  opacity: 1;
  color: #000000;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #000000;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.25);
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

/* Banner Dr. Schoenfeld */
.featured-5 {
  background: url(/wp-content/uploads/2018/12/bg-slider-schoenfeld-5.jpg)
    no-repeat center center;
  background-size: cover;
  position: relative;
  font-size: 25px;
  min-height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-5 .col-md-6 {
  text-align: center;
  color: #fff;
  line-height: 36px;
  padding: 0;
}
.featured-5 .col-md-6 p {
  margin-bottom: 15px;
}
.featured-5 .col-md-6 span {
  font-size: 20px;
  line-height: 26px;
  display: block;
  margin-bottom: 20px;
}

/**/
.random-testimonial-author ul li.ratings,
.testimonials-sa-rating-container {
  color: #333 !important;
}
.random-testimonial-author {
  margin: 0 auto !important;
}
@media only screen and (min-width: 760px) {
  .testimonial .testimonial-content .col-md-3 {
    width: 25% !important;
    float: left !important;
  }
  .testimonial .testimonial-content .col-md-9 {
    width: 75% !important;
    float: left !important;
  }
  .video-gallery-content .col-md-6 {
    float: left !important;
    width: 50% !important;
  }
}

/*** Footer ***/
.site-footer {
  background-color: #6a747c;
  color: #fff;
  padding: 30px 0;
}
.site-footer a {
  color: #fff;
}
.site-footer section,
.site-footer p {
  margin-bottom: 0;
  line-height: 1.625;
  /*margin-bottom: 15px;*/
}
.social a {
  font-size: 25px;
  color: #fff;
}
.social svg {
  vertical-align: middle;
}

.site-footer .phone {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
#custom_html-16 {
  margin-bottom: 0;
}

/*** Core ***/
.banner-featured-background .wrap {
  padding: 15px 0;
}
.content {
  width: 840px;
}
.entry-title,
h1.gallery-title,
h1.archive-title,
h1.banner-title {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 780px) {
  .entry-title,
  h1.gallery-title,
  h1.archive-title,
  h1.banner-title {
    font-size: 3.8rem;
  }
}

.site-inner {
  padding-top: 0;
}
.sidebar {
  background-color: #f5f7fc;
  padding: 30px;
}
.sidebar .widget_media_image {
  text-align: center;
}
.home .testimonial-widget-container {
	padding: 0;
	text-align: center;
  margin-bottom: 0;
}
.home .featured-4 .swiper-autoheight .swiper-wrapper {
  padding-bottom: 50px !important;
}

.home .testimonial-widget-container .glide__slide {
	margin-bottom: 30px;
	background: #f5f7fc;
	padding: 30px;
}

.content .testimonial-widget-container {
	background: #f5f7fc;
  margin-bottom: 30px;
  text-align: center;
  padding: 30px;
}

.testimonial-widget-container .testimonial-widget {
    padding-bottom: 0 !important;
}
.testimonial-widget-container .testimonial-widget__item__content blockquote {
  margin: 0 20px !important;
}

.sidebar #gform_wrapper_6 .gform_footer {
  margin: 0;
  padding: 0;
}

/*.sidebar #gform_wrapper_6 input[type="text"],
#gform_wrapper_6 textarea,
#gform_wrapper_6 select {
  padding: 8px 5px;
  min-height: 42px;
}*/
.sidebar #gform_wrapper_6 ul.gform_fields li.gfield {
  padding-bottom: 0;
}
.sidebar #gform_wrapper_6 textarea {
  height: 100px !important;
}
.sidebar #gform_wrapper_6 h4,
.sidebar #gform_wrapper_6 h2 {
  font-size: 28px;
  font-weight: 500;
}

/*Accordion procedures faq*/
#accordion section {
  cursor: pointer;
}
#accordion h3 {
  position: relative;
}
#accordion h3:before {
  content: "\f054";
  font-family: "fontAwesome";
  font-size: 13px;
  position: absolute;
  left: 5px;
  top: 7px;
}

.featured-articles {
  background: #dff2fe;
  padding: 30px;
  margin-bottom: 25px;
  border: solid 1px #cfebfe;
  border-radius: 4px;
}
.featured-articles p {
  margin-bottom: 15px;
}
.featured-articles ul {
  margin-bottom: 0;
}
/*Accordion*/
.accordion p,
.accordion ul li i:before,
.accordion ul li i:after {
  transition: all 0.25s ease-in-out;
}
.accordion .no-select,
.accordion h3 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion h3 {
  font-size: 2.2rem;
  position: relative;
  padding: 3px 10px 0 30px;
  color: #333;
  margin-bottom: 0;
}
.accordion h3:before {
  content: "\f054";
  font-family: "fontAwesome";
  font-size: 10px;
  position: absolute;
  left: 5px;
  top: 11px;
}
.accordion p {
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  z-index: 2;
  padding-left: 30px;
  max-height: 800px;
  margin-top: 15px;
}
.accordion p + p {
  margin-bottom: 0;
}
ul.accordion {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0 0 30px 0;
}
ul.accordion li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 0;
  /*border-top: 1px dotted #dce7eb;*/
  list-style: none;
}
ul.accordion li:nth-of-type(1) {
  animation-delay: 0.5s;
}
ul.accordion li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul.accordion li:nth-of-type(3) {
  animation-delay: 1s;
}
ul.accordion li:last-of-type {
  padding-bottom: 0;
}
ul.accordion li input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
ul.accordion li input[type="checkbox"] + br {
  display: none;
}
ul.accordion li input[type="checkbox"]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
ul.accordion li input[type="checkbox"] + p {
  display: none;
}
ul.accordion li input[type="checkbox"]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
ul.accordion li input[type="checkbox"]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

/*** Photo Gallery ***/
.pgsa-gallery-photos-container figure {
  margin: 0;
}
.pgsa-gallery-photos-container {
  margin-bottom: 30px;
}
.doctor-info-overview ul {
  margin-left: 0;
}
.doctor-info-overview ul > li {
  list-style-type: none;
}
.photogallery-post-meta-permalink {
  text-align: center;
}
.photogallery-archive-pictures__gallery,
.photogallery-post-pictures__gallery {
  width: auto;
}
.pgsa-multipatient__gallery__item {
  margin-bottom: 30px;
}
.disclaimer,
.text-disclaimer {
  font-size: small;
}

.pagination li.active a {
  color: #fff;
  background-color: #4b5686;
}
.pagination li a {
  padding: 10px 15px !important;
}

.error404 main.content {
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.error404 .search-form {
  width: 100%;
}
.error404 input[type="submit"] { 
  font-family: 'fontAwesome';
  border-radius: 0;
  border: 0;
  position: relative;
  top: -4px;
  padding: 8px 20px;
}
.entry-content .search-form input[type="search"] {
  height: 40px;
  padding: 14px 10px 10px;
  width: 60%;
}

.featured-404 {
  margin-top: 30px;
  text-align: left;
}
.featured-404 figure {
  margin-bottom: 10px;
}
.featured-404 ul {
  margin-left: 15px;
}

.sidebar .menu li:before,
.widget_pgsa-taxonomy-list li:before {
  content: "\f105";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar .menu li,
.widget_pgsa-taxonomy-list li {
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 0;
}

.wp-block-uagb-table-of-contents {
  background: #eeeeee;
}
.wp-block-uagb-table-of-contents .uagb-toc__wrap {
  background: #eeeeee;
}

/**/
@media only screen and (max-width: 1280px) {
  .site-header .wrap {
    max-width: 1200px;
  }
  .site-inner,
  .wrap {
    max-width: 1200px;
  }
  .sidebar-primary,
  .title-area {
    width: 360px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-inner {
    margin-top: 92px;
  }
  .home .site-inner {
    margin-top: 0;
  }
  .featured-slider {
    /*margin-top: 48px;*/
  }
  .featured-slider .glide__bullets {
    bottom: 8px;
  }
  .site-header {
    background: #252525 !important;
  }
  .site-header .wrap {
    display: block;
  }
  .site-header .menu-toggle:after {
    font-size: 1.5em !important;
    line-height: 26px;
  }
  .site-header .wrap {
    padding: 15px !important;
  }
  .before-header {
    display: none;
  }
  .title-area.logo {
    display: block;
    background: url(/wp-content/uploads/2018/12/header-bg-min.png) no-repeat 0
      0px;
    background-size: cover;
    margin: 58px -15px 0;
    padding: 10px 0 0;
    min-height: 125px !important;
    width: auto;
    border-bottom: solid 3px #252525;
    margin-bottom: 0;
  }
  .site-title {
    width: 200px;
    display: inline-block;
  }
  .site-description {
    display: none;
  }
  .featured-1 .col-md-3 h4 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 980px) {
  .featured-1 .col-md-3 {
    background-repeat: no-repeat !important;
  }
  .featured-1 .col-md-3 .widget-area {
    transform: translateX(0) translateY(0) !important;
  }
  .featured-2 .col-md-6:first-child {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 780px) {
  .site-header .wrap {
    padding: 10px 0 !important;
  }
  .featured-1 .col-md-4 {
    background-size: cover !important;
  }
  .featured-1 .col-md-4 .widget-area {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .site-inner,
  .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  #gform_wrapper_7 ul.gfield_checkbox li label {
    display: inline-block;
  }
  .home #gform_wrapper_6 {
    padding-top: 40px;
  }
  .home .gform_wrapper .ginput_container span:not(.ginput_price) {
    display: inline-block;
  }

  .home #gform_submit_button_6 {
    height: 50px !important;
  }

  .photogallery-archive-pictures__gallery__figure {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .featured-1.content-row .col-md-3 .widget-area {
    background: none;
  }
  .featured-1.content-row .widget_nav_menu {
    background-color: rgba(52,58,84,0.25);
    position: absolute;
    width: 100%;
    padding: 20px 15px;
    bottom: 0;
    height: 380px;
  }
  .featured-1.content-row .widget_nav_menu .menu .menu-item {
    font-size: 16px;
    line-height: 26px;
  }
  /*.featured-1.content-row .widget_nav_menu .menu-surgical-container .menu-item {
      width: 50%;
      float: left;
  }*/
  .featured-1 .col-md-3 h4 {
      padding: 0;
      margin-bottom: 20px;
  }
  .archive-pagination ul li:not(.pagination-previous):not(.pagination-next) {
    display: none;
  }
  .archive-pagination ul li.pagination-next {
    float: right;
  }
}

@media only screen and (max-width: 480px) {
  .sticky-message p span {
    display: block;
  }
	.featured-banner {
		margin: 5px -15px 0 !important;
	}
  .content {
    max-width: 100%;
    padding: 40px 0;
  }
  .site-inner {
    margin-top: 60px;
  }
  .rsrvimage {
    width: 40%;
  }
  .pgsa-multipatient__gallery__item {
    width: 100% !important;
  }
  .featured-5 {
    background-position-x: -520px;
  }
  .featured-5 .custom-html-widget {
    background-color: rgba(0, 0, 0, 0.35);
    padding: 15px;
    width: 80%;
    float: right;
  }
  .featured-5 .col-md-6 span {
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
  }
  .home .site-inner {
    padding-top: 0;
  }
  .home h1 {
    margin-bottom: 0 !important;
    font-size: 2.6rem;
  }
  .home h1,
  .home h2 {
    font-size: 2.6rem;
  }
  .featured-1.content-row .widget_nav_menu {
    height: 100%;
  }
  .featured-1 .col-md-3 .widget-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .featured-1 .row > div:last-child .widget-area {
    min-height: auto;
  }
  .home #gform_submit_button_6 {
    position: inherit;
  }
  #gform_wrapper_6 .gform_footer {
    margin: 0;
  } 
  .featured-1 .wrap {
    padding: 0 !important;
  }
  .content-row .wrap {
    padding: 30px 0;
  }
  .home h1,
  .home h2 {
    margin-bottom: 30px;
  }
  .site-footer {
    padding: 15px;
  }
  .entry-title,
  h1.gallery-title,
  h1.archive-title,
  h1.banner-title {
    margin-bottom: 20px !important;
  }
  ul.twocol {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    padding: 25px 25px 25px 40px;
    font-size: 15px;
  }
  .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image .alignnone {
    float: none !important;
    margin: 0 auto !important;
  }

  .wp-block-image {
      text-align: center !important;
  }
  
  .wp-block-uagb-table-of-contents .uagb-toc__wrap {
    padding: 30px 15px !important;
  }

  .wp-block-uagb-table-of-contents .uagb-toc__title-wrap {
      text-align: center !important;
      display: block !important;
  }

  .pgsa-gallery-photos .col-xs-6 {
    margin-bottom: 5px !important;
  }
  .entry-content .uagb-toc__wrap .uagb-toc__list-wrap {
    column-count: 1;
  }
}

.page-id-8935 #field_6_7 {
  display: none;
}
.page-id-8935 #gform_wrapper_6 .gform_footer {
  margin: 0;
  padding: 0;
}
#gform_submit_button_6 {
  height: inherit;
  width: 100%;
}

.content .video-gallery:nth-child(even) {
  padding-left: 15px;
}
.content .video-gallery:nth-child(odd) {
  padding-right: 15px;
}
.widget_vgsa-search-widget input[type="text"] {
  padding: 10px 15px 11px;
  border-radius: 0;
}
.widget_vgsa-search-widget button {
  border-radius: 0 4px 4px 0;
}
.video-post .entry-content {
  min-height: 280px;
}

.popmake-content strong {
  font-weight: 700;
}
.popmake-content h2:before,
.popmake-content h2:after {
  content:none;
}
.popmake-content .terms,
.popmake-content .gform_footer {
text-align:center
}
.popmake-content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
max-width: 100% !important;
padding-right: 0 !important;
}
.popmake-content .gform_wrapper ul.gform_fields li.gfield {
padding-right: 0;
margin-bottom: 10px
}
.popmake-content .gform_wrapper ul.gform_fields li.gfield input {
margin-top: 0 
}
.popmake-content .gform_wrapper .gfield_description.validation_message {
right: 10px;
top: 5px
}
.pum-container .pum-content+.pum-close {
  font-size: 15px !important;
}

.popmake-content .terms a  {
text-decoration: underline !important
}
.popmake-content h2 {
margin-bottom: 25px
}
.pum-content .gform_button {
display: block !important;
width: 100% !important;
background: #ae1313;
}

.gform_wrapper .gfield_html small {
  font-size: 65%;
}

.featured-h3 {
  font-size: 16px;
  font-weight: 700;
}


.before-header-advice {
  background: #ae1313;
  color: #fff;
  text-align: center;
  margin: 0 -15px;
  font-size: 14px;
  margin-top: 48px;
}
.before-header-advice .wrap {
  padding: 3px 0;
}

@media only screen and (min-width: 769px) {
  .before-header-advice {
    margin-top: 58px;
  }
}
@media only screen and (min-width: 1025px) {
    .before-header-advice {
      margin-top: 0;
    }
}
@media only screen and (min-width: 1200px) {
  .genesis-nav-menu .menu-item a {
    padding: 1rem 1.5rem;
  }
}

.sticky-message {
  background-color: #8e8e8e;
  margin: 48px -15px 0;
  text-align: center;
  color: #fff;
  line-height: 22px;
  font-size: 14px;
}
.sticky-message .wrap {
  padding: 10px 15px;
}
.sticky-message p {
  margin-bottom: 10px;
}
.sticky-message p:last-child {
  margin-bottom: 0;
}
.sticky-message a {
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .sticky-message {
    margin: 0 -15px;
  }
}

/* Accordion    ------------------------------------------ */

.schema-faq-question{
  cursor: pointer;
}

.schema-faq-question:before{
  width: 16px;
  height: 20px;
  display: inline-block;
  content: "+";
  margin-right: 5px;
  vertical-align: top;
}

.schema-faq-question.collapse:before{
  content: "-";
}

.schema-faq-question:hover{
  opacity: 0.8;
}

.schema-faq-answer{
  display: none;
  padding-left: 1em;
}
.schema-faq-answer.default{
  display: block;
}

.collapse {
    display: block !important;
}
.schema-faq-question {
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    color:#333;
    line-height: 1.5;
    margin-left: -22px;
  }

.schema-faq-section {
   padding-bottom: 15px;
}
.schema-faq.wp-block-yoast-faq-block {
   margin-left: 22px;
}
.schema-faq-answer{
  padding-left: 0px!important;
}


.featured-banner {
  margin-bottom: 40px;
}
.featured-banner .wrap {
  padding: 0;
  max-width: 1410px;
}
.page-template-front-page-test .entry {
  margin-bottom: 0;
}

.gform_validation_container {
  display: none!important;
  position: absolute!important;
  left: -9000px;
}


ul.gform_fields {
  margin-left: -15px;
  margin-right: -15px;
}
.gform_wrapper ul li.gfield {
  margin-bottom: 8px;
}
.gform_wrapper ul li {
    list-style-type: none;
}

.gform_wrapper .gform_fields .gfield[class*=col-] {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.gform_wrapper .gform_fields .gfield.hidden_label .gfield_label {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.entry-content ul.gfield_radio {
  margin-left: 0;
}
.gform_wrapper ul.gfield_checkbox label, .gform_wrapper ul.gfield_radio label {
    font-size: 80%;
    margin-left: 5px;
}
.gf_inline ul {
    display: flex;
    align-items: center;
}
.gf_inline ul>li {
    margin-right: 10px;
}
.gf_inline ul>li:last-child {
    margin-right: 0;
}
.gf_inline_title label.gfield_label {
  font-weight: 600;
}
.ginput_container_date {
    position: relative;
}
.ui-datepicker-trigger {
    position: absolute;
    right: 10px;
    top: 13px;
}

@media only screen and (min-width: 600px) {
  .gf_inline_title label.gfield_label {
    float: left;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .gform_wrapper .gform_fields .gfield[class*=col-] {
    width: 100%;
  }
}
@media only screen and (min-width: 760px) {
  #gform_submit_button_6 {
    width: auto;
  }
}

@media only screen and (max-width: 490px) {
	.photogallery-multipatient-shortcode__item {
		width: 100%;
	}
  .photogallery-archive-pictures__gallery,
  .photogallery-post-pictures__gallery {
    display: block !important;
  }
  .photogallery-archive-pictures__gallery__figure,
  .photogallery-post-pictures__gallery__figure {
    max-width: 100% !important;
    margin-bottom: 5px im !important;
  }
  .video-post .entry-content {
    min-height: auto;
  }
  .post-type-archive .archive-title {
    margin-top: 0;
  }
  .page-id-8935 #gform_submit_button_6 {
    margin-top: 30px;
  }
}

.before-site-footer {
  margin: 0 -15px 60px;
}
.before-site-footer iframe {
  display: block;
}

@media only screen and (min-width: 768px) {
  .site-footer .wrap > div {
    display: flex;
    align-items: center;
  }
}

.gform_wrapper .ginput_recaptcha + .validation_message {
  position: relative;
  left: 0;
  top: 0 !important;
  right: 0 !important;
}

.photogallery-multipatient-shortcode .photogallery-multipatient-shortcode__list .photogallery-multipatient-shortcode__item {
  width: 100%;
}

.photogallery-multipatient-shortcode .photogallery-multipatient-shortcode__list .photogallery-multipatient-shortcode__item img {
  display: block;
  margin: 0 auto;
}

.photogallery-single__doctor-info__overview {
  width: calc( 100% - ( 60px + 1em ) );
}

.photogallery-single__doctor-info__overview ul {
  margin-left: 0 !important;
}

@media only screen and ( min-width: 768px ) {
  .photogallery-multipatient-shortcode .photogallery-multipatient-shortcode__list .photogallery-multipatient-shortcode__item.col-xs-6 {
      width: 50%;
  }
  
  .photogallery-multipatient-shortcode .photogallery-multipatient-shortcode__list .photogallery-multipatient-shortcode__item.col-xs-4 {
      width: calc( 100% / 3 );
  }
}

/* Tablet Styles 
------------------------------*/
@media only screen and ( min-width: 768px ) and ( max-width: 1024px ) {
  .featured-1 .col-md-3 .widget-wrap > div {
    min-height: 110px;
  }

  .swipe-menu {
    width: 50vw;
  }

  .sidebar .widget_media_image {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
  }

  .testimonial-widget-container .testimonial-widget__item__author__photo {
    float: none !important;
    margin: 0 auto 20px !important;
  }

  .photogallery-archive-pictures__gallery, .photogallery-post-pictures__gallery {
    width: 100%;
  }

}

.page-id-12789 .content,
.page-id-8935 .content,
.page-id-12777 .content {
  width: 100%;
  max-width: 100%;
  float: none;
}

.featured-home-information {
  background: #f5f7fc;
  margin: 0 -15px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.featured-home-information .wrap {
  padding: 40px 15px;
}

.post-type-archive-testimonial .content {
  max-width: 100%;
  width: 100%;
  padding-right: 0;
}
.archive-testimonials-ratings {
   text-align: center;
}
 @media only screen and (min-width: 780px) {
   .archive-testimonials-ratings {
     text-align: left;
     font-size: 2em;
  }
}
.content .testimonial.entry {
   border-bottom: 1px dotted #666;
   margin-bottom: 90px;
   padding: 0;
}
.content .testimonial.entry .entry-title {
   font-weight: 500;
}
 .content .testimonial.entry .entry-content {
   padding: 0;
}
 .content .testimonial.entry .testimonial-author {
   margin-bottom: 30px;
}


.post-type-archive-portfolio h2.archive-title {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.post-type-archive-portfolio a {
  color: #333333;
  text-decoration: none;
}
.pfsa-title a {
  color: #333;
  text-decoration: none;
}


/* Gravity Form
-------------------------------------------------------------- */
.gform_wrapper.gravity-theme #gf_form_focus, .gform_wrapper.gravity-theme #gf_form_focus:focus {
  outline: none;
}
.gform_wrapper.gravity-theme.gravity-theme .ginput_complex label {
  font-size: 12px;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button {
  margin: 0 auto;
  background-color: #ae1313;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.gform_wrapper.gravity-theme.gravity-theme .gfield.gfield_error {
  position: relative;
}
.gform_wrapper.gravity-theme form input[type="text"],
.gform_wrapper.gravity-theme form input[type="email"],
.gform_wrapper.gravity-theme form input[type="tel"],
.gform_wrapper.gravity-theme form select,
.gform_wrapper.gravity-theme form textarea {
  height: 40px;
  padding: 5px;
  border-radius: 0;
}
.home .gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 90px !important;
}
.home .gform_wrapper.gravity-theme .gfield.gfield--width-half,
.sidebar .gform_wrapper.gravity-theme .gfield.gfield--width-half {
  -ms-grid-column-span: 1/-1;
  grid-column: 1/-1;
}
.gform_wrapper .gform_body .gfield-choice-input {
  height: auto;
}
.gform_wrapper.gravity-theme form .gfield_description.validation_message {
  color: red;
  font-weight: 400;
  width: auto;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  position: absolute;
  right: 40px;
  top: 10px;
  font-size: 12px;
  z-index: 1;
}
.sidebar .gform_wrapper.gravity-theme form .gfield_description.validation_message {
  right: 25px;
}
.sidebar .gform_wrapper.gravity-theme .gform_footer .gform_button {
  margin-top: 20px;
}
.gform_wrapper.gravity-theme form .instruction {
  color: red;
  font-weight: 400;
  padding: 0;
  margin: 0;
  background: transparent;
  font-size: 11px;
  border: 0;
}
.gform_wrapper.gravity-theme form .gfield_error .ginput_recaptcha + .validation_message{
  top: -5px !important;
  text-align: center;
  right:auto;
}
.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 12px;
}

@media only screen and (max-width: 480px) {
  .wp-block-cover.has-parallax.hide-on-mobile,
  .wp-block-cover.is-repeated.hide-on-mobile {
    background-image: none !important;
  }
}
@media only screen and (max-width: 480px) {
  
  .wp-block-cover.hide-on-mobile .wp-block-cover__image-background {
    display: none;
  }
  .wp-block-cover.hide-on-mobile .wp-block-cover__gradient-background,
  .wp-block-cover.hide-on-mobile::before {
    opacity: 1;
  }
  .category-blog.full-width-content .content,
  .single-post.full-width-content .content {
    padding-top: 0;
  } 
}

.mory-resume, .mory-more {
  font-size: 15px;
}

/* Search Form */
.livesearch-container {
  position: relative;
  margin-bottom: 5%;
}
.livesearch-container .livesearch-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 15px;
  height: 60px;
}
.livesearch-container .livesearch-icon path {
  fill: #989898;
}
.livesearch-container .wp-livesearch {
  margin-top: 0;
  padding-left: 45px;
  height: 60px;
  border-radius: 0;
}
.livesearch-container .wp-livesearch-box {
  text-align: left;
}
.livesearch-container .wp-livesearch-box h3 {
  font-size: 1.8rem;
}
.livesearch-container .wp-livesearch-box h3 a {
  text-decoration: none;
}
.livesearch-container .wp-livesearch-box.active {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 15px;
}

@media only screen and (max-width:480px){
 .category-blog .entry-image-link img{
    width:100%;
}
}

.reviews-rating-stars svg {
  fill: #FFC006;
}


@media only screen and (max-width: 767px) {
  .break-mb {
      display: block;
  }
}

.home .gform_required_legend {
  margin-bottom: 0 !important;
}
.gform_required_legend {
  font-size: 13px;
  margin-bottom: 15px !important;
}

#accordion .collapse.in {
    display: block !important;
}

#accordion .collapse {
    display: none !important;
}

#accordion a {
    list-style: none !important;
    text-decoration: none !important;
}
#accordion .panel-title, #accordion .panel-body {
    text-align: left;
}