.lightFont {
  font-family: 'Zilla Slab', sans-serif;
  font-weight: 300;
}
.bodyFont {
  font-family: 'Zilla Slab', sans-serif;
  font-weight: 400;
}
.headingFont {
  font-family: 'Zilla Slab', sans-serif;
  font-weight: 500;
}
.ccm-toolbar-visible .ccm-page #sidebar {
  top: 48px;
}
.footer-nav {
  padding: 0;
  list-style: none;
}
.footer-nav a:hover {
  text-decoration: none;
}
.page-template-home .top .logo img {
  width: 265px;
}
.page-template-inner .top .logo img {
  width: 265px;
}
.ccm-page {
  font-family: 'Zilla Slab', sans-serif;
  font-weight: 400;
}
.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5 {
  font-family: 'Zilla Slab', sans-serif;
  font-weight: 400;
}
.ccm-page h1 {
  font-size: 46px;
}
.ccm-page p {
  font-family: 'Zilla Slab', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #1c1c1c;
  line-height: 26px;
}
.ccm-page p a {
  color: #1c1c1c;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.ccm-page p a:hover {
  color: #c1ae8f;
}
.ccm-page .space {
  margin: 40px 0;
}
.ccm-page hr {
  border-top-color: #707070;
}
.ccm-page #navbar {
  text-align: center;
}
.ccm-page #navbar ul li a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #c1ae8f;
}
.ccm-page #navbar ul li a.active {
  background: transparent;
  color: white;
  cursor: default;
}
.ccm-page #navbar ul li a:hover {
  color: white;
}
.ccm-page nav.navbar-default {
  border: 0;
  background: transparent;
}
.ccm-page nav.navbar-default .navbar-collapse {
  text-align: center;
  padding: 0;
}
.ccm-page .ccm-search-block-form {
  text-align: center;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
}
.ccm-page .ccm-search-block-form .ccm-search-block-text {
  border: 1px solid #999999;
  font-size: 18px;
  padding: 4px 6px 4px 35px;
  width: 100%;
  max-width: 600px;
  border-radius: 6px 0px 0px 6px;
  border-right-width: 0;
  background-image: url(/application/themes/gumtree/images/magnifying-glass.svg);
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 20px;
}
.ccm-page .ccm-search-block-form .ccm-search-block-submit {
  border: 1px solid #999999;
  border-radius: 0 6px 6px 0;
  background-color: transparent;
  color: #999999;
}
.ccm-page .social ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.ccm-page .social ul li {
  list-style: none;
}
.ccm-page .social ul li a img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 24px;
  width: auto;
}
.ccm-page .social ul li a:hover img {
  opacity: 0.7;
}
.ccm-page .social ul li a.socialZuckaberg1 {
  padding-right: 4px;
}
.ccm-page .social ul li a.socialZuckaberg2 {
  padding-left: 4px;
}
.ccm-page .top {
  background: #312e2d;
}
.ccm-page .top .social {
  padding-top: 11px;
}
.ccm-page .top .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccm-page .top .logo img {
  height: auto;
}
.ccm-page .footer {
  background: #312e2d;
  margin-top: 40px;
}
.ccm-page .footer a {
  color: white;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ccm-page .footer a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.ccm-page .footer p {
  font-size: 15px;
  color: white;
  line-height: 20px;
}
.ccm-page .footer h5 {
  font-size: 20px;
  font-weight: 500;
  color: white;
}
.ccm-page .footer .footerA {
  padding: 20px 0 30px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.ccm-page .footer .footerA img {
  max-width: 190px;
}
.ccm-page .footer .footerB {
  border: 1px solid #c1ae8f;
  border-width: 1px 0px 0px 0px;
  padding: 20px 0 30px;
}
.ccm-page .footer .footerB dl {
  color: white;
}
.ccm-page .footer .footerB dl .day {
  display: flex;
  justify-content: space-between;
}
.ccm-page .footer .footerB dl .day dt,
.ccm-page .footer .footerB dl .day dd {
  font-weight: 400;
}
.ccm-page .footer .footerB dl .current dt,
.ccm-page .footer .footerB dl .current dd {
  font-weight: 500;
}
dl .day {
  display: flex;
  justify-content: space-between;
}
dl .day dt,
dl .day dd {
  font-weight: 400;
}
dl .current dt,
dl .current dd {
  font-weight: 500;
}
ul.current {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  text-align: center;
}
ul.current li {
  height: 14px;
  margin: 0;
  padding: 0 10px;
  border: 0px solid #c1ae8f;
  border-left-width: 1px;
  display: inline-block;
}
ul.current li a {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  background: transparent;
  font-size: 18px;
  display: block;
  transform: translateY(-6px);
  height: 24px;
  font-weight: 300;
  color: #c1ae8f;
}
ul.current li a:hover {
  color: #1c1c1c;
  text-decoration: none;
}
ul.current li a.active {
  cursor: default;
  color: #1c1c1c;
}
ul.current li:first-child {
  border: 0;
}
.page-template-home .homeContent {
  text-align: center;
}
.page-template-home .homeContent p {
  font-size: 18px;
}
.page-template-home .homeContent .homeTop {
  margin-bottom: 24px;
}
.page-template-home .homeContent .areaB,
.page-template-home .homeContent .areaE {
  margin-bottom: 65px;
}
.page-template-home .homeContent .areaA,
.page-template-home .homeContent .areaC {
  margin-bottom: 30px;
}
.page-template-home .homeContent .areaStory {
  padding: 30px 0;
}
.page-template-inner .content {
  text-align: center;
}
.page-template-inner .content .pageIntroA,
.page-template-inner .content .pageIntroB {
  margin-bottom: 20px;
}
.page-template-recipe .content .ccm-block-page-list-thumbnail-grid-wrapper,
.page-template-inner .content .ccm-block-page-list-thumbnail-grid-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-template-recipe .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item,
.page-template-inner .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item {
  padding: 10px;
}
.page-template-recipe .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .thumbnailImage,
.page-template-inner .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .thumbnailImage {
  background: black;
  overflow: hidden;
  width: 350px;
  height: 350px;
  border: 1px solid #707070;
}
.page-template-recipe .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .thumbnailImage img,
.page-template-inner .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .thumbnailImage img {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
}
.page-template-recipe .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .ccm-block-page-list-page-entry-grid-thumbnail-title,
.page-template-inner .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .ccm-block-page-list-page-entry-grid-thumbnail-title {
  margin-top: 10px;
  color: #2B2B2B;
  text-decoration: none;
  font-size: 22px;
  line-height: 24px;
  font-family: 'Zilla Slab', sans-serif;
  font-weight: 300;
  padding: 0 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-template-recipe .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a:hover,
.page-template-inner .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a:hover {
  text-decoration: none;
}
.page-template-recipe .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a:hover .thumbnailImage img,
.page-template-inner .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a:hover .thumbnailImage img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
.page-template-recipe .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a:hover .ccm-block-page-list-page-entry-grid-thumbnail-title,
.page-template-inner .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a:hover .ccm-block-page-list-page-entry-grid-thumbnail-title {
  color: #c1ae8f;
}
.page-template-recipe .content .ccm-block-page-list-thumbnail-grid-wrapper .fiveRow .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .thumbnailImage,
.page-template-inner .content .ccm-block-page-list-thumbnail-grid-wrapper .fiveRow .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .thumbnailImage {
  width: 200px;
  height: 200px;
}
.page-template-recipe .content .ccm-block-tags-wrapper,
.page-template-inner .content .ccm-block-tags-wrapper,
.page-template-recipe .content .ccm-block-share-this-page,
.page-template-inner .content .ccm-block-share-this-page {
  text-align: center;
}
.page-template-recipe .content h2,
.page-template-inner .content h2,
.page-template-recipe .content h4,
.page-template-inner .content h4 {
  text-align: center;
}
.ccm-block-tags-wrapper {
  margin-bottom: 20px;
}
.ccm-block-tags-wrapper .ccm-block-tags-tag {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  color: #999999;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  background-color: transparent;
  margin: 3px;
  padding: 0;
}
.ccm-block-tags-wrapper .ccm-block-tags-tag::before {
  content: "•";
  padding-right: 10px;
  display: inline-block;
}
.ccm-block-tags-wrapper .ccm-block-tags-tag:first-child::before {
  content: "";
  padding-right: 0;
}
.ccm-block-tags-wrapper a {
  color: #999999;
}
.ccm-block-tags-wrapper a .ccm-block-tags-tag-selected {
  color: black;
  cursor: default;
}
.ccm-block-tags-wrapper a:hover {
  text-decoration: none;
}
.ccm-block-tags-wrapper a:hover .ccm-block-tags-tag {
  background-color: transparent;
  color: black;
}
.ccm-block-tags-wrapper a:after {
  content: "•";
}
.ccm-block-tags-wrapper a:last-child:after {
  content: none;
}
.twoCol {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.contentImage .contentImageArea {
  display: flex;
  justify-content: space-between;
}
.contentImage .contentImageArea figure figcaption {
  padding: 5px 15px;
  text-align: center;
}
.contentImage .contentImageArea img {
  width: 100%;
  height: auto;
}
.contentImage h1:first-child,
.contentImage h2:first-child,
.contentImage h3:first-child,
.contentImage h4:first-child,
.contentImage h5:first-child,
.contentImage p:first-child {
  margin-top: 0;
}
.contentImageRight .content {
  padding-right: 15px;
}
.contentImageRight .image {
  padding-left: 15px;
}
.contentImageLeft .contentImageArea {
  flex-direction: row-reverse;
}
.contentImageLeft .contentImageArea .content {
  padding-left: 15px;
}
.contentImageLeft .contentImageArea .image {
  padding-right: 15px;
}
.contentImageAbove .contentImageArea {
  flex-direction: column-reverse;
}
.contentImageAbove .contentImageArea .content {
  margin-bottom: 10px;
}
.contentImageBelow .contentImageArea {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contentImageRight .contentImageAreaHalf .content,
  .contentImageLeft .contentImageAreaHalf .content {
    width: 50%;
  }
  .contentImageRight .contentImageAreaHalf .image,
  .contentImageLeft .contentImageAreaHalf .image {
    width: 50%;
  }
  .contentImageRight .contentImageAreaQuarter .content,
  .contentImageLeft .contentImageAreaQuarter .content {
    width: 75%;
  }
  .contentImageRight .contentImageAreaQuarter .image,
  .contentImageLeft .contentImageAreaQuarter .image {
    width: 25%;
  }
  .contentImageRight .contentImageAreaThreeQuarters .content,
  .contentImageLeft .contentImageAreaThreeQuarters .content {
    width: 25%;
  }
  .contentImageRight .contentImageAreaThreeQuarters .image,
  .contentImageLeft .contentImageAreaThreeQuarters .image {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .contentImage .content {
    padding: 0;
  }
  .contentImage .image {
    padding: 0;
  }
  .contentImageRight .contentImageArea {
    flex-direction: column;
  }
  .contentImageLeft .contentImageArea {
    flex-direction: column-reverse;
  }
  .contentImageRight .content,
  .contentImageLeft .content {
    width: 100%;
  }
  .contentImageRight .image,
  .contentImageLeft .image {
    width: 100%;
  }
}
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeIntro {
  margin-bottom: 30px;
}
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeIntro .recipeIntroText p {
  font-family: 'Zilla Slab', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #312e2d;
  line-height: 36px;
  margin: 0;
  text-align: left;
}
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeIntro .recipeIntroWrapper .recipeTitle h2 {
  font-size: 48px;
  line-height: 48px;
  margin: 0 0 20px 0;
  text-align: left;
}
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeDetails {
  padding-top: 25px;
  text-align: left;
}
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeDetails h4 {
  font-size: 24px;
  margin: 0 0 12px 0;
  text-align: left;
}
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeDetails .recipeIngredients {
  margin-bottom: 35px;
}
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeDetails .recipeIngredients ul,
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeDetails .recipeMethod ul,
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeDetails .recipeIngredients ol,
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeDetails .recipeMethod ol {
  margin-bottom: 15px;
  color: #36414C;
}
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeDetails .recipeIngredients ul li,
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeDetails .recipeMethod ul li,
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeDetails .recipeIngredients ol li,
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeDetails .recipeMethod ol li {
  font-size: 18px;
}
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeDetails .recipeIngredients hr,
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeDetails .recipeMethod hr {
  margin-bottom: 35px;
}
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeDetails .recipePreparation {
  margin-bottom: 35px;
}
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeDetails .recipePreparation p {
  font-size: 20px;
}
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeDetails .recipeServes {
  margin-bottom: 35px;
}
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeDetails .recipeServes p {
  font-size: 20px;
}
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeDetails .recipeMethod {
  margin-bottom: 35px;
}
.myfoodlinkRecipe .myfoodlinkRecipeInner .recipeDetails .recipeMethod p {
  font-size: 20px;
}
.myfoodlinkRecipeHasPhoto .myfoodlinkRecipeInner .recipeIntro {
  display: flex;
  justify-content: space-between;
}
.myfoodlinkRecipeHasPhoto .myfoodlinkRecipeInner .recipeIntro .recipePhoto {
  width: 50%;
}
.myfoodlinkRecipeHasPhoto .myfoodlinkRecipeInner .recipeIntro .recipePhoto img {
  width: 100%;
  height: auto;
}
.myfoodlinkRecipeHasPhoto .myfoodlinkRecipeInner .recipeIntro .recipeIntroWrapper {
  width: 50%;
}
.imageBlockScale {
  position: relative;
}
.imageBlockScale .imageBlockImage {
  overflow: hidden;
  background: #312e2d;
}
.imageBlockScale .imageBlockImage img {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 100%;
  height: auto;
}
.imageBlockScale a {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.imageBlockScale a:hover {
  text-decoration: none;
}
.imageBlockScale a:hover .imageBlockImage img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
.imageBlockScale a:hover .imageBlockCaption p {
  color: white;
  margin-bottom: 40px;
}
.imageBlockScale .imageBlockCaption {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
}
.imageBlockScale .imageBlockCaption p {
  color: white;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  font-size: 32px;
  padding: 20px 0;
  margin-bottom: 20px;
}
.imageGrid {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 40px;
}
.imageGrid .colA {
  width: 50%;
  padding-right: 10px;
}
.imageGrid .colB {
  width: 50%;
  padding-left: 10px;
}
.imageGrid .image {
  overflow: hidden;
  position: relative;
  background: black;
}
.imageGrid .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.imageGrid .image a .imageCaption {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 32px;
  position: absolute;
  bottom: 30px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.45);
}
.imageGrid .image a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}
.imageGrid .image a:hover .imageCaption {
  bottom: 50px;
}
.imageGridFour .colA {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.imageGridFour .colB {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.imageGridFour .image {
  height: calc(25vw - 10px);
}
.imageGridThreeA .colA {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.imageGridThreeA .imageA {
  height: calc(25vw - 10px);
}
.imageGridThreeA .imageB {
  height: 50vw;
}
.imageGridThreeA .imageC {
  height: calc(25vw - 10px);
}
.imageGridThreeB .colB {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.imageGridThreeB .imageA {
  height: 50vw;
}
.imageGridThreeB .imageB {
  height: calc(25vw - 10px);
}
.imageGridThreeB .imageD {
  height: calc(25vw - 10px);
}
.imageGridTwo .imageA {
  height: 30vw;
}
.imageGridTwo .imageB {
  height: 30vw;
}
.imageGridError {
  display: flex;
  min-height: 100px;
  background: silver;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.imageGridError p {
  margin: 0;
  text-align: center;
}
.imageGridHelp {
  border: 1px solid silver;
  padding: 5px;
  margin-bottom: 10px;
}
.imageGridHelp .imageGridHelpImages {
  display: flex;
  justify-content: space-between;
}
.imageGridHelp .imageGridHelpImages img {
  width: 80px;
  height: 80px;
}
.ccm-block-testimonial-wrapper {
  background: #c1ae8f;
  border-radius: 20px;
  padding: 20px;
  position: relative;
  margin-bottom: 60px !important;
}
.ccm-block-testimonial-wrapper::after {
  content: " ";
  position: absolute;
  bottom: -50px;
  left: calc(50% - 25px);
  border: solid #c1ae8f 25px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-image img {
  border-radius: 50%;
}
.ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text {
  display: flex;
  flex-direction: column;
  color: white;
}
.ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .ccm-block-testimonial-paragraph {
  order: -1;
  font-size: 20px;
  font-style: italic;
  line-height: 37px;
  margin-bottom: 10px;
}
.ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .ccm-block-testimonial-name {
  text-align: right;
  padding-right: 15px;
  font-family: 'Zilla Slab', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .ccm-block-testimonial-name::before {
  content: "— ";
}
.ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .ccm-block-testimonial-position {
  text-align: right;
  padding-right: 15px;
}
.ccm-block-testimonial-wrapper .ccm-block-testimonial a {
  color: white;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-decoration: underline;
}
.ccm-block-testimonial-wrapper .ccm-block-testimonial a:hover {
  color: #312e2d;
}
.ccm-page .btn,
.ccm-page .btn-gumtree {
  border-radius: 0;
  background: #312e2d;
  color: white;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ccm-page .btn:hover,
.ccm-page .btn-gumtree:hover {
  background: #2A3C55;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.ccm-page .btn:active,
.ccm-page .btn-gumtree:active,
.ccm-page .btn:focus,
.ccm-page .btn-gumtree:focus {
  background: #1C283A;
  box-shadow: none;
}
.ccm-page .btn-1 {
  padding: 6px 9px;
  font-size: 18px;
  margin: 6px 0;
}
.ccm-page .btn-2 {
  padding: 12px 18px;
  font-size: 24px;
  margin: 12px 0;
}
.ccm-page .btn-3 {
  padding: 9px 18px;
  font-size: 36px;
  margin: 18px 0;
  font-family: 'Zilla Slab', sans-serif;
  font-weight: 500;
}
.ccm-page .fullWidthImage {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
  margin: 30px 0;
}
.quote {
  position: relative;
}
.quote .quoteText {
  font-size: 24px;
  background: #c1ae8f;
  width: 80%;
  margin: 30px auto;
  padding: 32px;
  color: white;
  text-align: right;
  font-family: 'Zilla Slab', sans-serif;
  font-weight: 400;
}
.quote .quoteText .quoteIntro {
  margin-bottom: 24px;
}
.quote .quoteText blockquote {
  font-size: 24px;
  border: 0;
  padding: 0;
  font-style: italic;
  margin: 0;
}
.quote .quoteText blockquote cite {
  display: block;
  font-style: normal;
  margin-top: 24px;
}
.quote .quoteText blockquote cite::before {
  content: "—";
}
#ccm-account-menu {
  display: none;
}
.ccm-notification {
  top: 160px;
}
div.ccm-notification-help-launcher {
  top: 200px;
}
.ui-widget-overlay {
  -webkit-backdrop-filter: blur(1px);
}
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-gumtree {
  padding: 8px;
  background: #c1ae8f;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.carousel-gumtree .carouselA {
  background: black;
  padding: 20px 0 40px 0;
}
.carousel-gumtree .carouselA .carousel-indicators {
  position: relative;
  bottom: 0;
}
.carousel-gumtree .carouselA .carousel-indicators li {
  width: 16px;
  height: 16px;
}
.carousel-gumtree .carouselA .carousel-indicators li.active {
  width: 18px;
  height: 18px;
}
.carousel-gumtree .carouselB {
  background: black;
  position: relative;
  padding: 44px 100px;
}
.carousel-gumtree .carouselB h1,
.carousel-gumtree .carouselB h2,
.carousel-gumtree .carouselB h3,
.carousel-gumtree .carouselB h4,
.carousel-gumtree .carouselB h5,
.carousel-gumtree .carouselB p,
.carousel-gumtree .carouselB ol,
.carousel-gumtree .carouselB ul {
  font-family: 'Permanent Marker', cursive;
  color: white;
}
.carousel-gumtree .carouselB ul,
.carousel-gumtree .carouselB ol {
  font-size: 22px;
}
.carousel-gumtree .carouselB h1:first-child,
.carousel-gumtree .carouselB h2:first-child,
.carousel-gumtree .carouselB h3:first-child,
.carousel-gumtree .carouselB h4:first-child,
.carousel-gumtree .carouselB h5:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1271px) {
  .container {
    width: 1270px;
  }
}
@media screen and (min-width: 768px) {
  .ccm-page #navbar {
    text-align: center;
  }
  .ccm-page #navbar ul.navbar-nav {
    float: none;
  }
  .ccm-page #navbar ul li {
    float: none;
    display: inline-block;
  }
  .ccm-page #navbar ul li a {
    font-size: 24px;
    padding: 20px;
  }
  .ccm-page #navbar ul li a.active {
    background: transparent;
  }
  .ccm-page .social ul {
    justify-content: flex-end;
  }
  .ccm-page .top .logo {
    margin-bottom: 20px;
  }
  .ccm-page .navbar {
    margin-bottom: 0;
  }
  .carousel-gumtree .carouselB h1 {
    font-size: 64px;
    line-height: 72px;
  }
  .carousel-gumtree .carouselB h2 {
    font-size: 56px;
    line-height: 64px;
  }
  .carousel-gumtree .carouselB h3 {
    font-size: 48px;
    line-height: 56px;
  }
  .carousel-gumtree .carouselB h4 {
    font-size: 42px;
    line-height: 48px;
  }
  .carousel-gumtree .carouselB h5 {
    font-size: 36px;
    line-height: 42px;
  }
  .carousel-gumtree .carouselB p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  nav.navbar {
    margin-bottom: 0;
  }
  nav .navbar-toggle {
    background-color: transparent;
    border: 0;
    margin-right: 20px;
  }
  nav .navbar-toggle:hover,
  nav .navbar-toggle:active,
  nav .navbar-toggle:focus {
    background-color: transparent !important;
  }
  nav .navbar-toggle .icon-bar-margin {
    margin-bottom: 8px;
  }
  nav .navbar-toggle .icon-bar {
    background-color: #c1ae8f !important;
    transition: 300ms ease-in-out;
    position: relative;
    width: 32px;
    height: 2px;
  }
  nav .navbar-toggle .icon-bar:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -10px;
  }
  nav .navbar-toggle .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
  }
  nav .navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0;
  }
  nav .navbar-toggle.collapsed .icon-bar {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
    opacity: 1;
  }
  nav.navbar-default {
    background-color: transparent;
    border: 0;
  }
  nav.navbar-default .navbar-collapse {
    border: 0;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  nav.navbar-default ul li {
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  nav.navbar-default ul li a {
    font-size: 16px;
    display: inline-block;
    background: transparent;
  }
  nav.navbar-default ul li a.active {
    background: transparent !important;
    color: white !important;
  }
  nav.navbar-default ul li.open {
    background: #f9f9f9;
    border-radius: 8px;
  }
  .ccm-page .top .social {
    margin-bottom: 15px;
    padding-left: 10px;
  }
  .ccm-page .top .social ul {
    justify-content: center;
  }
  .ccm-page .imageBlockScale {
    margin-bottom: 15px;
  }
  .page-template-recipe .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .thumbnailImage,
  .page-template-inner .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .thumbnailImage {
    width: calc(50vw - 20px);
    height: calc(50vw - 20px);
  }
  .page-template-recipe .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .ccm-block-page-list-page-entry-grid-thumbnail-title-wrapper .ccm-block-page-list-page-entry-grid-thumbnail-title,
  .page-template-inner .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .ccm-block-page-list-page-entry-grid-thumbnail-title-wrapper .ccm-block-page-list-page-entry-grid-thumbnail-title {
    padding: 0;
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .twoCol {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .imageGrid .image a .imageCaption {
    font-size: 18px;
    bottom: 15px;
  }
  .imageGrid .image a:hover .imageCaption {
    bottom: 30px;
  }
  .carousel-gumtree .carouselB {
    padding: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .page-template-recipe .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .thumbnailImage,
  .page-template-inner .content .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .thumbnailImage {
    width: 200px;
    height: 200px;
  }
}
