/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
:root {
  --color-purple: #9a529b;
  --color-blue: #616d9f;
  --color-white: #fefefe;
  --color-black: #101010;
}

html {
  scroll-behavior: smooth;
}
.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip:focus {
  position: static;
  width: auto;
  height: auto;
}
.numbers ol .numbers ol li {
  list-style: decimal;
}
  #entry .contact table tr td {
  border: 1px solid;
	padding:5px;
	border-color:#dfdfdf;
}
#featured p {
  margin-bottom: 10px;
}
#loopedSlider .slides ol,
#loopedSlider .slides ul {
  line-height: 18px;
  list-style-type: disc;
}
.wpcf7-form-control {
	width: 100%;
    padding: 10px;
    box-sizing: border-box;
	font-size: inherit;
	font-family: inherit;
}
/* feedback form */

.patientFeedback, .socialFeedback {
  background-color: #efefef;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 1em;
}
.patientFeedback * {
  box-sizing: border-box;
}
.patientFeedback textarea {
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  padding: 1em;
  border-radius: 10px;
  border: 5px solid var(--color-purple);
}
.patientFeedback input[type="submit"], .socialFeedback input[type="submit"]  {
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  background: var(--color-purple);
  color: #ffffff !important;
  padding: 8px 17px;
  font-size: 16px;
  font-weight: 700;
  border-color: transparent;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.patientFeedback .wpcf7-form-control.wpcf7-radio, .socialFeedback .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-around;
  /* align-items: center; */
}
.patientFeedback .wpcf7-list-item, .socialFeedback .wpcf7-list-item {
  flex: 1 1 100px;
  background-color: var(--color-purple);
  border-radius: 17px;
  padding: 10px;
  margin-bottom: 2px;
}
.patientFeedback .wpcf7-list-item label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  text-align: center;
}
.socialFeedback .wpcf7-list-item label {
/*  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;*/
  color: var(--color-white);
/*  text-align: center;*/
}
.patientFeedback input[type="radio"] {
  width: 25px;
  height: 25px;
}
.form50 {
	width: 49%;
	float: left;
	margin-right: 2%;	
}
.form50:nth-child(odd) {
	margin-right: 0;
}
.form50 input, .form50 textarea, .form100 textarea {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form50 input[type=checkbox],form50 input[type=radio] {
	width: auto;
}
.form50 input[type=submit] .form100 input[type=submit] {
	width: auto;
	display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    overflow: visible;
    position: relative;
    background: #87479c;
    padding: 6px 10px!important;
    color: #ffffff!important;
    font-size: 1.3em!important;
    border: none;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}
.form50 select, .form100 select{
	padding: 9px 12px 9px 12px;
    border-color: #ccc #efefef #efefef #ccc;
    border-width: 1px;
    border-style: solid;
	width: 100%;
}
.entry {
  font-size: 16px;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  font-size: 1.4em;
  background-color: var(--color-blue);
  color: var(--color-white);
  padding: 5px 10px;
}
.large-font {
	font-size: 30px;
	font-weight: bold;
	color: black;
}

.entry h2 {
  background-color: #99509a;
  font-weight: normal;
  margin: 0;
}

#header {
  padding: 0;
  background-color: transparent;
}

#header .inner-header {
  padding-top: 30px;
  background-color: var(--color-white);
}

#header .street span {
  white-space: nowrap;
}

#logo img {
  max-width: 400px;
}
.home #sidebar {
  padding-top: 0;
}

.page .title {
  background-color: var(--color-blue) !important;
  border-radius: 0;
  font-weight: 700;
  font-size: 1.6em;
  margin: 0 0 4px 0;
}
.page .title::after {
  content: none;
}

#copyright a {
  color: #ffffff;
}
.newshead {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

#container {
  text-shadow: none !important;
}
.sf-sub-indicator {
  display: none !important;
}

#nav li {
  padding: 6px 0;
}
#nav li:hover {
  background-color: #b889b9;
}

#nav li ul li {
  background: #9a529d !important;
  color: #fff !important;
}
#footer {
  background: var(--color-purple) !important;
  padding-bottom: 0px !important;
  color: var(--color-white);
  font-size: 16px;
  margin: 0 !important;
  border-radius: 0;
}
#footer .bottom {
  margin: 0px;
  height: 36px;
  background: var(--color-blue);
  color: var(--color-white);
  border-top: 1px solid var(--color-white);
  font-size: 1rem!important;
}
.tdd_green {
  color: #b0c589 !important;
}
.tdd_pink {
  color: #d3c9d5 !important;
  text-transform: none;
}
#footer #credit {
  margin-top: 0px;
  color: var(--color-white);
}

