/* Global font override */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,800;0,900&display=swap");
/* reduce text spacing globally in website */
body {
  /* font-family: "Rockingham-Medium-webfont", sans-serif;*/
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  /*letter-spacing: 1px;*/
}

div {
  /*font-family: "Rockingham-Light-webfont", sans-serif;*/
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
}

body { 
	max-width: 100%; 
	overflow-x: hidden;
}

/* font override for relevant sections in website */
/*f-active body, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, p {
                          font-family:  "europa", helvetica neue, aktiv-grotesk-std, helvetica, arial, freesans, liberation sans, numbus sans l, sans-serif;
                          }*/
/* Boldness of sub-heading on main page */
.wf-active .page .entry-content h4 {
  font-weight: 300;
}

/* This is the grey fill over the main image Nov 20 */
.th-bg-primary-dark {
	background-color: inherit;
  padding:0;
}
/* this is the odd grey square below the main image Nov 20 */
.featured-content .inner-hentry::after {
	display:none;
}
/* This additional extra padding  over the main image Nov 20 */
.inner-hentry.th-stack--md.th-px-lg.th-py-xl.th-pl-0 {
	padding-top:0;
}


.wf-active h1,
.secondarylargeheadingtext {
  font-weight: 100;
  font-size: 50px;
  /*font-family: "Rockingham-Medium-webfont", sans-serif;*/
  font-family: "Montserrat", sans-serif;
}

/* page titles - contact page */
#post-3 > header > h1 {
  font-family: "Roboto";
  font-size: 70px;
  font-weight: 900;
  color: #31353e;
  text-align: left;
}

.wf-active h2 {
  /*	font-weight: 100;
                          font-size: 20px;*/
  text-align: center;
  /* font-family: "Rockingham-Medium-webfont", sans-serif;*/
  font-family: "Montserrat", sans-serif;
  /* wave stuff */
  font-size: 24px;
  /*color: #31353e;*/
  color: #424242;
  font-weight: 500;
}

.wf-active h3 {
  /*font-family: "Rockingham-Medium-webfont", sans-serif;*/
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #777;
  line-height: 1.5;
}

.wf-active h4 {
  text-align: center;
}

.bodyText {
  font-size: 16px;
  color: #777;
  line-height: 1.5;
}

/* main image text*/
.wf-active #featured-content .featured-slide .hentry .entry-title {
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
  color: #4a4758;
  text-align: center;
  margin-bottom: 10px;
  /*  font-family: "Rockingham-Medium-webfont", sans-serif;*/
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  background-color: #ebf0ff;
}

.hentry .entry-header a {
  /* font-family: "Rockingham-DemiBold-webfont", sans-serif;*/
  font-family: "Montserrat", sans-serif;
}

/* This is the first area on the main page immediately under the menu bar */
#featured-content .featured-slide .hentry.has-post-thumbnail .inner-hentry {
  background: none;
  margin-bottom: 240px;
  color: black;
  /* Make the Main image text wider */
  max-width: 100%;
  /*padding: 0px;*/
}

#featured-content
  .featured-slide
  .hentry.has-post-thumbnail
  .inner-hentry:before {
  background-color: red;
  opacity: 0;
}

/*mina image little dog tail*/
#featured-content .featured-slide .hentry .inner-hentry:after {
  right: 0;
  border-width: 0;
}

#featured-content .featured-slide .entry-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

/* This stops the kiddies (main image) hiding under the blue text on the home page */
#featured-content .featured-slide .entry-thumb {
  background-position: center bottom;
}

/* make the heading text on the front page wider on screen */
.post-176 {
  box-sizing: content-box;
}

/*testimonial background*/
/*.front-testimonials {
                          }*/

/* speech bubble */
.jetpack-testimonial .testimonial-content {
  background: white;
  color: #777;
  font-size: 100%;
  line-height: 1.4;
  font-style: normal;
}

/* speak bubble pointy boarder*/
.jetpack-testimonial .testimonial-content:before {
  border-color: white transparent;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}

/* this seems not to work - should remove underlines from facebook links etc */
.social-link {
  text-decoration: none;
  line-height: 2;
}

/* manage the size of the box on the contact us page */
#contact-form-comment-g3-message {
  height: 300px;
}

/*Learn More Button*/
.btn {
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 60px;
  height: 60px;
  padding: 0 100px;
  cursor: pointer;
  font-weight: 500;
  /*text-transform: uppercase;*/
  font-size: 20px;
  border: 0 none;
  font-weight: bold;
  background: #4a4758;
  text-shadow: none;
  color: red;
  /*https://angel.co/san-francisco/software/jobs*/
}

.btn2 {
  min-width: 140px;
  border: none;
  display: inline-block;
  padding: 0 30px;
  line-height: 48px;
  border-radius: 5px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.21);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  background-color: #fc2865;
  border: 0px;
  margin-top: 20px;
  /*  display: inline-block;
                          background-color: #ecf0f1;
                          width: 200px;
                          padding: 10px 0;
                          padding-top: 10px;
                          padding-right: 0;
                          padding-bottom: 10px;
                          padding-left: 0;
                          font-style: normal;
                          font-weight: 700;
                          font-size: 18px;
                          color: #4a4758;
                          text-align: center;
                          background: white;
                          border: 1px solid #4a4758;
                          -webkit-border-radius: 25px;
                          -webkit-background-clip: padding-box;
                          -moz-border-radius: 25px;
                          -moz-background-clip: padding;
                          border-radius: 25px;
                          background-clip: padding-box;
                          margin: 30px auto 0;
                          display: inline-block;
                          -webkit-transition: background-color 0.15s ease;
                          -moz-transition: background-color 0.15s ease;
                          -o-transition: background-color 0.15s ease;
                          transition: background-color 0.15s ease;*/
  /* opacity: .05;*/
}

.btn2:hover {
  color: #fff;
  background-color: #fd5a89;
}

.btn3 {
  width: 200px;
  padding: 10px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #4a4758;
  border: 0 solid #4a4758;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  margin: 30px auto 0;
  display: inline-block;
  -webkit-transition: background-color 0.15s ease;
  -moz-transition: background-color 0.15s ease;
  -o-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}

.btngojo {
  min-width: 140px;
  border: none;
  display: inline-block;
  padding: 0 30px;
  line-height: 48px;
  border-radius: 5px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.21);
  color: #fff !important;
  font-size: 16px;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  background-color: #469bff;
  border: 0px;
  border-bottom: 0px;
}

.btngojo:hover {
  color: #fff;
}

.btngojipink {
  min-width: 140px;
  border: none;
  display: inline-block;
  padding: 0 30px;
  line-height: 48px;
  border-radius: 5px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.21);
  color: #fff;
  font-size: 16px;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  background-color: #fc2865;
  border: 0px;
  margin-top: 20px;
}

.btngojipink:hover {
  color: #fff;
  background-color: #fd5a89;
}

/* background of the top text sections on main page */
#featured-content .featured-slide .hentry .inner-hentry {
  background: none;
  padding-right: 0;
  max-width: 100%;
}

#featured-content .featured-slide .hentry .inner-hentry a {
  color: white;
}

/* contact button on main menu */
#menu-item-217 {
  min-width: 140px;
  border: none;
  display: inline-block;
  padding: 10px 30px;
  line-height: 48px;
  border-radius: 5px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.21);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  background-color: #469bff;
  border: 0px;
  left: 135px;
}
#menu-item-217:hover {
  opacity: 0.5;
  color: white !important;
}
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-217
  a:hover {
  color: white;
}

/*https://angel.co/san-francisco/software/jobs*/
.btn:hover {
  opacity: 0.8;
}