#credit a {
  color: inherit;
}

.entry p {
  color: #343434;
  margin: 10px 0;
}

.page-container:not(.tdd-sidebar) {
  display: flex;
  justify-content: space-between;
  gap: 1%;
  flex-wrap: nowrap;
  margin-top: 20px !important;
}

.sub-menu .menu-item {
  width: 100% !important;
}

.page-container.bg {
  background-color: var(--color-white);
  padding: 15px !important;
  margin-top: 0 !important;
  box-sizing: border-box;
}

.tdd-ticker-area {
  color: var(--color-white);
  overflow: hidden;
}

.tdd-ticker-inner {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.tdd-tick {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 10px;
  margin: 10px 5px;
  transition: 0.3s;
  width: 310px;
  height: 110px;
  font-size: 0.9em;
  box-sizing: border-box;
  box-shadow: 3px 3px 6px #676868;
  background-color: var(--color-white) !important;
  color: var(--color-purple) !important;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 10px;
	border: solid;
	border-width: 3px;
	border-color: #9791c5;
}
.tdd-tick:hover {
  scale: 1.1;
}

.tdd-tick,
.tdd-tick:hover {
  text-decoration: none !important;
}

.tdd-tick.urgent {
  background: rgb(199, 60, 60);
}

.tdd-tick h5 {
  font-size: 1.4em;
  color: var(var--color-purple);
}

.col-full,
.page-container {
  width: 1300px;
  margin: 0 auto;
}

.tdd-tick .date {
  font-size: 0.8em;
}

.left-items {
  width: 72% !important;
}

#hwwidget1679 {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 20px 0 0 0;
}

.right-head {
  float: right;
  position: relative;
  z-index: 100;
  margin-top: 20px;
}

.right-head #address {
  line-height: 18px;
}

.logos-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer .bottom {
  text-transform: none;
}

#loopedSlider {
  border: 3px solid #a2d8f4;
  width: 100%;
  margin: 0 !important;
  border-radius: 0;
  box-sizing: border-box;
}

#footer #credit img {
  vertical-align: middle;
  margin-right: 5px;
}

#main {
  width: 100%;
}

#hw-widget-frame {
  width: 240px !important;
  margin: auto;
}

.wrapper {
  width: 340px;
}

.inner-content {
  width: 99%;
}

#address a {
  color: inherit !important;
}

#footer .middle {
  background-color: #eff3ff /*var(--color-white)*/;
  padding: 20px 0;
}

#footer .top {
  border-bottom: none;
}

.tdd-panel {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

.tdd-panel .innerPanel {
  background-image: linear-gradient(45deg, #6cc4fd, #007fd5);
  padding: 10px !important;
  user-select: none;
}

.tdd-half {
  width: 50% !important;
  margin: 0 !important;
}

.tdd-half:nth-child(odd) {
  margin: 0 !important;
}

#loopedSlider .container {
  height: 481px;
}

.slider-nav {
  background: #9a529c;
  text-shadow: none !important;
  box-shadow: none !important;
}
.slider-nav ul li a {
  color: #dee567;
}
#footer h3 {
  text-shadow: none;
  font-size: 26px;
  color: var(--color-white);
}

#footer .top {
  display: flex;
  gap: 2%;
}

a.social-fb {
  font-size: 2em;
  color: var(--color-white) !important;
}

a.social-fb > * {
  display: inline-block;
  vertical-align: middle;
}

.post {
  border-bottom: none;
}
.slides_control {
  background: #ffffff;
  height: 481px !important;
}
.slide a {
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  background: #9a529d;
  color: #ffffff !important;
  padding: 8px 17px;
  font-size: 16px;
  font-weight: 700;
}
.slide a:hover {
  text-decoration: none;
}
.slide a.next {
  background: #dddddd !important;
  color: #666666 !important;
}

#loopedSlider .slides div.slide {
  height: 100% !important;
  box-sizing: border-box;
  width: 930px !important;
}

.slide-text {
  width: 40%;
}

img.as-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

#featured p {
  font-size: 1.2em;
  line-height: 28px;
}

li#n,
li#p {
  top: 174px !important;
}

#address {
  color: #343434;
  text-shadow: none;
  margin: 10px 0 0 0 !important;
}

.switcher {
  position: absolute;
  right: 0;
}