.btn4 {
  width: 400px;
  padding: 10px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  text-align: center;
  background: #4a4758;
  border: 0 solid #4a4758;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  margin: 60px auto 0;
  display: inline-block;
  -webkit-transition: background-color 0.15s ease;
  -moz-transition: background-color 0.15s ease;
  -o-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}

.btn5 {
  width: 200px;
  padding: 10px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #4a4758;
  border: 0 solid #4a4758;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  margin: 60px auto 0;
  display: inline-block;
  -webkit-transition: background-color 0.15s ease;
  -moz-transition: background-color 0.15s ease;
  -o-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}

.pushbutton-wide {
  min-width: 140px;
  border: none;
  display: inline-block;
  padding: 0 30px;
  line-height: 48px;
  border-radius: 5px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.21);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  background-color: #fc2865;
  border: 0px;
  margin-top: 20px;
}

.pushbutton-wide:hover {
  color: #fff;
  background-color: #fd5a89;
}

#infinite-handle span {
  min-width: 140px;
  border: none;
  display: inline-block;
  padding: 0 30px;
  line-height: 48px;
  border-radius: 5px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.21);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  background-color: #fc2865;
  border: 0px;
  margin-top: 20px;
}

#infinite-handle span:hover {
  color: #fff;
  background-color: #fd5a89;
}

/*https://angel.co/san-francisco/software/jobs*/
.btn:hover {
  opacity: 0.5;
}

input[type="submit"].pushbutton-wide:hover {
  background-color: white;
  /*opacity: .05;*/
  color: #4a4758;
  border: 1px solid #4a4758;

  /*font-family: "Rockingham-Light-webfont", sans-serif;*/
  font-family: "Montserrat", sans-serif;
}

.btn3:hover {
  background-color: white;
  /*opacity: .05;*/
  color: #4a4758;
  border: 1px solid 70a3d8;
}

.btn4:hover {
  background-color: white;
  /*opacity: .05;*/
  color: #4a4758;
  border: 1px solid #4a4758;
}

.btn5:hover {
  background-color: white;
  /*opacity: .05;*/
  color: #4a4758;
  border: 0 solid #4a4758;
}

/*padding above logo*/
#masthead .header-inner {
  padding-top: 10px;
  padding-bottom: 5px;
}

/*kill search field in header*/
form.search-form {
  display: none;
}

/*Logo size*/
.site-logo {
  max-width: 200px;
}

h3.front-block-title {
  text-align: center;
}

/*Main image padding around feature text*/
#featured-content .featured-slide {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ebf0ff;
}

#featured-content .featured-slide .entry-thumb {
  background-position: center bottom;
}

/*main image height*/
element.style {
  height: 1340px;
}

/*Padding above services title*/
.featured-page {
  padding: 30px;
}

/*content text line spacing*/
p {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 16px;
}

/*Services - padding below images*/
.grid-row .hentry .thumb-link {
  margin-bottom: 20px;
}

/*services - space between header and normal text*/
.grid-row .hentry .entry-content {
  margin-top: 20px;
}

.front-block.featured-page .grid-row .grid-item {
  margin-top: 20px;
}

/* Next section Under Image*/
.brief-text {
  background-color: white;
  padding: 0px;
}
/* Next section Under Image */
.brief-text .container {
  max-width: 72rem;
}
.brieftextlowerimage {
	margin-top:160px;
}

.testitext {
	padding-top:30px;
}

.testiauthor {
	font-weight: bold;
	text-align: right;
}

/* header pictures - hide the default header so we can add our own */
#post-5807 > header > h1,
#post-241 > header > h1,
#post-239 > header > h1,
#post-249 > header > h1,
#post-253 > header > h1,
#post-2 > header > h1,
#post-160 > header > h1,
#post-162 > header > h1,
#post-165 > header > h1,
#post-3 > header > h1,
#post-196 > header > h1,
#post-7427 > header > h1 {
  height: 0px;
  font-size: 0px;
}
.svgHeaderImage {
  left: 0;
  height: 100%;
}

/* wave stuff the long complex selector is the testimonials page */
.verybold,
#post-5807 h1,
#post-241 h1,
#post-239 h1,
#post-249 h1,
#post-253 h1,
#post-2 h1,
#post-160 h1,
#post-162 h1,
#post-165 h1,
#post-3 h1,
#post-196 h1,
#post-7427 h1,
body.post-type-archive-jetpack-testimonial
  > #page
  > div.page-inner
  > #content
  > #primary
  > #main
  > header
  > h1 {
  font-family: "Roboto";
  font-size: 70px;
  font-weight: 900;
  color: #31353e;
  text-align: left;
}
/* Overriding the above due to long page title on Initial Assessments */
#post-241 h1 {
  font-size: 69px;
}

/* wave stuff the long complex selector is the testimonials page */
body.post-type-archive-jetpack-testimonial
  > #page
  > div.page-inner
  > #content
  > #primary
  > #main
  > header {
  background-color: #ebf0ff;
  /*max-width: 960px !important;
		margin-left: auto;
		margin-right:auto;*/
}
/* wave stuff the long complex selector is the testimonials page */
body.post-type-archive-jetpack-testimonial
  > #page
  > div.page-inner
  > #content
  > #primary
  > #main
  > header
  > h1 {
  max-width: 960px !important;
  margin-left: auto;
  margin-right: auto;
}
/* hide the hardcoded testimonials */
body.post-type-archive-jetpack-testimonial
  > #page
  > div.page-inner
  > #content
  > #primary
  > #main
  > header
  > div {
  display: none;
}

.brief-text:after {
  content: "";
  display: block;
  height: 70px;
  background-image: url(https://www.gojilabs.com/static/top-wave-b335d62404a20c83d0cfab32b4ca04ac.jpg);
  background-position: 0 100%;
  background-size: 100% 70px;
  background-color: #fff;
}

.front-block.featured-page.featured-page-225 {
  background: #ebf0ff;
  font-size: 100%;
  padding: 0px;
}

.front-block.featured-page.featured-page-225:after {
  content: "";
  display: block;
  height: 70px;
  background-image: url(https://www.gojilabs.com/static/bottom-wave-c1080b43b63143423e4069aabb9ed21b.png);
  background-position: 0 100%;
  background-size: 100% 70px;
  background-color: #fff;
}

/* wave stuff */
.site-header {
  background-color: #ebf0ff;
  border: none;
}

.site-menu {
  background-color: #ebf0ff;
  font-weight: 500;
}

.site-menu li:hover > a {
  color: #fd5a89;
}
/*a*/

.hero-section {
  background-color: #ebf0ff;
}

.hero-section:after {
  content: "";
  display: block;
  height: 70px;
  background-image: url(https://www.gojilabs.com/static/bottom-wave-c1080b43b63143423e4069aabb9ed21b.png);
  background-position: 0 100%;
  background-size: 100% 70px;
  background-color: #fff;
}

/* Services*/
/* Philosophy*/
.front-block.featured-page.featured-page-276 {
  background: white;
  font-size: 100%;
  padding: 0;
}

.front-block.featured-page.featured-page-276:after {
  content: "";
  display: block;
  height: 70px;
  background-image: url(https://www.gojilabs.com/static/top-wave-b335d62404a20c83d0cfab32b4ca04ac.jpg);
  background-position: 0 100%;
  background-size: 100% 70px;
  background-color: #fff;
}

/* Sub-footer*/
.footer-custom-text {
  background: white;
  color: #ffffff;
}

/* Sub-footer*/
.footer-custom-text a {
  border-bottom: 0px;
}
.footer-custom-text {
  padding-bottom: 60px;
}

/* Testimonials section on front page */
.front-block.front-testimonials {
  background-color: #ebf0ff;
  padding: 0;
  padding-top: 1.875rem;
}
.front-block.front-testimonials:after {
  content: "";
  display: block;
  height: 70px;
  background-image: url(https://www.gojilabs.com/static/bottom-wave-c1080b43b63143423e4069aabb9ed21b.png);
  background-position: 0 100%;
  background-size: 100% 70px;
  background-color: #fff;
}
.front-block-content .th--mx-sm {
  margin: 0;
}
#page > div.page-inner > section.front-block.front-testimonials.th-py-lg.th-w-full > div > div.front-block-header.th-stack--sm.th-mb-sm > div {
	display: initial;
}
.mainpagetestimonialimage { 
	padding-top:150px;
}
/*
                      @media only screen and (max-width: 500px) {
                      margin-top:0px;
                      }*/

#mobile-menu-toggle {
  background-color: #ebf0ff;
  color: black;
}

#mobile-menu-toggle:hover {
  background-color: #ebf0ff;
  color: black;
}

#mobile-menu-toggle:after {
  border-left: 0px;
  /*    bottom: 0;
                              content: "\f0c9";
                              line-height: 1.35;
                              margin-left: 4px;
                              padding: 12px 17px;
                              position: absolute;
                              right: 0;
                              top: 0;*/
}

/* Changes Nov 20 */
#mobile-menu-toggle > svg {
	display: none;
}

/* Mobile menu sidebar - make it blue */
#toggle-sidebar .mobile-navigation .menu li a {
  border-bottom: 0px;
  background-color: #ebf0ff;
  text-align: center;
  font-weight: 500;
  color: #31353e;
}
/* Mobile menu sidebar - make sub options grey */
#toggle-sidebar .mobile-navigation .menu ul li a {
  background-color: #fefefe;
}
/* Mobile menu sidebar - expand dropdown-toggle icon */
#mobile-navigation
  > ul
  > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-6671
  > button::after {
  background-color: #469bff;
  color: white;
  font-size: 16px;
  line-height: 20px;
  left: 250px;
}
/* Mobile menu sidebar - make dub options grey */
#toggle-sidebar {
  background: white;
}
.toggle-sidebar .inner-panel {
  padding-bottom: 0px;
}

/*59c6e8*/
/* Under Image*/
.brief-text a {
  color: white;
  border: 0 none;
}
.entry-content a {
  border: 0px;
}

/* This is the URL import for the fancy "europa" font */
/*@font-face {
                          font-family: "europa";
                          src: format("woff2"), format("woff"), format("opentype");
                          
                          }*/

/* latin */ /*
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}*/

/* latin */
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

.slightlybold {
  font-weight: 600;
}

.footerbold,
body.page-id-3
  > #page
  > div.page-inner
  > div.footer-custom-text.th-bg-secondary-lightest.th-py-base.th-text-md.th-text-center
  > div
  > h1::before {
 /* font-family: "Montserrat-Black", sans-serif;*/
  font-size: 48px;
  font-weight: 900;
  color: #31353e;
}

#colophon {
  background-color: #dde3f6;
  color: #31353e;
}

#colophon .footer-widgets .widget-title {
  color: #31353e;
}

h2.widget-title {
  text-align: left;
}

#colophon .footer-widgets {
  padding-top: 20px;
  padding-bottom: 20px;
}

#colophon .footer-bottom {
  padding-top: 0px;
  background-color: white;
  color: black;
}

/* Modify copyright in footer */
.left-footer:before {
  content: "Copyright Speaking Sense";
}
.left-footer {
  display: contents;
}
.site-credits {
  padding: 5px;
}
#colophon .footer-bottom .container {
  max-width: 260px;
	padding-left:15px;
  padding-right:0px;
}

.widget {
  margin: 10px;
}

input[type="text"],
input[type="email"],
textarea {
  border-color: #ddd;
}
div#contact-form-3 {
  /* width: 100%;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 1156px;
  background-color: white;
  box-shadow: 0 12px 25px 0 rgba(23, 39, 53, 0.16);
  /* ensure shadow is not crowded by contents */
  padding-bottom: 10px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  /* ensure spacing after to show shadow */
  margin-bottom: 30px;
  border-radius: 20px;
}
/* submit button on the contact page */
p.contact-submit {
  margin-left: calc(50% - 70px);
}
.contact-form label span {
  line-height: 1.5;
}
/* contact form elements */
div.grunion-field-wrap {
  padding-top: 20px;
}

.contact-info {
  padding-left: 15px;
}

.page .entry-content h4 {
  margin-top: 0;
}

.downArrow {
  height: 25px;
  width: 25px;
  margin-left: 5px;
  position: absolute;
  left: 50%;
  top: 380px;
  border-bottom: 5px solid #4a4758;
  border-right: 5px solid #4a4758;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
}

h3 {
  size: 1px;
}

.single .entry-content h3,
.page .entry-content h3,
.comments-area .comment-body h3 {
  font-size: 1em;
  margin-top: 15px;
}

.top-bar {
  display: none;
}

img.aff {
  display: inline;
}

/*  This forces the top image next to the text */
.topcontainer {
  display: inline-flex;
  width: 100%;
  height: 450px;
}
.topcontainerinner {
  /*  width: 50%;*/
  max-width: 698px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.shoutywindows {
  max-width: 698px;
  height: 100%;
  padding-top: 100px;
}
.topContainerImageContainer {
  width: 50%;
  display: inline-flex;
}
.jetpackImage {
  -webkit-animation: jetpackImage 6s linear 1;
  animation: jetpackImage 6s linear 1;
  z-index: 6;
  position: relative;
  left: -60%;
  top: -110px;
}

.toptext {
  text-align: left;
  font-size: 21px;
}
/* individual servicecards containers */
#post-239,
#post-249,
#post-241,
#post-5807,
#post-253,
#post-2 {
  margin-top: 0px;
}

.servicecards {
  max-width: 400px;
}

/* style to round corners on images */
.roundCorners {
  border-radius: 2%;
  border-width: 0px;
}

.mainPageContainers {
  margin: 0;
}

.btnPinkServices {
  min-width: 140px;
  border: none;
  display: inline-block;
  padding: 0 30px;
  line-height: 48px;
  border-radius: 5px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.21);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  background-color: #fc2865;
  /*border: 0px;*/
  position: relative;
  top: -120px;
  left: 23%;
}

.btnPinkServices:hover {
  color: #fff;
  background-color: #fd5a89;
}

.entry-content.th-content {
  margin-left: 0%;
}

.footer-logo {
  text-align: center;
}
.footer-affiliate {
  text-align: center;
  position: relative;
  left: 8%;
}
.footer-clinic {
  text-align: right;
  position: relative;
  right: -20%;
}
.footer-terms {
  text-align: left;
  margin: 0;
  padding: 0;
}

.textwidget {
  padding-left: 13%;
}

/* this is the Why is Language therapy important making the text blue */
#post-276 > header > h2,
.blueheadertext {
  text-align: left;
  color: #469bff;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 1.875rem;
  font-weight: 500 !important;
}

/* this is the what do our clients say on the main page - hiding it */
section.front-testimonials h2 {
	display:none;
}

/* this is the Why is Language therapy important altering the spacing on the big heading */
#post-276 > div > h1 {
  padding-bottom: 15px;
}