.one_half {
  margin: 0 !important;
  width: 100%;
  float: left;
}
span.wpcf7-list-item {
  display: block;
}
.tdd-tbl1,
.tdd-tbl2 {
  width: 100%;
  box-sizing: border-box;
}
.tdd-tbl2 th {
  background-color: #dfdfdf !important;
  font-size: 0.9em;
}
.tdd-biog {
  border: 3px solid #efefef;
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 5px;
}
.tdd-biog th,
.tdd-biog td {
  border: 1px solid #efefef;
  padding: 5px !important;
}
.tdd-tbl2 th,
.tdd-tbl2 td {
  text-align: center !important;
  width: 12.5% !important;
}
.tdd-biog img {
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
  border: none !important;
}
.tdd-tbl2 img {
  width: auto;
  max-width: 100%;
  padding: 0 !important;
  border: none !important;
}
.tdd-tbl1 {
  margin-bottom: 20px;
}

div.emd-container .img-circle {
  -moz-border-radius: 17px !important;
  -webkit-border-radius: 17px !important;
  border-radius: 17px !important;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.tdd-full {
  width: 100%;
}
.one-third.column {
  width: 32.6666666667%;
}
.two-thirds.column {
  width: 66.3333333333%;
}
.one.column,
.one.columns {
  width: 4.66666666667%;
}
.two.columns {
  width: 13.3333333333%;
}
.three.columns {
  width: 22%;
}
.four.columns {
  width: 30.6666666667%;
}
.five.columns {
  width: 39.3333333333%;
}
.six.columns {
  width: 48%;
}
.seven.columns {
  width: 56.6666666667%;
}
.eight.columns {
  width: 65.3333333333%;
}
.nine.columns {
  width: 74%;
}
.ten.columns {
  width: 82.6666666667%;
}
.eleven.columns {
  width: 91.3333333333%;
}
.twelve.columns {
  width: 100%;
  margin-left: 0;
}

.tdd-team .tdd-team-row {
  clear: both;
  margin-bottom: 5px;
}
.tdd-team .tdd-team-row .tdd-person {
  width: 49%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.8em;
}
.tdd-team .tdd-team-row .tdd-person a {
  text-decoration: none !important;
  display: block;
  font-size: 1.2em;
}
.tdd-team .tdd-team-row .tdd-person:nth-child(even) {
  margin-left: 2%;
}
.tdd-team .tdd-team-row:after {
  content: "";
  display: table;
  clear: both;
}
.tdd-team .tdd-team-row .tdd-person img {
  max-width: 100%;
  border: none !important;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
}
.tdd-team h2 {
  clear: both;
  margin: 10px 0 0 0 !important;
}
.tdd-info-logos {
  width: 100px;
  float: right;
  margin-left: 10px;
}
.tdd-info-logos img {
  border: none !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}
.mobileBtn {
  display: none;
}

#main a {
  color: #515276 !important;
  text-decoration: underline;
}
#tdd-button-white a{
	color: #ffffff!important;
}
img {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

#navigation .search {
  float: right;
  margin: 0;
  width: auto;
  position: relative;
  padding: 8px 0;
}

#navigation .search #searchform {
  margin: 0 !important;
}

#nav li ul {
  margin-top: 6px;
}

#navigation .search input#s {
  float: left;
  width: 250px;
  padding: 8px;
  border: none;
  color: #000;
  border-radius: 4px;
  font-size: 17px;
  background-image: none !important;
  background-color: var(--color-white);
}

#navigation .search input[type="image"] {
  position: absolute;
  top: 12.5px;
  right: 8px;
  filter: brightness(0.5);
}

#nav {
  float: left;
  width: fit-content !important;
}

#navigation {
  padding: 0;
  font-size: 18px;
  font-family: "Arial";
  background-color: var(--color-purple);
  border: none;
  text-transform: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0 !important;
  border-bottom: 1px solid var(--color-white);
}

#nav li ul li a {
  line-height: 1.6em;
  padding: 8px 15px !important;
  font-size: 0.9em;
  text-transform: capitalize;
  width: 100%;
  box-sizing: border-box;
}
.wp-polls-ul li {
  background: none !important;
}
.wp-polls-ul {
  margin: 10px 0 0 !important;
}
.tdd-logos {
  text-align: center;
}
.tdd-logos img {
  margin: 0 10px;
}

/* POSTER */
.purple-txt {
  color: #9a529b;
}

.pink-txt {
  color: #ff388b;
}

#poster span.alt {
  font-size: 1.8em;
}

#poster {
  background-color: #fff;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  user-select: none;
  font-family: "Arial";
  box-shadow: 1px 1px 4px #ddd;
}

#poster .poster-heading {
  padding-bottom: 10px;
  text-align: center;
}

#poster .poster-heading strong {
  display: block;
  font-size: 3.5em;
  line-height: 1em;
}