.blueWave {
  width: 100%;
  /* the below is mostly set at a higher level on pages - but not always! */
  background-color: #ebf0ff;
}
.whiteWave {
  width: 100%;
  background-color: white;
}
/* the long complex selector is the testimonials page */
.whiteWave:after,
body.post-type-archive-jetpack-testimonial
  > #page
  > div.page-inner
  > #content:after {
  content: "";
  display: block;
  height: 70px;
  background-image: url(https://www.gojilabs.com/static/top-wave-b335d62404a20c83d0cfab32b4ca04ac.jpg);
  background-position: 0 100%;
  background-size: 100% 70px;
  background-color: #fff;
}
/* the long complex selector is the testimonials page */
.blueWave:after,
body.post-type-archive-jetpack-testimonial
  > #page
  > div.page-inner
  > #content
  > #primary
  > #main
  > header:after {
  content: "";
  display: block;
  height: 70px;
  background-image: url(https://www.gojilabs.com/static/bottom-wave-c1080b43b63143423e4069aabb9ed21b.png);
  background-position: 0 100%;
  background-size: 100% 70px;
  background-color: #fff;
}
/* Mobile menu wave */
#toggle-sidebar:after {
  content: "";
  display: block;
  height: 60px;
  background-image: url(https://www.gojilabs.com/static/bottom-wave-c1080b43b63143423e4069aabb9ed21b.png);
  background-position: 0 100%;
  background-size: 130% 60px;
  background-color: transparent;
}

.blueWave > .blueheadertext,
.whiteWave > .blueheadertext,
.blueWave > * > .blueheadertext,
.whiteWave > * > .blueheadertext {
  margin-top: 0px;
}

#masthead {
  margin-bottom: 0px;
}

.mediumHeading,
#post-5807 > .entry-content.th-content > div > p.mediumHeading,
#post-241 > .entry-content.th-content > div > p.mediumHeading,
#post-239 > .entry-content.th-content > div > p.mediumHeading,
#post-249 > .entry-content.th-content > div > p.mediumHeading,
#post-253 > .entry-content.th-content > div > p.mediumHeading,
#post-2 > .entry-content.th-content > div > p.mediumHeading,
#post-160 > .entry-content.th-content > div > p.mediumHeading,
#post-162 > .entry-content.th-content > div > p.mediumHeading,
#post-165 > .entry-content.th-content > div > p.mediumHeading,
#post-3 > .entry-content.th-content > div > p.mediumHeading,
#post-196 > .entry-content.th-content > div > p.mediumHeading,
#post-7427 > .entry-content.th-content > div > p.mediumHeading {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 30px;
}
/* main body elements on online services page */
#post-5807 > .entry-content.th-content > div > ul > li,
#post-241 > .entry-content.th-content > div > ul > li,
#post-239 > .entry-content.th-content > div > ul > li,
#post-249 > .entry-content.th-content > div > ul > li,
#post-253 > .entry-content.th-content > div > ul > li,
#post-2 > .entry-content.th-content > div > ul > li,
#post-160 > .entry-content.th-content > div > ul > li,
#post-162 > .entry-content.th-content > div > ul > li,
#post-165 > .entry-content.th-content > div > ul > li,
#post-3 > .entry-content.th-content > div > ul > li,
#post-196 > .entry-content.th-content > div > ul > li,
#post-7427 > .entry-content.th-content > div > ul > li {
  margin-left: 20px;
  color: #777;
}
#post-5807 > .entry-content.th-content > div > ul > li,
#post-5807 > .entry-content.th-content > div > div > div > ul > li,
#post-241 > .entry-content.th-content > div > ul > li,
#post-241 > .entry-content.th-content > div > div > div > ul > li,
#post-239 > .entry-content.th-content > div > ul > li,
#post-239 > .entry-content.th-content > div > div > div > ul > li,
#post-249 > .entry-content.th-content > div > ul > li,
#post-249 > .entry-content.th-content > div > div > div > ul > li,
#post-253 > .entry-content.th-content > div > ul > li,
#post-253 > .entry-content.th-content > div > div > div > ul > li,
#post-2 > .entry-content.th-content > div > ul > li,
#post-2 > .entry-content.th-content > div > div > div > ul > li,
#post-160 > .entry-content.th-content > div > ul > li,
#post-160 > .entry-content.th-content > div > div > div > ul > li,
#post-162 > .entry-content.th-content > div > ul > li,
#post-162 > .entry-content.th-content > div > div > div > ul > li,
#post-165 > .entry-content.th-content > div > ul > li,
#post-165 > .entry-content.th-content > div > div > div > ul > li,
#post-3 > .entry-content.th-content > div > ul > li,
#post-3 > .entry-content.th-content > div > div > div > ul > li,
#post-196 > .entry-content.th-content > div > ul > li,
#post-196 > .entry-content.th-content > div > div > div > ul > li,
#post-7427 > .entry-content.th-content > div > ul > li,
#post-7427 > .entry-content.th-content > div > div > div > ul > li {
  padding-bottom: 0.75em;
}

/* for use on the blue background on the top of every (non main) page */
.introText {
  color: #31353e;
  font-size: 24px;
  font-weight: 500;
}
.contentText {
  line-height: 1.5;
  color: #777;
}
/* Specifically for FAQ page text formatting 
#post > .entry-content.th-content > div > p.contentText {
}*/
/* Specifically for FAQ page text formatting */
.strongContentText {
  color: #31353e;
  font-weight: 600;
  padding-top: 20px;
  margin-bottom: 0;
}
/* Specifically for FAQ and Contact and Testimonial and Terms and Privacy page footer formatting footer colour */
body.page-id-160
  > #page
  > div.page-inner
  > div.footer-custom-text.th-bg-secondary-lightest.th-py-base.th-text-md.th-text-center,
body.page-id-162
  > #page
  > div.page-inner
  > div.footer-custom-text.th-bg-secondary-lightest.th-py-base.th-text-md.th-text-center,
body.page-id-165
  > #page
  > div.page-inner
  > div.footer-custom-text.th-bg-secondary-lightest.th-py-base.th-text-md.th-text-center,
body.page-id-3
  > #page
  > div.page-inner
  > div.footer-custom-text.th-bg-secondary-lightest.th-py-base.th-text-md.th-text-center,
body.page-id-196
  > #page
  > div.page-inner
  > div.footer-custom-text.th-bg-secondary-lightest.th-py-base.th-text-md.th-text-center,
body.post-type-archive-jetpack-testimonial
  > #page
  > div.page-inner
  > div.footer-custom-text.th-bg-secondary-lightest.th-py-base.th-text-md.th-text-center,
body.page-id-7427
  > #page
  > div.page-inner
  > div.footer-custom-text.th-bg-secondary-lightest.th-py-base.th-text-md.th-text-center,
body.page-id-2 
  > #page
  > div.page-inner
  > div.footer-custom-text.th-bg-secondary-lightest.th-py-base.th-text-md.th-text-center {
  background-color: #ebf0ff;
}
/* Specifically for FAQ and Contact page footer formatting */
body.page-id-160 main#main,
body.page-id-162 main#main,
body.page-id-165 main#main,
body.page-id-3 main#main,
body.page-id-196 main#main,
body.page-id-7427 main#main,
body.page-id-2 main#main
{
  padding-bottom: 0px;
}

/* Specifically for contact page footer override - hiding the default text and replacing it */
body.page-id-3
  > #page
  > div.page-inner
  > div.footer-custom-text.th-bg-secondary-lightest.th-py-base.th-text-md.th-text-center
  > div
  > h1
  > a {
  display: none;
}
body.page-id-3
  > #page
  > div.page-inner
  > div.footer-custom-text.th-bg-secondary-lightest.th-py-base.th-text-md.th-text-center
  > div
  > h1
  > div {
  display: none;
}
body.page-id-3
  > #page
  > div.page-inner
  > div.footer-custom-text.th-bg-secondary-lightest.th-py-base.th-text-md.th-text-center
  > div
  > h1::before {
  content: "We look forward to hearing from you!";
}

/* Specifically for Contact page text formatting */
#post-3 > .entry-content.th-content {
  margin-top: 0;
}

.contactIcon {
  width: 40px;
  position: absolute;
  left: calc(50% - 250px);
}
.contactIcon2 {
  width: 40px;
  position: absolute;
  left: calc(50% - 150px);
}

/* images on e.g the services page */
.imageLeft,
.imageRight {
  margin-top: 2.2rem;
  max-width: 100%;
}
.imageLeftContainer {
  left: -10%;
}
.imageRightContainer {
  right: -10%;
}
.textLeftContainer,
.textRightContainer {
  padding-left: 0;
  padding-right: 0;
}
/* price tag image on services page */
.priceTagImageContainer {
  position: absolute;
  left: 10%;
  margin-left: 0;
  margin-right: 0;
  width: 150px;
}
.noPadding {
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 1880px) {
  .priceTagImageContainer {
    left: 6%;
  }
}
@media only screen and (max-width: 1800px) {
  .priceTagImageContainer {
    left: 4%;
  }
}
@media only screen and (max-width: 1650px) {
  .priceTagImageContainer {
    left: 2%;
  }
}
@media only screen and (max-width: 1566px) {
  .priceTagImageContainer {
    position: relative;
    left: 30%;
    top: -65px;
    height: 0;
    margin-bottom: 39px;
    width: 30%;
  }
}
/* Stop the alternating images making the webpage wider than the screen */
@media only screen and (max-width: 1404px) {
  .imageLeftContainer,
  .imageRightContainer {
    left: auto;
    right: auto;
  }
}
@media only screen and (max-width: 1220px) {
  /* .shoutywindows {
    width: initial;
    max-width: initial;
    height: initial;
  }*/
  .topcontainerinner {
    /*   width: 70%;*/
    text-align: left;
  }
  /* main body elements on online services page */
  #post-5807 > .entry-content.th-content > div > p,
  #post-5807 > .entry-content.th-content > div > ul,
  #post-5807 h1,
  #post-5807 > .entry-content.th-content > div > div,
  #post-241 > .entry-content.th-content > div > p,
  #post-241 > .entry-content.th-content > div > ul,
  #post-241 h1,
  #post-241 > .entry-content.th-content > div > div,
  #post-239 > .entry-content.th-content > div > p,
  #post-239 > .entry-content.th-content > div > ul,
  #post-239 h1,
  #post-239 > .entry-content.th-content > div > div,
  #post-249 > .entry-content.th-content > div > p,
  #post-249 > .entry-content.th-content > div > ul,
  #post-249 h1,
  #post-249 > .entry-content.th-content > div > div,
  #post-253 > .entry-content.th-content > div > p,
  #post-253 > .entry-content.th-content > div > ul,
  #post-253 h1,
  #post-253 > .entry-content.th-content > div > div,
  #post-2 > .entry-content.th-content > div > p,
  #post-2 > .entry-content.th-content > div > ul,
  #post-2 h1,
  #post-2 > .entry-content.th-content > div > div,
  #post-160 > .entry-content.th-content > div > p,
  #post-160 > .entry-content.th-content > div > ul,
  #post-160 h1,
  #post-160 > .entry-content.th-content > div > div,
  #post-162 > .entry-content.th-content > div > p,
  #post-162 > .entry-content.th-content > div > ul,
  #post-162 h1,
  #post-162 > .entry-content.th-content > div > div,
  #post-165 > .entry-content.th-content > div > p,
  #post-165 > .entry-content.th-content > div > ul,
  #post-165 h1,
  #post-165 > .entry-content.th-content > div > div,
  #post-3 > .entry-content.th-content > div > p,
  #post-3 > .entry-content.th-content > div > ul,
  #post-3 h1,
  #post-3 > .entry-content.th-content > div > div,
  #post-196 > .entry-content.th-content > div > p,
  #post-196 > .entry-content.th-content > div > ul,
  #post-196 h1,
  #post-196 > .entry-content.th-content > div > div,
  #post-7427 > .entry-content.th-content > div > p,
  #post-7427 > .entry-content.th-content > div > ul,
  #post-7427 h1,
  #post-7427 > .entry-content.th-content > div > div {
    max-width: 960px !important;
  }
  div#contact-form-3 {
    margin-left: 20px;
    margin-right: 20px;
  }
  /* contact button on main menu */
  #menu-item-217 {
    left: 0px;
  }
}
/* end 1220px */

@media only screen and (max-width: 62rem) {
  /* Next section Under Image */
  .brief-text .container {
    max-width: 60rem;
  }
}

@media only screen and (max-width: 991px) {
  /* servicecard paddding on smallish screens formerly .entry-content.th-content */
  article.grid-item > div {
    margin-left: 25% !important;
  }

  /* main page top image positioning */
  #featured-content .featured-slide .post-176 .inner-hentry {
    padding-top: 0;
  }
  .topContainerImageContainer {
    padding-top: 20px;
  }
  .jetpackImage {
    top: -20px;
  }
	
	/* testimonials on main page */
	.mainpagetestimonialimage { 
  	padding-top:0px;
  }
	#page > div.page-inner > section.front-block.front-testimonials.th-py-lg.th-w-full > div > div.front-block-header.th-stack--sm.th-mb-sm > div > div {
		margin-left:20px;
		margin-right:20px;
	}
}

@media only screen and (min-width: 992px) {
  .footer-widget {
    width: 30%;
  }
}

/* MAX width- above is min */
@media only screen and (max-width: 992px) {
  .footer-logo {
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  .footer-affiliate {
    left: initial;
  }
  .footer-clinic {
    right: initial;
    text-align: center;
  }
  .footer-terms {
    text-align: center;
  }
  .textwidget {
    padding-left: 0px;
  }
  /* individual servicecards containers - excepting the first one */
  div > #post-239,
  div > #post-249,
  div > #post-5807,
  div > #post-253 {
    margin-top: -40px;
  }
  /* this is the contact us page */
  #post-3 > div {
    margin-left: 0px;
  }

  /* images on e.g. services page */
  .imageLeft,
  .imageRight {
    padding-top: 0rem;
  }
  .imageLeftContainer,
  .imageRightContainer {
    margin-left: 10%;
    margin-right: 10%;
    /*left:auto;
		right:auto;Moved to 1404px */
  }
  /*      .imageRightContainer {
          order:1; 
      }
      .textLeftContainer {
          order:2; 
      }*/
  .imageLeftContainer {
    order: 2;
  }
  .textRightContainer {
    order: 1;
  }
  .imageContainer {
    display: grid;
  }
  /*.imageLeft {
		margin-left:auto !important;
}
		.imageRight {
		margin-right:auto !important;
}*/
  /* contact button on mobile menu */
  .menu-item-217 {
    background: #ebf0ff;
    padding: 40px;
  }
  .menu-item-217 > a {
    border: none;
    display: inline-block;
    padding: 13px 30px !important;
    line-height: 48px;
    border-radius: 5px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.21);
    color: white !important;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    background-color: #469bff !important;
    border: 0px;
    left: 28%;
    width: 140px;
    margin-left: calc(50% - 70px);
  }
  .menu-item-217 > a:hover {
    opacity: 0.5;
    color: white !important;
  }
  .brief-text .container {
    max-width: 45rem;
  }
  #post-253 .svgHeaderImage {
    margin-top: -60px;
  }
	
	.brieftextlowerimage {
	margin-top:0px;
}
}