#poster .poster-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  font-size: 1.2em;
  line-height: 26px;
}

#poster .poster-main > div.areaof-main {
  width: 50%;
  vertical-align: top;
  box-sizing: border-box;
  border-color: #ff388b;
  border-style: solid;
  border-width: 0;
}

#poster .poster-main > div.areaof-main.l {
  border-right-width: 4px;
  padding-right: 20px;
}

#poster .poster-main > div.areaof-main.r {
  border-left-width: 4px;
  padding-left: 20px;
}

ul.tall {
  line-height: 36px;
}

#poster .poster-main .areaof-main > *:not(#poster .poster-main .areaof-main:last-child) {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1300px) {
  .col-full,
  .page-container {
    width: 98%;
  }
  .page-container.bg {
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1200px) {
  .page-container {
    flex-direction: column-reverse;
  }

  #featured {
    display: none;
  }

  .top > div {
    width: 33.333% !important;
  }
}

@media only screen and (max-width: 1030px) {
  #nav a,
  #navigation .search input#s {
    font-size: 0.8em;
  }

  #footer {
    padding: 0 !important;
  }

  #footer > .page-container {
    margin: 0 !important;
  }

  #footer .top {
    flex-direction: column;
  }

  #footer .top > div {
    width: fit-content !important;
    text-align: center;
    margin: 20px auto auto auto !important;
  }

  #footer .top table {
    text-align: left;
  }

  #footer .top table tr td {
    padding: 4px;
  }

  .logos-area > a {
    margin: 0 10px;
  }

  #poster .poster-main {
    flex-direction: column;
  }

  #poster .poster-main > div.areaof-main {
    width: 100%;
  }

  #poster .poster-main > div.areaof-main.l {
    border-right-width: 0;
    border-bottom-width: 4px;
    padding: 0 0 20px 0;
  }

  #poster .poster-main > div.areaof-main.r {
    border-left-width: 0;
    border-top-width: 4px;
    padding: 20px 0 0 0;
  }

  #poster .poster-heading strong {
    font-size: clamp(24px, 5.8vw, 3.5em);
  }

  #poster span.alt {
    font-size: clamp(16px, 3.5vw, 1.8em);
  }

  #poster .poster-main {
    font-size: clamp(14px, 3.8vw, 1.2em) !important;
  }

  #poster .poster-main .areaof-main > *:not(#poster .poster-main .areaof-main:last-child) {
    margin-bottom: 10px;
  }

  #poster .poster-main img {
    margin: auto;
    width: 70%;
  }
}