/* IPad sizing */
@media only screen and (max-width: 960px) {
  .brief-text:after {
    height: 74px;
    background-size: 140% 74px;
    background-position: -60px 0;
  }
  .front-block.featured-page.featured-page-225:after {
    height: 74px;
    background-size: 140% 74px;
    background-position: -60px 0;
  }
  .hero-section:after {
    height: 74px;
    background-size: 140% 74px;
    background-position: -60px 0;
  }
  .front-block.featured-page.featured-page-276:after {
    height: 74px;
    background-size: 140% 74px;
    background-position: -60px 0;
  }

  .front-block.front-testimonials:after {
    height: 74px;
    background-size: 140% 74px;
    background-position: -60px 0;
  }
  .verybold {
    font-family: "Roboto";
    font-size: 40px;
    font-weight: 300;
    color: #31353e;
    text-align: center;
  }
  .toptext {
    font-size: 14px;
  }

  /* main page top image positioning */
  .shoutywindows {
    left: -10%;
    width: 200%;
    /*height: initial;
    max-width: initial;*/
    position: relative;
    padding-top: 0px;
  }
  .jetpackImage {
    left: -150%;
    /*	top: 0;*/
  }

  .bookbutton {
    /*  left: 5%;*/
    position: relative;
    font-size: 14px;
  }
  /* this forces the top image under the text */
  .topcontainer {
    display: block;
    height: 700px;
  }
  .topcontainerinner {
    /*width: 90%;*/
    text-align: center;
  }
  .toptext {
    text-align: center;
  }
	
  /* main body elements on online services page */
  #post-5807 > .entry-content.th-content > div > p,
  #post-5807 > .entry-content.th-content > div > ul,
  #post-5807 > .entry-content.th-content > div > div > p,
  #post-5807 > .entry-content.th-content > div > div > div,
  #post-241 > .entry-content.th-content > div > p,
  #post-241 > .entry-content.th-content > div > div > p,
  #post-241 > .entry-content.th-content > div > ul,
  #post-241 > .entry-content.th-content > div > div > div,
  #post-239 > .entry-content.th-content > div > p,
  #post-239 > .entry-content.th-content > div > div > p,
  #post-239 > .entry-content.th-content > div > ul,
  #post-239 > .entry-content.th-content > div > div > div,
  #post-249 > .entry-content.th-content > div > p,
  #post-249 > .entry-content.th-content > div > div > p,
  #post-249 > .entry-content.th-content > div > ul,
  #post-249 > .entry-content.th-content > div > div > div,
  #post-253 > .entry-content.th-content > div > p,
  #post-253 > .entry-content.th-content > div > div > p,
  #post-253 > .entry-content.th-content > div > ul,
  #post-253 > .entry-content.th-content > div > div > div,
  #post-2 > .entry-content.th-content > div > p,
  #post-2 > .entry-content.th-content > div > div > p,
  #post-2 > .entry-content.th-content > div > ul,
  #post-2 > .entry-content.th-content > div > div > div,
  #post-160 > .entry-content.th-content > div > p,
  #post-160 > .entry-content.th-content > div > div > p,
  #post-160 > .entry-content.th-content > div > ul,
  #post-160 > .entry-content.th-content > div > div > div,
  #post-162 > .entry-content.th-content > div > p,
  #post-162 > .entry-content.th-content > div > div > p,
  #post-162 > .entry-content.th-content > div > ul,
  #post-162 > .entry-content.th-content > div > div > div,
  #post-165 > .entry-content.th-content > div > p,
  #post-165 > .entry-content.th-content > div > div > p,
  #post-165 > .entry-content.th-content > div > ul,
  #post-165 > .entry-content.th-content > div > div > div,
  #post-3 > .entry-content.th-content > div > p,
  #post-3 > .entry-content.th-content > div > div > p,
  #post-3 > .entry-content.th-content > div > ul,
  #post-3 > .entry-content.th-content > div > div > div,
  #post-196 > .entry-content.th-content > div > p,
  #post-196 > .entry-content.th-content > div > div > p,
  #post-196 > .entry-content.th-content > div > ul,
  #post-196 > .entry-content.th-content > div > div > div,
  #post-7427 > .entry-content.th-content > div > p,
  #post-7427 > .entry-content.th-content > div > div > p,
  #post-7427 > .entry-content.th-content > div > ul,
  #post-7427 > .entry-content.th-content > div > div > div {
    /*font-size: 14px !important;*/
    padding-left: 20px;
    padding-right: 20px;
  }
  /* main body elements on online services page -heading. long selector is testimonials page */
  /* these were double guttering some paragraphs
  #post-5807 > .entry-content.th-content > div > div,
  #post-241 > .entry-content.th-content > div > div,
  #post-239 > .entry-content.th-content > div > div */
  #post-5807 h1,
  #post-241 h1,
  #post-239 h1,
  #post-249 h1,
  #post-253 h1,
  #post-2 h1,
  #post-160 h1,
  #post-162 h1,
  #post-165 h1,
  #post-3 h1,
  #post-196 h1,
  #post-7427 h1,
  body.post-type-archive-jetpack-testimonial
    > #page
    > div.page-inner
    > #content
    > #primary
    > #main
    > header
    > h1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    text-align: center;
  }
	
	.wf-active h1,
.secondarylargeheadingtext {
  font-size: 32px;
	}
  .mediumHeading {
    font-size: 32px !important;
    text-align: center;
  }
	
  /* used for text formatting on the services page*/
  .centreOnSmallScreens {
    text-align: center;
  }

  .footerbold,
  body.page-id-3
    > #page
    > div.page-inner
    > div.footer-custom-text.th-bg-secondary-lightest.th-py-base.th-text-md.th-text-center
    > div
    > h1::before {
    font-size: 40px;
  }
}
/* end 960px*/

@media only screen and (max-width: 767px) {
	/* Servicecards alignment */
  article.grid-item > div {
    margin-left: calc((100% - 257px)/3) !important;
  }
  .btnPinkServices {
    left: 29%;
  }
  .brief-text .container {
    max-width: 34rem;
  }
  /* main mage top image positioning */
  .topcontainer {
    height: 500px;
  }
	/* used on the about page */
	.threeinarow {
		margin-bottom: 30px;
		margin-left:auto;
		margin-right:auto;
		max-width: 75%;
		height:auto;
		width:auto;
	}
}
/*End 767px*/

@media only screen and (max-width: 540px) {
  /* move the icons on the Clinic page when the screen is small */
  #post-5807 > .entry-content.th-content > div > div > div.col-sm-2,
  #post-241 > .entry-content.th-content > div > div > div.col-sm-2,
  #post-239 > .entry-content.th-content > div > div > div.col-sm-2,
  #post-249 > .entry-content.th-content > div > div > div.col-sm-2,
  #post-253 > .entry-content.th-content > div > div > div.col-sm-2,
  #post-2 > .entry-content.th-content > div > div > div.col-sm-2,
  #post-160 > .entry-content.th-content > div > div > div.col-sm-2,
  #post-162 > .entry-content.th-content > div > div > div.col-sm-2,
  #post-165 > .entry-content.th-content > div > div > div.col-sm-2,
  #post-3 > .entry-content.th-content > div > div > div.col-sm-2,
  #post-196 > .entry-content.th-content > div > div > div.col-sm-2,
  #post-7427 > .entry-content.th-content > div > div > div.col-sm-2 {
    left: 65%;
    padding-bottom: 5px;
  }
  .imageLeftContainer,
  .imageRightContainer {
    margin-left: 0;
    margin-right: 0;
  }
  .imageLeft,
  .imageRight {
    width: 100%;
    max-width: 100%;
  }
  .contactIcon {
    left: 10px;
  }
  .verybold {
    font-size: 30px;
  }
}
/*End 540px */