@media only screen and (max-width: 959px) {
  * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  #navigation .search input#s {
    width: 220px;
  }

  .col-full,
  .page-container:not(.bg) {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .page-container.bg {
    width: calc(100% - 20px);
  }

  .col-left:not(#main, #sidebar, #copyright, #credit) {
    width: 60% !important;
  }
  .col-right:not(#credit, #main, #sidebar) {
    width: 38% !important;
  }
  #footer {
    width: 100% !important;
  }
  #footer #widget-left {
    margin: 0;
  }
  #footer .bottom {
    height: auto;
    padding-bottom: 20px;
  }
  .tdd_pink {
    white-space: nowrap;
  }
  #loopedSlider .container {
    width: 98%;
    margin: 0 auto;
  }
  #loopedSlider li#n {
    display: none;
    right: -15px;
    z-index: 50000;
  }
  #loopedSlider li#p {
    display: none;
    left: -15px;
    z-index: 50000;
  }
  .slides_control {
    height: 285px !important;
  }
  .tdd-logos img {
    width: 14% !important;
  }
  #loopedSlider .slides div.slide {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  #loopedSlider .slides div.slide img {
    max-width: 40%;
    height: auto !important;
  }

  @media only screen and (max-width: 960px) {
    #footer .bottom .col-full > * {
      float: none;
      display: block;
      text-align: center;
      margin: 4px 0;
    }

    #footer .bottom .col-full::after,
    #footer .bottom .col-full br {
      display: none;
    }
  }

  @media only screen and (max-width: 860px) {
    .slider-nav ul li a {
      font-size: 0.95em;
    }

    #navigation .search {
      float: none;
      display: block;
    }

    #navigation .search input#s,
    #navigation .search {
      width: 100%;
      margin-bottom: 8px;
    }

    #nav {
      margin: auto;
      float: none;
    }

    .entry img {
      width: 100%;
      height: auto;
    }

    #navigation .search input[type="image"] {
      top: 53px;
    }
  }
  @media only screen and (max-width: 768px) {
    /*#loopedSlider .slides div.slide {
		width: 694px!important;
		padding: 40px 20px 15px!important;
	}*/
    #loopedSlider .slides div.slide img {
      max-width: 40%;
      height: auto !important;
    }
    .slider-nav ul li a {
      font-size: 0.9em;
    }
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
    * {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    .mobileBtn {
      display: block;
    }
    .col-full {
      width: 100% !important;
      padding: 0 10px !important;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    .right-head {
      width: 100%;
    }

    .col-left {
      float: none;
      width: 100% !important;
    }
    .col-right {
      float: none;
      width: 100% !important;
    }
    #footer {
      width: 100% !important;
    }

    #sidebar {
      display: none;
    }

    .page-container.rev {
      flex-direction: column;
    }

    #footer #widget-left {
      margin: 0;
    }
    #featured {
      display: none !important;
    }
    #logo {
      width: 100% !important;
      /*float: none;*/
      text-align: center;
      margin-top: 30px;
      margin-bottom: 0px;
      position: relative;
      z-index: 100;
    }
    #logo img {
      max-width: 100%;
      max-height: 90px;
    }
    #address {
      width: 100% !important;
      float: none;
      text-align: center;
      line-height: 1.6em !important;
      margin-top: 0;
      position: relative;
      top: 0;
      right: 0;
    }

    #navigation .search input[type="image"] {
      top: 11.5px;
    }

    .switcher {
      left: 0;
      margin: auto;
    }
    #address li br {
      content: "";
      width: 5px !important;
      display: inline-block;
    }
    #address .telephone {
      margin-bottom: 10px;
      margin-top: 5px;
    }

    #navigation {
      height: auto;
      position: relative;
      padding: 0px 10px !important;
    }

    .tdd-logos {
      text-align: center;
    }
    .tdd-logos img {
      min-width: 20% !important;
      max-width: 30% !important;
    }
    .tdd_pink {
      white-space: nowrap;
    }

    .tdd-panel .innerText {
      text-align: center !important;
      float: none !important;
      width: 100%;
      height: auto !important;
      margin-bottom: 5px;
    }
    .tdd-panel .innerText br {
      content: "";
      width: 5px !important;
      display: inline-block;
    }
    .tdd-panel .timepanel {
      float: none !important;
      margin: 0 auto !important;
    }
    .tdd-hide {
      display: none;
    }

    .mobileBtn {
      width: 100%;
      display: inline-block;
      vertical-align: middle;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      color: var(--color-white);
      font-size: 1em;
      padding-top: 6px;
    }
    .mobileBtn:before {
      content: "\f0c9";
      font-family: FontAwesome;
      color: var(--color-white);
      padding-right: 8px;
    }
    .mobileMenu {
      top: 0;
      height: 100%;
      position: absolute;
      width: 0px;
      padding: 0px;
      overflow: hidden;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 20px;
      z-index: 10000;
      text-align: center;
      background: rgb(231, 229, 249); /* Old browsers */
      background: -moz-linear-gradient(top, rgba(231, 229, 249, 1) 19%, rgba(151, 145, 197, 1) 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(231, 229, 249, 1) 19%, rgba(151, 145, 197, 1) 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(231, 229, 249, 1) 19%, rgba(151, 145, 197, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e5f9', endColorstr='#9791c5',GradientType=0 ); /* IE6-9 */
    }
    .mobileMenu img {
      width: 250px;
    }
    .mobileInner {
      padding: 10px;
      width: 250px;
    }
    .mobileInner a {
      width: 100%;
      display: block;
      color: inherit !important;
      padding: 10px 6px;
    }
    .mobileInner > li {
      width: 100%;
      background: #9a529b;
      color: #d3c9d5 !important;
      margin-top: 6px;
      text-align: center;
    }
    .mobileMenu .sub-menu {
      display: block !important;
      visibility: visible !important;
    }
    .mobileMenu .sub-menu li {
      width: 100%;
      background: #d3c9d5;
      color: #9a529b;
      text-align: left;
    }
    .mobileMenu .sub-menu li:hover {
      background: #cbbcce;
    }
    .widget_pssubpages {
      display: none !important;
    }
    .tdd-sidebar {
      margin-top: 20px;
    }
  }

  .logos-area {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logos-area > a {
    margin: 10px !important;
  }
}

@media only screen and (max-width: 600px) {
  #footer .top > div p,
  #footer .top > div table {
    font-size: clamp(12px, 3vw, 16px);
  }

  #footer h3 {
    font-size: clamp(22px, 5vw, 26px);
  }

  a.tdd-link {
    word-break: keep-all;
    display: block;
  }
	.right-head {
  margin-top: -20px;
}
}