@media only screen and (max-width: 500px) {
  .servicecards {
    max-width: 100%;
    max-height: 300px;
    padding-left: 6%;
  }
  /* this is to reduce vertical servicecard spacing */
  #main
    > section.front-block.featured-page.featured-page-225.th-w-full.th-py-lg
    > div
    > div.front-block-header.th-mb-sm.th-stack--sm
    > div {
    margin-left: 0px;
  }

  /* this is to stop the first servicecard going over the header before it */
  div > #post-241 {
    margin-top: 500px;
  }
  .btnPinkServices {
    top: -80px;
    left: 25%;
  }
  /* the below four are to make menu go up and to the right on iphone sized screens*/
  .site-branding.th-stack--sm.th-w-full {
    width: 200px;
    padding: 10px;
  }
  #mobile-menu-toggle {
		/* removing as this is causing the burger to be not visible Nov 20
    width: 0px;*/
    font-size: 0px;
  }
  #mobile-menu-toggle:after {
    font-size: 1rem;
  }
  #masthead
    > div.container.header-inner.th-py-md.th-flex.th-flex-wrap.th-items-start
    > div.mobile-buttons.lg\:th-hidden.th-flex.th-flex-wrap.th-mt-base.th-mx-auto {
    margin-top: 0px;
    margin-right: 0px;
  }
  .toggle-sidebar {
    max-width: 100%;
  }
  /* .shoutywindows {
    left: 0%;
  }*/
  /* Causes main page side scrolling? 
   * .container {
    padding-left: 10px;
    padding-right: 10px;
  }*/
  #main
    > section.front-block.featured-page.featured-page-225.th-w-full.th-py-lg
    > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* .topcontainerinner {
    width: 100%;
  }*/
	
	/* Get the we help children text onto two lines */
	.topcontainerinner .verybold {
		 margin-left:-20px;
		margin-right: -20px;
	}
  div.front-block-header.th-stack--sm.th-mb-sm {
    padding-left: 0px;
    padding-right: 0px;
  }
  .bookbutton {
    padding-left: 0px;
  }
  h1 {
    font-size: 32px;
  }
  .wf-active h2 {
    font-weight: 200;
  }
  /* this borks all other pages on the site! bad!
  
  .entry-content.th-content {
    margin-left: 10px;
    margin-right: 10px;
		 height: 270px;
         margin-bottom: 20px;
  }
  */
  /* this is the How can speaking sense help section */
  #post-276 > div.entry-content.th-content {
    margin-left: 0px;
    margin-top: 0px;
  }
  .entry-content.th-content.th-mt-base {
    height: 30px;
  }

  .btnPinkServices {
    left: 22%;
  }
  /* services page */
  /*.priceTagImageContainer  {
    left: 40%;
  }
  .priceTagImageContainer > img {
    max-width: 26%;
  }*/
  .introText {
    font-size: 14px;
    text-align: center;
  }
  .contactIcon {
    left: calc(50% - 150px);
    width: 30px;
  }
  .contactIcon2 {
    left: calc(50% - 110px);
    width: 30px;
  }
	
	.topContainerImageContainer {
    padding-top: 5px;
  }
	.jetpackImage {
		top:0;
	}
	
  /* Mobile menu sidebar - expand dropdown-toggle icon */
  #mobile-navigation
    > ul
    > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-6671
    > button::after {
    left: 300px;
  }
  /* main body elements on online services page -heading. long selector is testimonials page ADD THE ENTRY CONTENT LIVE FOR EVERY PAGE HERE AS THE SVGS ARE IMPORTED */
  #post-5807 h1,
  #post-5807 .entry-content.th-content,
  #post-241 h1,
  #post-241 .entry-content.th-content,
  #post-239 h1,
  #post-239 .entry-content.th-content,
  #post-249 h1,
  #post-249 .entry-content.th-content,
  #post-253 h1,
  #post-253 .entry-content.th-content,
  #post-2 h1,
  #post-2 .entry-content.th-content,
  #post-160 h1,
  #post-160 .entry-content.th-content,
  #post-162 h1,
  #post-162 .entry-content.th-content,
  #post-165 h1,
  #post-165 .entry-content.th-content,
  #post-3 h1,
  #post-3 .entry-content.th-content,
  #post-196 h1,
  #post-196 .entry-content.th-content,
  #post-7427 h1,
  #post-7427 .entry-content.th-content,
  #post-160 .entry-content.th-content,
  body.post-type-archive-jetpack-testimonial
    > #page
    > div.page-inner
    > #content
    > #primary
    > #main
    > header
    > h1 {
    margin-top: 0px;
  }
	
		/* testimonials on main page */
	#page > div.page-inner > section.front-block.front-testimonials.th-py-lg.th-w-full > div > div.front-block-header.th-stack--sm.th-mb-sm > div > div {
		margin-left:0px;
		margin-right:0px;
	}
}
/*End 500px*/

@media only screen and (max-width: 400px) {
  /* the below four are to make menu go up and to the right on iphone sized screens*/
  .site-branding.th-stack--sm.th-w-full {
    width: 150px;
  }
  .btngojipink {
    font-size: 14px;
  }

  .servicecards {
    padding-left: 0%;
  }
  .btnPinkServices {
    left: 16%;
    top: -80px;
  }
  #post-253 .svgHeaderImage {
    margin-top: -40px;
  }
}

.pageHeaderImage {
  -webkit-animation: pageHeaderImage 2s linear 1;
  animation: pageHeaderImage 2s linear 1;
  z-index: 5;
  left: 0;
}
@-webkit-keyframes pageHeaderImage {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes pageHeaderImage {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes jetpackImage {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 5000px, 0);
    opacity: 0;
    transform: translate3d(0, 5000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes jetpackImage {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 5000px, 0);
    opacity: 0;
    transform: translate3d(0, 5000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.wp-image-4050 {
  width: 100px;
  display: inline;
  -webkit-animation: bouncyQuotes 1s linear infinite;
  animation: bouncyQuotes 1s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  position: relative;
  top: 0;
  right: 5%;
}

.wp-image-4051 {
  width: 100px;
  display: inline;
  -webkit-animation: bouncyQuotesEnd 1s linear infinite;
  animation: bouncyQuotesEnd 1s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  position: relative;
  top: 0;
  left: 90%;
}

@-webkit-keyframes bouncyQuotes {
  0% {
    top: 0;
  }
  to {
    top: 60px;
  }
}
@keyframes bouncyQuotes {
  0% {
    top: 0;
  }
  to {
    top: 60px;
  }
}

@-webkit-keyframes bouncyQuotesEnd {
  0% {
    top: -60px;
  }
  to {
    top: 0px;
  }
}
@keyframes bouncyQuotesEnd {
  0% {
    top: -60px;
  }
  to {
    top: 0px;
  }
}

h3.entry-title {
  display: none;
}

.front-block-title.th-mb-0.th-text-4xl {
  display: none;
}

#colophon .footer-widgets a {
  color: initial;
}
#colophon .footer-widgets a:hover {
  color: initial;
}

/* stopping the footer area being wider than the page */
#colophon > div.footer-widgets.th-pt-base.th-pb-lg > div > div {
  margin: 0px;
}

/*Overriding the h2 elemts in the footer widget */
.widget-title.th-text-md.th-mb-sm {
  font-weight: 800;
  font-size: 16px;
}

.widget.widget_text.footer-widget.th-w-full.th-px-sm {
  text-align: center;
}
.quotes {
  font-size: 16px;
  /*font-style: italic;*/
  line-height: 1.5;
  color: #777;
}

.quote-author {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  color: #31353e;
}

/* Hide the auto generated testimonials */
.front-testimonials div.th-grid-row.th-grid-3.th-flex.th-flex-wrap.th--mx-base.th-stack-full--2xl
{
	/* selector pre Nov 20 
	 * div.th-grid-row.th-grid-3.th-flex.th-flex-wrap.th--mx-sm.th-stack-full--md */
  display: none;
  margin: 0px;
}

/* these are the custom testimonials on the front page - the container of them*/
#main
  > section.front-block.front-testimonials.th-py-lg.th-w-full
  > div
  > div.front-block-header.th-stack--sm.th-mb-sm
  > div
  > div {
  margin: 0px;
}

/* testimonial heading font formatting on front page Why is speech and language therapy important */
#main
  > section.front-block.front-testimonials.th-py-lg.th-w-full
  > div
  > div.front-block-header.th-stack--sm.th-mb-sm
  > h2 {
  font-size: 16px;
  color: #469bff;
  text-align: left;
  /* margin-left: 10px; */
}

/*Begin section trying to get styling on online page */
/*#content > div.container.th-flex.th-flex-wrap, below is more general */
#content > div.container {
  /*.*/
  margin: 0px;
  padding: 0px;
}
#main {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.inactive-sidebar.page.page-template-default .site-main {
  max-width: 100%;
}
#post-5807,
#post-241,
#post-239,
#post-249,
#post-253,
#post-2,
#post-160,
#post-162,
#post-165,
#post-196,
#post-7427 {
  background-color: #ebf0ff;
}
#post-5807 > .entry-content.th-content,
#post-241 > .entry-content.th-content,
#post-239 > .entry-content.th-content,
#post-249 > .entry-content.th-content,
#post-253 > .entry-content.th-content,
#post-2 > .entry-content.th-content,
#post-160 > .entry-content.th-content,
#post-162 > .entry-content.th-content,
#post-165 > .entry-content.th-content,
#post-3 > .entry-content.th-content,
#post-196 > .entry-content.th-content,
#post-7427 > .entry-content.th-content {
  margin-left: 0px;
}
#post-5807 > .entry-content.th-content > div > p,
#post-5807 > .entry-content.th-content > div > ul,
#post-5807 > header > h1,
#post-5807 > .entry-content.th-content > div > div,
#post-241 > .entry-content.th-content > div > p,
#post-241 > .entry-content.th-content > div > ul,
#post-241 h1,
#post-241 > .entry-content.th-content > div > div,
#post-239 > .entry-content.th-content > div > p,
#post-239 > .entry-content.th-content > div > ul,
#post-239 h1,
#post-239 > .entry-content.th-content > div > div,
#post-249 > .entry-content.th-content > div > p,
#post-249 > .entry-content.th-content > div > ul,
#post-249 h1,
#post-249 > .entry-content.th-content > div > div,
#post-253 > .entry-content.th-content > div > p,
#post-253 > .entry-content.th-content > div > ul,
#post-253 h1,
#post-253 > .entry-content.th-content > div > div,
#post-2 > .entry-content.th-content > div > p,
#post-2 > .entry-content.th-content > div > ul,
#post-2 h1,
#post-2 > .entry-content.th-content > div > div,
#post-160 > .entry-content.th-content > div > p,
#post-160 > .entry-content.th-content > div > ul,
#post-160 h1,
#post-160 > .entry-content.th-content > div > div,
#post-162 > .entry-content.th-content > div > p,
#post-162 > .entry-content.th-content > div > ul,
#post-162 h1,
#post-162 > .entry-content.th-content > div > div,
#post-165 > .entry-content.th-content > div > p,
#post-165 > .entry-content.th-content > div > ul,
#post-165 h1,
#post-165 > .entry-content.th-content > div > div,
#post-3 > .entry-content.th-content > div > p,
#post-3 > .entry-content.th-content > div > ul,
#post-3 h1,
#post-3 > .entry-content.th-content > div > div,
#post-196 > .entry-content.th-content > div > p,
#post-196 > .entry-content.th-content > div > ul,
#post-196 h1,
#post-196 > .entry-content.th-content > div > div,
#post-7427 > .entry-content.th-content > div > p,
#post-7427 > .entry-content.th-content > div > ul,
#post-7427 h1,
#post-7427 > .entry-content.th-content > div > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1156px;
}

/* reduce spacing after lists on privacy page only*/
#post-162 > .entry-content.th-content > div > ul {
  margin-block-end: 0px;
}

/* the Contact page needs colours inverted due to the contact form */
#post-3 > header {
  background-color: #ebf0ff;
}

@media (min-width: 75em) {
  #content > .container {
    max-width: 100%;
  }
}
@media (min-width: 62em) {
  #content > .container {
    max-width: 100%;
  }
}
@media (min-width: 48em) {
  #content > .container {
    max-width: 100%;
  }
}
@media (min-width: 34em) {
  #content > .container {
    max-width: 100%;
  }
}

/*
.priceTagImage::before {
 content: url(/wp-content/uploads/2020/03/pricetag.png);
	position:absolute;
	left:0px;
}*/
/* Override the menu burger icon */
#mobile-menu-toggle {
  font-size: 0;
  left: calc(100% - 100px);
  position: absolute;
}
#mobile-menu-toggle:after {
  color: red;
  content: url("/wp-content/uploads/2020/04/menuTransSharp.png");
  padding-top: 5px;
}

/* move close icon in menu to the right of the text */
#toggle-sidebar #close-toggle-sidebar {
  font-size: 0px;
  background-color: #ebf0ff;
}
#toggle-sidebar #close-toggle-sidebar:hover {
  background-color: #ebf0ff;
}
#close-toggle-sidebar:before {
  display: none;
}
#close-toggle-sidebar:after {
  content: "\00D7";
  line-height: 25px;
  text-align: center;
  width: 27px;
  margin-left: 86%;
  height: 27px;
  background-color: #469bff;
  border-radius: 50%;
  margin-top: 14px;
  font-size: 23px;
}
#close-toggle-sidebar:hover:after {
  opacity: 50%;
}

/* The below four are for fancy close button on the side menu. These need some colour changes to the other mobile menu items on the page to work */
/*#mobile-menu-toggle:after,
#mobile-menu-toggle:before {
  content: ' ';
  display: block;
  position: relative;
  height: 0.125rem;
  width: 1.5625rem;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  padding: 0;
  margin-bottom: 10px;
  background-color: red;
}

.home.page-template.page-template-templates.page-template-front-page.page-template-templatesfront-page-php.page.page-id-176.logged-in.inactive-sidebar.custom-colors.has-site-logo.customize-partial-edit-shortcuts-shown.active-toggle-sidebar
  > #page
  > .page-inner
  #mobile-menu-toggle:before {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.home.page-template.page-template-templates.page-template-front-page.page-template-templatesfront-page-php.page.page-id-176.logged-in.inactive-sidebar.custom-colors.has-site-logo.customize-partial-edit-shortcuts-shown.active-toggle-sidebar
  > #page
  > .page-inner
  #mobile-menu-toggle:after {
  top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobile-menu-toggle {
  font-size: 0px;
  height: 10px;
}*/
/*something is triggering the fade out with active-toggle-sidebar potentiall in this file
https: ; //speakingsense.co.uk/wp-content/themes/prosperity/style.css?ver=1.0.13
*/

/*@import ."https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";*/
/*
.site-credits:after {
  content: "Terms and Conditions";
}*/

/*
      bootstrap columns
      @media (min-width: 992px)
      {
      .th-grid-2 > * {
      width:50%;
      }
      }
      */
/*

      @media (min-width: 992px)
      {
      .th-grid-2 > * {
      width:50%;
      }
      }
      */
