@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic");
@charset "UTF-8";
.ym-container {
  width: 1140px;
  margin: 0 auto;
}
.col-ym-12,
.col-ym-11,
.col-ym-10,
.col-ym-9,
.col-ym-8,
.col-ym-7,
.col-ym-6,
.col-ym-5,
.col-ym-4,
.col-ym-3,
.col-ym-2,
.col-ym-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-ym-12 {
  width: 100%;
  float: left;
}
.col-ym-11 {
  width: 91.66666667%;
  float: left;
}
.col-ym-10 {
  width: 83.33333333%;
  float: left;
}
.col-ym-9 {
  width: 75%;
  float: left;
}
.col-ym-8 {
  width: 66.66666667%;
  float: left;
}
.col-ym-7 {
  width: 58.33333333%;
  float: left;
}
.col-ym-6 {
  width: 50%;
  float: left;
}
.col-ym-5 {
  width: 41.66666667%;
  float: left;
}
.col-ym-4 {
  width: 33.33333333%;
  float: left;
}
.col-ym-3 {
  width: 25%;
  float: left;
}
.col-ym-2 {
  width: 16.66666667%;
  float: left;
}
.col-ym-1 {
  width: 8.33333333%;
  float: left;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  30% {
    -webkit-transform: scale3d(1.25,0.75,1);
    transform: scale3d(1.25,0.75,1);
  }
  40% {
    -webkit-transform: scale3d(0.75,1.25,1);
    transform: scale3d(0.75,1.25,1);
  }
  50% {
    -webkit-transform: scale3d(1.15,0.85,1);
    transform: scale3d(1.15,0.85,1);
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  30% {
    -webkit-transform: scale3d(1.25,0.75,1);
    transform: scale3d(1.25,0.75,1);
  }
  40% {
    -webkit-transform: scale3d(0.75,1.25,1);
    transform: scale3d(0.75,1.25,1);
  }
  50% {
    -webkit-transform: scale3d(1.15,0.85,1);
    transform: scale3d(1.15,0.85,1);
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg);
  }
  to {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
  }
  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg);
  }
  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg);
  }
  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg);
  }
  to {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    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: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    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: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }
  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,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: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,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: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
    transform: perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
    transform: perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
    animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
}
.acf-hidden {
  display: none;
}
body.front-end * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.front-end h1,
body.front-end h2,
body.front-end h3,
body.front-end h4,
body.front-end h5,
body.front-end h6,
body.front-end p,
body.front-end ul,
body.front-end ol,
body.front-end pre,
body.front-end blockquote,
body.front-end textarea,
body.front-end button {
  margin-bottom: 0 0 20px 0;
}
body.front-end h1,
body.front-end h2,
body.front-end h3,
body.front-end h4,
body.front-end h5,
body.front-end h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
body.front-end p,
body.front-end li,
body.front-end a {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.8em;
}
body.front-end a {
  font-family: 'Open Sans', sans-serif;
  color: #666;
  text-decoration: none;
}
body.front-end a:hover,
body.front-end button:hover {
  cursor: pointer;
  cursor: hand;
}
body.front-end a:active {
  text-decoration: none;
}
body.front-end button:hover {
  cursor: pointer;
  cursor: hand;
}
body.front-end code {
  font-family: Consolas, "Courier New", Courier, mono;
}
body.front-end strong {
  font-weight: 700;
}
body.front-end ul,
body.front-end ol {
  margin-left: 10px;
  padding-left: 20px;
}
body.front-end blockquote {
  display: block;
  opacity: .95;
  border-left: 4px solid;
  border-left-color: #ddd;
  padding: 0 10px;
  font-style: italic;
  margin-left: 10px;
}
body.front-end blockquote p:last-child {
  margin-bottom: 10px;
}
body.front-end pre {
  font-family: Consolas, "Courier New", Courier, mono;
  background: black;
  font-size: 16px;
  background: rgba(0,0,0,0.9);
  color: #eee;
  padding: 10px 20px;
}
body.front-end .clear {
  clear: both;
}
#notification-bar {
  text-align: center;
  padding: 15px 0px;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
}
#notification-bar a {
  color: #fff;
  margin: 0px;
  font-size: 18px;
}
header,
#menu.sticky-menu {
  margin-top: 62px;
  width: 100%;
  padding: 0px;
  height: 110px;
  position: relative;
  z-index: 999;
}
header .mobile-menu,
#menu.sticky-menu .mobile-menu {
  display: none;
}
header .logo,
#menu.sticky-menu .logo {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 110px;
  width: auto !important;
}
header .logo h3,
#menu.sticky-menu .logo h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
}
header .logo h3 a,
#menu.sticky-menu .logo h3 a {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
header .logo .logo img,
#menu.sticky-menu .logo .logo img {
  width: 333px;
  height: auto;
}
header .right,
#menu.sticky-menu .right {
  text-align: right;
  float: right;
  height: 110px !important;
}
header .right .menu-main-nav-container,
#menu.sticky-menu .right .menu-main-nav-container {
  display: inline-block;
  font-size: 0px;
}
header .right .menu-main-nav-container ul,
#menu.sticky-menu .right .menu-main-nav-container ul {
  margin: 0;
  padding: 0px;
}
header .right .menu-main-nav-container ul li,
#menu.sticky-menu .right .menu-main-nav-container ul li {
  display: inline-block;
}
header .right .menu-main-nav-container ul li.menu-button a,
#menu.sticky-menu .right .menu-main-nav-container ul li.menu-button a {
  background-color: #cc2b2b;
  border: 2px solid #cc2b2b;
  padding: 10px;
  line-height: 1;
  color: #fff;
  margin-left: 10px;
}
header .right .menu-main-nav-container ul li.menu-button a:hover,
header .right .menu-main-nav-container ul li.menu-button a:focus,
#menu.sticky-menu .right .menu-main-nav-container ul li.menu-button a:hover,
#menu.sticky-menu .right .menu-main-nav-container ul li.menu-button a:focus {
  background-color: #fff;
  color: #cc2b2b;
}
header .right .menu-main-nav-container ul li a,
#menu.sticky-menu .right .menu-main-nav-container ul li a {
  color: #000;
  display: inline-block;
  padding: 41px 14px;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
header .right .menu-main-nav-container ul li a:hover,
#menu.sticky-menu .right .menu-main-nav-container ul li a:hover {
  background-color: none;
  color: #a8c68b;
}
header .right .menu-main-nav-container ul li ul,
#menu.sticky-menu .right .menu-main-nav-container ul li ul {
  display: none;
  position: absolute;
  z-index: 5;
  padding: 0px;
}
header .right .menu-main-nav-container ul li ul li,
#menu.sticky-menu .right .menu-main-nav-container ul li ul li {
  display: block;
}
header .right .menu-main-nav-container ul li ul li a,
#menu.sticky-menu .right .menu-main-nav-container ul li ul li a {
  background: rgba(0,0,0,0.7);
  padding: 10px 15px;
  color: #fff;
  display: block;
  text-align: left;
  font-size: 14px;
}
header .right .menu-main-nav-container ul li ul li a:hover,
#menu.sticky-menu .right .menu-main-nav-container ul li ul li a:hover {
  text-decoration: none;
  background: #86a965;
  color: #fff;
}
header .right .menu-main-nav-container ul li:hover ul,
#menu.sticky-menu .right .menu-main-nav-container ul li:hover ul {
  display: block;
}
#menu.sticky-menu {
  position: fixed;
  top: 62px;
  margin-top: 0px !important;
  width: 100%;
  display: none;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.inner-container {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: auto;
}
.inner-container h3 {
  font-size: 40px;
}
.inner-container h4 {
  font-size: 24px;
}
.inner-container ul {
  padding-left: 0px !important;
  margin-left: 0px !important;
}
.inner-container ul li {
  display: inline-block;
  background-image: url("https://loseweightfasthypnotherapycanberra.com.au/wp-content/themes/project-ym/less/../images/li-check.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px 22px;
  list-style-type: none;
  font-size: 16px;
  font-weight: 400;
  padding-left: 35px;
  line-height: 1.5em;
  margin-bottom: 6px;
}
.inner-container p {
  font-size: 16px;
}
.inner-container .cta {
  margin: 50px 0px 0px;
}
#before-footer {
  text-align: center;
  padding: 80px 0px;
  background-color: #565a48;
}
#before-footer .inner-container h2 {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff !important;
}
#before-footer .inner-container p {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
#long-footer {
  padding: 60px 0px;
}
#long-footer .ym-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#long-footer h3 {
  color: #fff !important;
}
#long-footer p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
#long-footer p a {
  color: #fff;
}
#long-footer .social {
  float: left;
  margin-right: 0px;
  margin-top: 10px;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
#long-footer .social li {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 10px;
}
#long-footer .social li a {
  display: block;
  position: relative;
  font-size: 16px;
}
#long-footer .social li a img {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
}
#long-footer .menu-footer-menu-container #menu-footer-menu {
  margin-left: 0px;
  padding: 0px;
}
#long-footer .menu-footer-menu-container #menu-footer-menu li {
  list-style-type: none;
  font-size: 16px;
}
#long-footer .menu-footer-menu-container #menu-footer-menu li a {
  color: #fff !important;
  font-weight: 300;
}
#long-footer .tmls .caroufredsel_wrapper .tmls_container .tmls_item {
  text-align: left;
}
#long-footer .tmls .caroufredsel_wrapper .tmls_container .tmls_item .tmls_text {
  color: #fff !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px !important;
}
#long-footer .tmls .caroufredsel_wrapper .tmls_container .tmls_item .tmls_name {
  color: #fff !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
}
#long-footer .logo img {
  max-width: 100%;
  height: auto;
}
#long-footer .logo .invert {
  filter: brightness(0) invert(1);
}
#long-footer .footer-contact {
  padding-left: 60px;
}
footer {
  border-top: 1px solid rgba(255,255,255,0.1);
}
footer .copyright-section {
  padding: 25px 0;
}
footer .copyright-section p {
  font-size: 12px;
  color: #fff;
  margin: 0;
}
footer .copyright-section .copyright {
  width: auto;
}
footer .copyright-section .credit {
  text-align: right;
  width: auto;
  float: right;
  margin-top: -9px;
}
footer .copyright-section .credit p a {
  display: inline-block;
  position: relative;
}
footer .copyright-section .credit p a img {
  display: block;
  position: relative;
  width: 128px;
  height: auto;
  margin: 0px 0px -6px 6px;
}
.tmls .caroufredsel_wrapper .tmls_container .tmls_item .tmls_text {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  color: #fff !important;
}
.tmls .caroufredsel_wrapper .tmls_container .tmls_item .tmls_name {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px !important;
  color: #fff !important;
}
body.home .section {
  padding: 60px 0px 80px;
}
body.home .section h2 {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
}
body.home #icon-section {
  padding: 60px 0;
}
body.home #icon-section .icon-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  align-content: center;
}
body.home #icon-section .icon-wrap .inner-wrap {
  max-width: 110px;
  text-align: center;
  display: inline-block;
  margin: 0 55px 30px;
  vertical-align: top;
}
body.home #icon-section .icon-wrap .inner-wrap p:empty {
  display: none;
}
body.home #icon-section .icon-wrap .inner-wrap a {
  font-weight: 700;
  font-size: 16px;
}
body.home #icon-section .icon-wrap .inner-wrap a:hover .icon img {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
}
body.home #icon-section .icon-wrap .inner-wrap a .icon {
  height: 51px;
}
body.home #icon-section .icon-wrap .inner-wrap a .icon img {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
body.home #about-ehc {
  text-align: center;
}
body.home #about-ehc h1 {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
  color: #565a48;
}
body.home #about-ehc .cta-btn {
  margin-top: 35px;
}
body.home #why-choose-me .ym-container {
  max-width: 725px;
}
body.home #why-choose-me .ym-container .inner-wrap {
  margin-top: 35px;
}
body.home #why-choose-me .ym-container .inner-wrap img {
  position: absolute;
  left: 0;
  top: -6px;
}
body.home #why-choose-me .ym-container .inner-wrap p {
  position: relative;
  padding-left: 75px;
}
body.home #why-choose-me .ym-container .inner-wrap p b {
  font-size: 24px;
  display: block;
}
body.home #services-section {
  background-color: #a8c68b;
}
body.home #services-section h2 {
  color: #fff !important;
}
body.home #services-section a {
  display: block;
}
body.home #services-section a .service-wrapper {
  min-height: 325px;
  max-width: 350px;
  margin: 0 auto 30px;
  position: relative;
}
body.home #services-section a .service-wrapper:hover .inner-wrap {
  background-color: #565a48 !important;
  z-index: 2;
}
body.home #services-section a .service-wrapper:hover::before {
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
}
body.home #services-section a .service-wrapper:hover::after {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
body.home #services-section a .service-wrapper::before {
  background-color: rgba(168,198,139,0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  width: 0;
  z-index: 2;
}
body.home #services-section a .service-wrapper::after {
  background-color: rgba(168,198,139,0.15);
  content: "";
  height: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  width: 0;
  z-index: 2;
}
body.home #services-section a .service-wrapper .service_content .inner-wrap {
  background-color: rgba(0,0,0,0.5);
  padding: 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  text-align: left;
}
body.home #services-section a .service-wrapper .service_content .inner-wrap h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 700 !important;
  margin: 0;
  position: relative;
}
body.home #services-section a .service-wrapper .service_content .inner-wrap h5::after {
  content: url('https://loseweightfasthypnotherapycanberra.com.au/wp-content/themes/project-ym/less/../images/arrow-right.png');
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
body.home #problems-section .col-ym-4 {
  padding: 0;
  margin-top: 40px;
  border: 1px solid #fff;
}
body.home #problems-section .col-ym-4 h3 {
  background-color: #a8c68b;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  color: #fff !important;
  display: block;
  padding: 25px 10px;
  margin: 0;
}
body.home #problems-section .col-ym-4 ul {
  background-color: #e7efe0;
  margin: 0;
  padding: 20px !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
  min-height: 460px;
}
body.home #problems-section .col-ym-4 ul li {
  font-size: 18px;
  list-style: none;
  margin-bottom: 20px;
  padding-left: 45px;
  position: relative;
  font-weight: 700;
  background-image: none;
}
body.home #problems-section .col-ym-4 ul li::before {
  content: url('https://loseweightfasthypnotherapycanberra.com.au/wp-content/themes/project-ym/less/../images/li-cross.png');
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
}
body.home #cta-section {
  text-align: center;
  padding: 60px 0;
}
body.home #cta-section h4 {
  margin: 0;
}
body.home #cta-section .cta-btn {
  margin-top: 20px;
}
body.home #map-section {
  padding: 0;
}
body.home #map-section .ym-container {
  width: 100%;
}
body.home #map-section .ym-container .col-ym-12 {
  padding: 0;
}
body.home #map-section .ym-container .col-ym-12 iframe {
  display: block;
  position: absolute;
  z-index: 1;
}
body.home #map-section .ym-container .col-ym-12 .inner-wrap {
  max-width: 1140px;
  margin: 0 auto;
  height: 600px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
body.home #map-section .ym-container .col-ym-12 .inner-wrap .location-overlay {
  background-color: rgba(86,90,72,0.8);
  color: #fff;
  z-index: 2;
  position: relative;
  padding: 70px 45px 60px;
}
body.home #map-section .ym-container .col-ym-12 .inner-wrap .location-overlay p {
  color: #fff !important;
  line-height: 1.3;
}
body.home #map-section .ym-container .col-ym-12 .inner-wrap .location-overlay h2 {
  color: #fff !important;
  margin: 0;
  font-size: 24px;
  text-align: left !important;
}
body.home #faqs-section ul.accordion {
  max-width: 735px;
  margin: 0 auto !important;
}
body.page-template-template-testimonials .testimonial-container {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-gap: 30px;
}
body.page-template-template-testimonials .testimonial-container .testimonial-wrapper {
  vertical-align: top;
  margin-bottom: 30px;
  float: none;
  background-color: #565a48;
  padding: 50px 30px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  text-align: center;
  border-radius: 20px;
  position: relative;
  background-image: url('https://loseweightfasthypnotherapycanberra.com.au/wp-content/themes/project-ym/less/../images/quote-mark-white.png');
  background-size: 40px;
  box-shadow: rgba(0,0,0,0.3) 0px 2px 5px 0px;
  background-repeat: no-repeat;
  background-position: 15px 15px;
}
body.page-template-template-testimonials .testimonial-container .testimonial-wrapper h4 {
  color: #fff !important;
  font-style: italic;
  margin-bottom: 0;
}
body.page-template-template-testimonials .testimonial-container .testimonial-wrapper p {
  color: #fff;
}
.testimonials {
  background-image: url(https://loseweightfasthypnotherapycanberra.com.au/wp-content/themes/project-ym/less/../images/testi-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.testimonials h2 {
  color: #fff !important;
}
body #vid-container,
body #vid-container-2 {
  padding: 60px 0;
}
body #vid-container .embed-container,
body #vid-container-2 .embed-container {
  max-width: 650px;
  margin: 0 auto;
}
body #vid-container-2 {
  padding: 60px 0 0;
}
body.page-template-template-services .section {
  padding: 60px 0 80px;
  text-align: center;
}
body.page-template-template-services .section .inner-container ul li {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 400;
  display: block;
  text-align: left;
}
body.page-template-template-services .section h2 {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
}
body.page-template-template-services .section .cta-btn {
  margin-top: 20px;
}
body.page-template-template-services #map-section {
  padding: 0;
}
body.page-template-template-services #map-section .ym-container {
  width: 100%;
}
body.page-template-template-services #map-section .ym-container .col-ym-12 {
  padding: 0;
}
body.page-template-template-services #map-section .ym-container .col-ym-12 iframe {
  display: block;
  position: absolute;
  z-index: 1;
}
body.page-template-template-services #map-section .ym-container .col-ym-12 .inner-wrap {
  max-width: 1140px;
  margin: 0 auto;
  height: 600px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  text-align: left;
}
body.page-template-template-services #map-section .ym-container .col-ym-12 .inner-wrap .location-overlay {
  background-color: rgba(86,90,72,0.8);
  color: #fff;
  z-index: 2;
  position: relative;
  padding: 70px 45px 60px;
}
body.page-template-template-services #map-section .ym-container .col-ym-12 .inner-wrap .location-overlay p {
  color: #fff !important;
  line-height: 1.3;
}
body.page-template-template-services #map-section .ym-container .col-ym-12 .inner-wrap .location-overlay h2 {
  color: #fff !important;
  margin: 0;
  font-size: 24px;
  text-align: left !important;
}
body.page-template-template-services #cta-section {
  padding: 20px 0 60px;
}
body.page-template-template-services #cta-section h2 {
  color: #fff !important;
}
body.page-template-template-services #cta-section p {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  max-width: 680px;
  margin: 24px auto;
}
body.page-template-template-services #cta-section .cta-btn {
  margin-top: 20px;
}
body.page-template-template-services #about-section ul {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}
body.page-template-template-services #services-section .services-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
body.page-template-template-services #services-section .services-container a {
  display: block;
}
body.page-template-template-services #services-section .services-container a .service-wrapper {
  min-height: 325px;
  max-width: 350px;
  margin: 0 auto 30px;
  position: relative;
}
body.page-template-template-services #services-section .services-container a .service-wrapper:hover .inner-wrap {
  background-color: #565a48 !important;
  z-index: 2;
}
body.page-template-template-services #services-section .services-container a .service-wrapper:hover::before {
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
}
body.page-template-template-services #services-section .services-container a .service-wrapper:hover::after {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
body.page-template-template-services #services-section .services-container a .service-wrapper::before {
  background-color: rgba(168,198,139,0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  width: 0;
  z-index: 2;
}
body.page-template-template-services #services-section .services-container a .service-wrapper::after {
  background-color: rgba(168,198,139,0.15);
  content: "";
  height: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  width: 0;
  z-index: 2;
}
body.page-template-template-services #services-section .services-container a .service-wrapper .service_content .inner-wrap {
  background-color: rgba(0,0,0,0.5);
  padding: 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  text-align: left;
}
body.page-template-template-services #services-section .services-container a .service-wrapper .service_content .inner-wrap h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 700 !important;
  margin: 0;
  position: relative;
}
body.page-template-template-services #services-section .services-container a .service-wrapper .service_content .inner-wrap h5::after {
  content: url('https://loseweightfasthypnotherapycanberra.com.au/wp-content/themes/project-ym/less/../images/arrow-right.png');
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
body.page-template-template-services #types-of-options p,
body.page-template-template-services #types-of-options h2 {
  color: #fff !important;
}
body.page-template-template-services #why-choose-us-smoking .ym-container h2,
body.page-template-template-services #why-choose-us-depression .ym-container h2 {
  color: #fff !important;
}
body.page-template-template-services #why-choose-me .ym-container,
body.page-template-template-services #why-choose-us .ym-container,
body.page-template-template-services #why-choose-us-smoking .ym-container,
body.page-template-template-services #why-choose-us-depression .ym-container {
  max-width: 725px;
  margin: 0 auto;
}
body.page-template-template-services #why-choose-me .ym-container .inner-wrap,
body.page-template-template-services #why-choose-us .ym-container .inner-wrap,
body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap,
body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap {
  text-align: left;
  margin-top: 35px;
}
body.page-template-template-services #why-choose-me .ym-container .inner-wrap.smoking img,
body.page-template-template-services #why-choose-me .ym-container .inner-wrap.depression img,
body.page-template-template-services #why-choose-us .ym-container .inner-wrap.smoking img,
body.page-template-template-services #why-choose-us .ym-container .inner-wrap.depression img,
body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap.smoking img,
body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap.depression img,
body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap.smoking img,
body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap.depression img {
  top: -10px;
  filter: brightness(100);
  -webkit-filter: brightness(100);
}
body.page-template-template-services #why-choose-me .ym-container .inner-wrap.smoking p,
body.page-template-template-services #why-choose-me .ym-container .inner-wrap.depression p,
body.page-template-template-services #why-choose-us .ym-container .inner-wrap.smoking p,
body.page-template-template-services #why-choose-us .ym-container .inner-wrap.depression p,
body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap.smoking p,
body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap.depression p,
body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap.smoking p,
body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap.depression p {
  margin-bottom: 40px;
  color: #fff;
}
body.page-template-template-services #why-choose-me .ym-container .inner-wrap.smoking p b,
body.page-template-template-services #why-choose-me .ym-container .inner-wrap.depression p b,
body.page-template-template-services #why-choose-us .ym-container .inner-wrap.smoking p b,
body.page-template-template-services #why-choose-us .ym-container .inner-wrap.depression p b,
body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap.smoking p b,
body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap.depression p b,
body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap.smoking p b,
body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap.depression p b {
  font-size: 20px;
  color: #fff;
}
body.page-template-template-services #why-choose-me .ym-container .inner-wrap p,
body.page-template-template-services #why-choose-us .ym-container .inner-wrap p,
body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap p,
body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap p {
  position: relative;
  padding-left: 75px;
}
body.page-template-template-services #why-choose-me .ym-container .inner-wrap p img,
body.page-template-template-services #why-choose-us .ym-container .inner-wrap p img,
body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap p img,
body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap p img {
  position: absolute;
  left: 0;
  top: -6px;
}
body.page-template-template-services #why-choose-me .ym-container .inner-wrap p b,
body.page-template-template-services #why-choose-us .ym-container .inner-wrap p b,
body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap p b,
body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap p b {
  font-size: 24px;
  display: block;
}
body.page-template-template-services #why-choose-me .ym-container .inner-wrap p .space,
body.page-template-template-services #why-choose-us .ym-container .inner-wrap p .space,
body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap p .space,
body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap p .space {
  display: block;
  margin-bottom: 40px;
}
body.page-template-template-services #introduction h4 {
  max-width: 700px;
  margin: 0 auto;
  font-weight: 700;
  font-style: italic;
}
body.page-template-template-services #question-section {
  padding: 40px 0;
}
body.page-template-template-services #question-section p {
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
}
body.page-template-template-services #unhealthy-relationships {
  padding: 20px 0 40px;
}
body.page-template-template-services #unhealthy-relationships .inner-container ul {
  max-width: 800px;
  margin: 0 auto !important;
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  text-align: right;
}
body.page-template-template-services #how-to-mend ul {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  text-align: right;
}
body.page-template-template-services #green-section .inner-container h2,
body.page-template-template-services #green-section .inner-container h4,
body.page-template-template-services #green-section .inner-container p,
body.page-template-template-services #green-section .inner-container a {
  color: #fff !important;
}
body.page-template-template-services #green-section .inner-container h2 img,
body.page-template-template-services #green-section .inner-container h4 img,
body.page-template-template-services #green-section .inner-container p img,
body.page-template-template-services #green-section .inner-container a img {
  filter: brightness(100);
  -webkit-filter: brightness(100);
}
body.page-template-template-services #effects-of-smoking .inner-wrap {
  max-width: 800px;
  margin: 0 auto 50px;
}
body.page-template-template-services #how-to-quit {
  text-align: left;
}
body.page-template-template-services #how-to-quit .side-effects {
  max-width: 700px;
  margin: 0 auto;
}
body.page-template-template-services #how-to-quit .side-effects img {
  display: inline-block;
  vertical-align: middle;
}
body.page-template-template-services #how-to-quit p img {
  max-width: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}
body.page-template-template-services #how-to-quit p b {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
body.page-template-template-services #motivate-lifestyle ul {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  text-align: right;
  max-width: 800px;
  margin: 20px auto !important;
}
body.page-template-template-services #tailord-treatments {
  text-align: left;
}
body.page-template-template-services #what-is-section ul {
  column-count: 2;
  max-width: 800px;
  margin: 0 auto !important;
}
body.page-template-template-services #counselling-section .inner-container ul li {
  text-align: center;
  list-style: disc;
  display: list-item;
  padding-left: 0;
  list-style-position: inside;
  background: none;
}
body.page .section-1,
body.single-post .section-1 {
  padding: 80px 0px;
}
body.page .section-1 h1,
body.single-post .section-1 h1 {
  font-weight: 600;
  font-size: 42px;
  color: #fff !important;
  background-color: rgba(0,0,0,0.59);
  display: inline-block;
  padding: 15px 30px;
  line-height: 1;
  margin: 0;
}
body.page .video-container,
body.single-post .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 40px;
}
body.page .video-container iframe,
body.page .video-container object,
body.page .video-container embed,
body.single-post .video-container iframe,
body.single-post .video-container object,
body.single-post .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page .the-content,
body.single-post .the-content {
  padding: 60px 0px 80px;
}
body.page .the-content h2,
body.single-post .the-content h2 {
  font-size: 24px;
  font-weight: 700;
}
body.page .the-content h3,
body.single-post .the-content h3 {
  font-size: 21px;
  font-weight: 700;
}
body.page .the-content h4,
body.single-post .the-content h4 {
  font-size: 18px;
  font-weight: 700;
}
body.page .the-content h5,
body.single-post .the-content h5 {
  font-size: 15px;
  font-weight: 700;
}
body.page .the-content p,
body.single-post .the-content p {
  font-size: 15px;
  font-weight: 300;
}
body.page .the-content p strong,
body.single-post .the-content p strong {
  font-weight: 700;
}
body.page .the-content p:last-child,
body.single-post .the-content p:last-child {
  margin: 0;
}
body.page .the-content li,
body.single-post .the-content li {
  font-size: 15px;
  font-weight: 300;
  color: #626262;
  line-height: 24px;
}
body.page .the-content li strong,
body.single-post .the-content li strong {
  font-weight: 700;
}
body.page-template-template-sidebar .the-content .col-ym-4 {
  padding-left: 60px;
  float: right;
}
body.page-template-template-blog .section-2 {
  background-color: #f3f3f3;
  padding: 60px 0;
}
body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax {
  margin: 0px !important;
  padding: 20px !important;
}
body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li {
  margin-bottom: 30px;
  padding: 0px;
  width: 33.33%;
  display: inline-block;
  position: relative;
  float: left;
  list-style-type: none;
  background: none !important;
}
body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .img-container {
  display: block;
  position: relative;
  height: auto;
  max-height: 195px;
  overflow: hidden;
  margin: 0px 15px 0px;
}
body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .img-container a {
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .img-container a img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  border-radius: 0px;
}
body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .img-container a:hover {
  opacity: .8;
}
body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .img-container .entry-meta {
  color: #ffffff !important;
  display: block;
  position: absolute;
  width: auto;
  text-align: center;
  font-size: 12px;
  font-weight: 200;
  transition: all 0.2s ease-in-out 0s;
  margin: 0px;
  padding: 8px 15px;
  background-color: rgba(225,10,21,0.7);
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  z-index: 99;
  top: 15px;
  left: 15px;
}
body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .txt-container {
  margin: 0px 15px 0px;
  height: 68px;
  background-color: #cc2b2b;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  justify-content: center;
  text-align: center;
}
body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .txt-container h2 {
  display: block;
  position: relative;
  margin: 0px;
  width: 100%;
}
body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .txt-container h2 a {
  color: #ffffff !important;
  display: block;
  position: relative;
  text-align: center;
  font-size: 15px;
  font-weight: 200;
  transition: all 0.2s ease-in-out 0s;
  margin: 0px;
  padding: 12px 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
}
body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .txt-container h2 a:hover {
  opacity: .8;
}
body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .excerpt-container {
  margin: 0px 15px 0px;
  padding: 15px;
  text-align: left !important;
  background-color: #fff;
}
body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .excerpt-container p {
  font-size: 15px;
  width: 100%;
}
body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .excerpt-container a {
  margin-top: 15px;
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-weight: 100;
  font-size: 15px;
  border: 2px solid #cc2b2b;
  transition: all 0.2s ease-in-out 0s;
  padding: 4px 20px;
  cursor: pointer;
  background-color: #cc2b2b;
}
body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .excerpt-container a:hover {
  background-color: transparent;
  color: #cc2b2b;
}
body.page-template-template-blog .section-2 #ajax-load-more .alm-btn-wrap #load-more {
  margin: 0px auto;
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 15px;
  border-radius: 0px !important;
  border: 2px solid #cc2b2b;
  transition: all 0.2s ease-in-out 0s;
  padding: 0px 25px !important;
  height: 50px;
  cursor: pointer;
  background-color: #bf3680;
}
body.page-template-template-blog .section-2 #ajax-load-more .alm-btn-wrap #load-more:hover {
  background-color: transparent;
  color: #cc2b2b;
}
body.blog header {
  position: relative;
}
body.blog .meta {
  padding: 25px 0;
}
body.blog .meta .title h1 {
  font-size: 40px;
  font-weight: 800;
  color: #4a4a4a;
  text-transform: uppercase;
  margin: 0;
}
body.blog .meta .breadcrumb {
  text-align: right;
}
body.blog .meta .breadcrumb p {
  font-size: 13px;
  color: #4a4a4a;
}
body.blog .meta .breadcrumb p a {
  font-size: 13px;
  color: #4a4a4a;
}
body.blog .meta .breadcrumb p span.breadcrumb_last {
  color: #2d3a48;
}
body.blog .articles {
  background: #f3f3f3;
  padding: 55px 0;
}
body.blog .articles .single-article .box {
  background: #fff;
}
body.blog .articles .single-article .box .featured-image img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
body.blog .articles .single-article .box .article-content {
  padding: 20px 25px 0;
}
body.blog .articles .single-article .box .article-content h4 {
  font-size: 20px;
  color: #404f5f;
  margin: 0;
  padding: 0 0 0px;
}
body.blog .articles .single-article .box .article-content p.excerpt {
  font-size: 14px;
  color: #696969;
  margin: 0;
  padding: 15px 0 20px;
}
body.blog .articles .single-article .box .article-content p.date {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #1c2732;
  display: inline-block;
  padding: 5px 15px;
  margin: 0;
}
body.single-post header {
  position: relative;
  background: #2d3a48;
}
body.single-post .meta {
  padding: 25px 0;
}
body.single-post .meta .title h3 {
  font-size: 40px;
  font-weight: 800;
  color: #4a4a4a;
  text-transform: uppercase;
  margin: 0;
}
body.single-post .meta .breadcrumb {
  text-align: right;
}
body.single-post .meta .breadcrumb p {
  font-size: 13px;
  color: #4a4a4a;
}
body.single-post .meta .breadcrumb p a {
  font-size: 13px;
  color: #4a4a4a;
}
body.single-post .meta .breadcrumb p span.breadcrumb_last {
  color: #2d3a48;
}
body.single-post .article {
  background: #f3f3f3;
  padding: 55px 0;
}
body.single-post .article .article-box {
  background: #fff;
}
body.single-post .article .article-box .the-thumbnail img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
body.single-post .article .article-box .the-title {
  background: #cc2b2b;
  padding: 25px;
}
body.single-post .article .article-box .the-title h1 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
body.single-post .article .article-box .the-title .col-ym-2 {
  text-align: right;
}
body.single-post .article .article-box .the-title p {
  font-size: 13px;
  font-weight: 700;
  color: #2d3a48;
  background: #f3f3f3;
  display: inline-block;
  padding: 5px 15px;
  margin: 7px 0 0;
}
body.single-post .article .article-box .the-content {
  padding: 25px;
}
body.single-post .article .article-box .the-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2d3a48;
}
body.single-post .article .article-box .the-content h3 {
  font-size: 21px;
  font-weight: 700;
  color: #2d3a48;
}
body.single-post .article .article-box .the-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2d3a48;
}
body.single-post .article .article-box .the-content h5 {
  font-size: 15px;
  font-weight: 700;
  color: #2d3a48;
}
body.single-post .article .article-box .the-content a {
  color: #cc2b2b;
  font-size: 15px;
  font-weight: 500;
}
body.single-post .article .article-box .the-content p {
  font-size: 15px;
  font-weight: 300;
  color: #626262;
  line-height: 21px;
  margin: 0 0 17px;
}
body.single-post .article .article-box .the-content p strong {
  font-weight: 700;
}
body.single-post .article .article-box .the-content p:last-child {
  margin: 0;
}
body.single-post .article .article-box .the-content li {
  font-size: 15px;
  font-weight: 300;
  color: #626262;
  line-height: 24px;
}
body.single-post .article .article-box .the-content li strong {
  font-weight: 700;
}
body.single-post .article .next-prev-posts .col-ym-6 {
  width: 50%;
  float: left;
}
body.single-post .article .next-prev-posts .col-ym-6 a {
  color: #fff;
  background-color: #cc2b2b;
  padding: 10px 30px;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
body.single-post .article .next-prev-posts .col-ym-6.next {
  text-align: right;
}
body.single-post .latest-blog {
  padding: 55px 0;
}
body.single-post .latest-blog .section-title h3 {
  font-size: 40px;
  font-weight: 800;
  color: #4a4a4a;
  text-transform: uppercase;
  margin-top: 0;
}
body.single-post .latest-blog .single-article .img-container {
  display: block;
  position: relative;
  height: auto;
  max-height: 195px;
  overflow: hidden;
  margin: 0px 15px 0px;
}
body.single-post .latest-blog .single-article .img-container a {
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
body.single-post .latest-blog .single-article .img-container a img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  border-radius: 0px;
}
body.single-post .latest-blog .single-article .img-container a:hover {
  opacity: .8;
}
body.single-post .latest-blog .single-article .img-container .entry-meta {
  color: #ffffff !important;
  display: block;
  position: absolute;
  width: auto;
  text-align: center;
  font-size: 12px;
  font-weight: 200;
  transition: all 0.2s ease-in-out 0s;
  margin: 0px;
  padding: 8px 15px;
  background-color: rgba(225,10,21,0.7);
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  z-index: 99;
  top: 15px;
  left: 15px;
}
body.single-post .latest-blog .single-article .txt-container {
  margin: 0px 15px 0px;
  height: 68px;
  background-color: #cc2b2b;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  justify-content: center;
  text-align: center;
}
body.single-post .latest-blog .single-article .txt-container h2 {
  display: block;
  position: relative;
  margin: 0px;
  width: 100%;
}
body.single-post .latest-blog .single-article .txt-container h2 a {
  color: #ffffff !important;
  display: block;
  position: relative;
  text-align: center;
  font-size: 15px;
  font-weight: 200;
  transition: all 0.2s ease-in-out 0s;
  margin: 0px;
  padding: 12px 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
}
body.single-post .latest-blog .single-article .txt-container h2 a:hover {
  opacity: .8;
}
body.single-post .latest-blog .single-article .excerpt-container {
  margin: 0px 15px 0px;
  padding: 15px;
  text-align: left !important;
  background-color: #fff;
}
body.single-post .latest-blog .single-article .excerpt-container p {
  font-size: 15px;
  width: 100%;
}
body.single-post .latest-blog .single-article .excerpt-container a {
  margin-top: 15px;
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-weight: 100;
  font-size: 15px;
  border: 2px solid #cc2b2b;
  transition: all 0.2s ease-in-out 0s;
  padding: 4px 20px;
  cursor: pointer;
  background-color: #cc2b2b;
}
body.single-post .latest-blog .single-article .excerpt-container a:hover {
  background-color: transparent;
  color: #cc2b2b;
}
body.error404 .section-1 {
  padding: 50px 30px 100px;
}
body.error404 .section-1 h1 {
  font-size: 150px;
  font-weight: 600;
  color: #404041;
  text-align: center;
  margin: 0;
}
body.error404 .section-1 p {
  text-align: center;
}
body.error404 .section-1 p a {
  color: #fff;
  padding: 10px 20px;
  margin: 25px 0 0;
  display: inline-block;
  background: #000 none repeat scroll 0% 0%;
  border: 1px solid #000;
  transition: all 0.2s ease-in-out 0s;
}
body.error404 .section-1 p a:hover {
  color: #000;
  background: #FFF none repeat scroll 0% 0%;
}
.home-section-1 {
  padding: 90px 0px;
}
.home-section-1 h1 {
  font-size: 42px;
  color: #fff !important;
  background-color: rgba(0,0,0,0.59);
  display: inline-block;
  padding: 15px 25px;
  line-height: 1;
  margin: 0 0 20px;
}
.home-section-1 p {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
.home-section-1 .left h2 {
  font-size: 42px;
  color: #fff !important;
  background-color: rgba(0,0,0,0.59);
  display: inline-block;
  padding: 15px 25px;
  line-height: 1;
  margin: 0;
  margin-bottom: 20px;
}
.home-section-1 .left ul {
  padding: 0;
  margin-bottom: 24px;
}
.home-section-1 .left ul li {
  list-style-type: none;
  background-image: url("https://loseweightfasthypnotherapycanberra.com.au/wp-content/themes/project-ym/less/../images/li-check.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px 22px;
  font-weight: 400;
  padding-left: 35px;
  line-height: 1.5em;
  margin-bottom: 6px;
  font-weight: 600;
}
.home-section-1 .left p {
  display: inline-block;
}
.home-section-1 .left p.list-title {
  font-size: 22px;
  font-weight: 600;
  display: block;
  padding-right: 10px;
  color: #676866;
}
.home-section-1 .left p.green-bg {
  font-size: 22px;
  background-color: #a8c68b;
  font-weight: 600;
  display: table;
  padding: 10px 15px;
  line-height: 1;
  margin-bottom: 20px;
}
.home-section-1 .left p .cta-btn {
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
  padding: 15px 25px;
  line-height: 1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: unset;
}
.home-section-1 .left .wpcf7 {
  margin-top: 20px;
}
.home-section-1 .left .wpcf7 .wpcf7-form {
  font-size: 0px;
}
.home-section-1 .left .wpcf7 .wpcf7-form .text {
  font-weight: 600;
  font-size: 18px;
  padding: 5px 10px;
  width: 80% !important;
  float: none !important;
  background-color: #a8c68b;
  margin-bottom: 20px;
}
.home-section-1 .left .wpcf7 .wpcf7-form p {
  margin: 0px;
  display: inline-block;
  position: relative;
  width: 33.33%;
  float: left;
}
.home-section-1 .left .wpcf7 .wpcf7-form p span {
  display: block;
  position: relative;
  width: 100%;
}
.home-section-1 .left .wpcf7 .wpcf7-form p span input {
  display: block;
  position: relative;
  text-indent: 15px;
  width: 96%;
  border: 1px solid transparent;
  background-color: #ffffff;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 0px;
  height: 41px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.home-section-1 .left .wpcf7 .wpcf7-form p span .wpcf7-not-valid {
  border: 1px solid #ff0000;
}
.home-section-1 .left .wpcf7 .wpcf7-form p span .wpcf7-not-valid-tip {
  display: none !important;
}
.home-section-1 .left .wpcf7 .wpcf7-form p span input:focus {
  outline: none;
}
.home-section-1 .left .wpcf7 .wpcf7-form p span input::-webkit-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
.home-section-1 .left .wpcf7 .wpcf7-form p span input:-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
.home-section-1 .left .wpcf7 .wpcf7-form p span input::-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
.home-section-1 .left .wpcf7 .wpcf7-form p span input:-ms-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
.home-section-1 .left .wpcf7 .wpcf7-form p .ajax-loader {
  display: none !important;
}
.home-section-1 .left .wpcf7 .wpcf7-form p input[type="submit"] {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  height: 41px;
  transition: all 0.2s ease-in-out 0s;
  padding: 8px 30px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.home-section-1 .left .wpcf7 .wpcf7-form p input[type="submit"]:focus {
  outline: none;
}
.home-section-1 .left .wpcf7 .wpcf7-form .wpcf7-response-output {
  clear: both;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0px;
}
.home-section-1 .left .wpcf7 .wpcf7-form div.wpcf7-validation-errors {
  background-color: #f7e700;
  color: #000000;
  margin: 0px;
}
.home-section-1 .left .wpcf7 .wpcf7-form div.wpcf7-mail-sent-ok {
  background-color: #398f14;
  margin: 0px;
}
.home-section-1 .left .video-button-wrapper {
  background: #b4cdf2;
  border: 2px solid #153497;
  padding: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin-bottom: 20px;
}
.home-section-1 .left .video-button-wrapper .button-img {
  padding-right: 20px;
  width: 14%;
}
.home-section-1 .left .video-button-wrapper .button-text {
  display: inline-block;
  vertical-align: middle;
  width: 86%;
}
.home-section-1 .left .video-button-wrapper .button-text p {
  color: #000;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.home-section-1 .left .video-button-wrapper .button-text a {
  background: #fff;
  color: #153497;
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
  display: block;
  font-size: 15px !important;
  padding: 3px 10px;
  border: 1px solid #153497;
  -webkit-transition: all 0.2s ease-in-out 0s !important;
  -moz-transition: all 0.2s ease-in-out 0s !important;
  transition: all 0.2s ease-in-out 0s !important;
}
.home-section-1 .left .video-button-wrapper .button-text a:hover {
  background: #153497;
  color: #fff;
}
.home-section-1 .right {
  text-align: center;
}
.home-section-1 .right p {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}
.home-section-1 .right img {
  width: 80%;
  height: auto;
  margin: 0px auto;
}
.inner-container .accordion {
  padding: 0px !important;
  text-align: left !important;
  max-width: 735px;
  margin: 0 auto !important;
}
.inner-container .accordion li {
  list-style-type: none !important;
  margin-bottom: 20px !important;
  padding-left: 0px !important;
  background-image: none !important;
  display: block !important;
  position: relative !important;
}
.inner-container .accordion li .accordion-control {
  display: block;
  position: relative;
  font-size: 18px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 30px;
  transition: all 0.2s ease-in-out 0s !important;
  background-color: #a8c68b !important;
  border: 2px solid #a8c68b !important;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  background-image: url(https://loseweightfasthypnotherapycanberra.com.au/wp-content/themes/project-ym/less/../images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 26px 26px;
  list-style-type: none;
  padding-right: 65px;
}
.inner-container .accordion li .accordion-control:focus {
  outline: 0;
}
.inner-container .accordion li .accordion-panel {
  display: none;
  background-color: #e7efe0;
  padding: 15px 30px;
}
.inner-container .accordion li .accordion-panel p {
  line-height: 1.5em;
  color: #565a48;
  font-size: 18px;
  font-weight: 400;
}
.inner-container .accordion li .accordion-panel p a {
  line-height: 1.5em;
  color: #cc2b2b;
  font-size: 18px;
  font-weight: 400;
}
.inner-container .accordion li .accordion-panel ul {
  margin: 0 0 20px 20px !important;
  list-style-type: disc !important;
}
.inner-container .accordion li .accordion-panel ul li {
  margin-bottom: 5px !important;
  font-size: 18px;
  list-style-type: disc !important;
  display: list-item !important;
}
.inner-container .accordion li .accordion-panel ol {
  margin: 0 0 20px 20px !important;
  list-style-type: decimal !important;
}
.inner-container .accordion li .accordion-panel ol li {
  margin-bottom: 5px !important;
  font-size: 18px;
  list-style-type: decimal !important;
  display: list-item !important;
}
.wpcf7 {
  padding: 0px 0px 0px;
}
.wpcf7 .wpcf7-form p {
  margin: 0px 0px 10px;
  display: block;
  position: relative;
  width: 100%;
}
.wpcf7 .wpcf7-form p span {
  display: block;
  position: relative;
  width: 100%;
}
.wpcf7 .wpcf7-form p span input {
  display: block;
  position: relative;
  text-indent: 15px;
  width: 100%;
  border: 1px solid transparent;
  background-color: #ddd;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 0px;
  height: 41px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.wpcf7 .wpcf7-form p span .wpcf7-not-valid {
  border: 1px solid #ff0000;
}
.wpcf7 .wpcf7-form p span .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7 .wpcf7-form p span textarea:focus,
.wpcf7 .wpcf7-form p span input:focus {
  outline: none;
}
.wpcf7 .wpcf7-form p span textarea {
  display: block;
  position: relative;
  text-indent: 0px;
  padding: 15px;
  width: 100%;
  border: 1px solid transparent;
  background-color: #ddd;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  height: 100px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.wpcf7 .wpcf7-form p span textarea::-webkit-input-placeholder,
.wpcf7 .wpcf7-form p span input::-webkit-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p span textarea:-moz-placeholder,
.wpcf7 .wpcf7-form p span input:-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p span textarea::-moz-placeholder,
.wpcf7 .wpcf7-form p span input::-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p span textarea:-ms-input-placeholder,
.wpcf7 .wpcf7-form p span input:-ms-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p .ajax-loader {
  display: none !important;
}
.wpcf7 .wpcf7-form p input[type="submit"] {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  height: 41px;
  border: 2px solid #000000;
  transition: all 0.2s ease-in-out 0s;
  padding: 8px 30px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .wpcf7-form p input[type="submit"]:focus {
  outline: none;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover {
  background-color: transparent;
  @import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic");
  color: #000000;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover html,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body {
  margin: 0;
  padding: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body {
  position: relative;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .acf-hidden {
  display: none;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end h1,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end h2,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end h3,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end h4,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end h5,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end h6,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end p,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end ul,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end ol,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end pre,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end blockquote,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end textarea,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end button {
  margin-bottom: 0 0 20px 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end h1,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end h2,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end h3,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end h4,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end h5,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end p,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end li,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end a {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.8em;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end a {
  font-family: 'Open Sans', sans-serif;
  color: #666;
  text-decoration: none;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end a:hover,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end button:hover {
  cursor: pointer;
  cursor: hand;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end a:active {
  text-decoration: none;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end button:hover {
  cursor: pointer;
  cursor: hand;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end code {
  font-family: Consolas, "Courier New", Courier, mono;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end strong {
  font-weight: 700;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end ul,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end ol {
  margin-left: 10px;
  padding-left: 20px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end blockquote {
  display: block;
  opacity: .95;
  border-left: 4px solid;
  border-left-color: #ddd;
  padding: 0 10px;
  font-style: italic;
  margin-left: 10px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end blockquote p:last-child {
  margin-bottom: 10px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end pre {
  font-family: Consolas, "Courier New", Courier, mono;
  background: black;
  font-size: 16px;
  background: rgba(0,0,0,0.9);
  color: #eee;
  padding: 10px 20px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.front-end .clear {
  clear: both;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #notification-bar {
  text-align: center;
  padding: 15px 0px;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #notification-bar a {
  color: #fff;
  margin: 0px;
  font-size: 18px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover header,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu {
  margin-top: 62px;
  width: 100%;
  padding: 0px;
  height: 110px;
  position: relative;
  z-index: 999;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover header .mobile-menu,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu .mobile-menu {
  display: none;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover header .logo,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu .logo {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 110px;
  width: auto !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover header .logo h3,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu .logo h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover header .logo h3 a,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu .logo h3 a {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover header .logo .logo img,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu .logo .logo img {
  width: 333px;
  height: auto;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover header .right,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu .right {
  text-align: right;
  float: right;
  height: 110px !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover header .right .menu-main-nav-container,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu .right .menu-main-nav-container {
  display: inline-block;
  font-size: 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover header .right .menu-main-nav-container ul,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu .right .menu-main-nav-container ul {
  margin: 0;
  padding: 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover header .right .menu-main-nav-container ul li,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu .right .menu-main-nav-container ul li {
  display: inline-block;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover header .right .menu-main-nav-container ul li.menu-button a,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu .right .menu-main-nav-container ul li.menu-button a {
  background-color: #cc2b2b;
  border: 2px solid #cc2b2b;
  padding: 10px;
  line-height: 1;
  color: #fff;
  margin-left: 10px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover header .right .menu-main-nav-container ul li.menu-button a:hover,
.wpcf7 .wpcf7-form p input[type="submit"]:hover header .right .menu-main-nav-container ul li.menu-button a:focus,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu .right .menu-main-nav-container ul li.menu-button a:hover,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu .right .menu-main-nav-container ul li.menu-button a:focus {
  background-color: #fff;
  color: #cc2b2b;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover header .right .menu-main-nav-container ul li a,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu .right .menu-main-nav-container ul li a {
  color: #000;
  display: inline-block;
  padding: 41px 14px;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover header .right .menu-main-nav-container ul li a:hover,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu .right .menu-main-nav-container ul li a:hover {
  background-color: none;
  color: #a8c68b;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover header .right .menu-main-nav-container ul li ul,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu .right .menu-main-nav-container ul li ul {
  display: none;
  position: absolute;
  z-index: 5;
  padding: 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover header .right .menu-main-nav-container ul li ul li,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu .right .menu-main-nav-container ul li ul li {
  display: block;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover header .right .menu-main-nav-container ul li ul li a,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu .right .menu-main-nav-container ul li ul li a {
  background: rgba(0,0,0,0.7);
  padding: 10px 15px;
  color: #fff;
  display: block;
  text-align: left;
  font-size: 14px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover header .right .menu-main-nav-container ul li ul li a:hover,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu .right .menu-main-nav-container ul li ul li a:hover {
  text-decoration: none;
  background: #86a965;
  color: #fff;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover header .right .menu-main-nav-container ul li:hover ul,
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu .right .menu-main-nav-container ul li:hover ul {
  display: block;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #menu.sticky-menu {
  position: fixed;
  top: 62px;
  margin-top: 0px !important;
  width: 100%;
  display: none;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .inner-container {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: auto;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .inner-container h3 {
  font-size: 40px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .inner-container h4 {
  font-size: 24px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .inner-container ul {
  padding-left: 0px !important;
  margin-left: 0px !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .inner-container ul li {
  display: inline-block;
  background-image: url("https://loseweightfasthypnotherapycanberra.com.au/wp-content/themes/project-ym/less/../images/li-check.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px 22px;
  list-style-type: none;
  font-size: 16px;
  font-weight: 400;
  padding-left: 35px;
  line-height: 1.5em;
  margin-bottom: 6px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .inner-container p {
  font-size: 16px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .inner-container .cta {
  margin: 50px 0px 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #before-footer {
  text-align: center;
  padding: 80px 0px;
  background-color: #565a48;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #before-footer .inner-container h2 {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #before-footer .inner-container p {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #long-footer {
  padding: 60px 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #long-footer .ym-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #long-footer h3 {
  color: #fff !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #long-footer p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #long-footer p a {
  color: #fff;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #long-footer .social {
  float: left;
  margin-right: 0px;
  margin-top: 10px;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #long-footer .social li {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 10px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #long-footer .social li a {
  display: block;
  position: relative;
  font-size: 16px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #long-footer .social li a img {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #long-footer .menu-footer-menu-container #menu-footer-menu {
  margin-left: 0px;
  padding: 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #long-footer .menu-footer-menu-container #menu-footer-menu li {
  list-style-type: none;
  font-size: 16px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #long-footer .menu-footer-menu-container #menu-footer-menu li a {
  color: #fff !important;
  font-weight: 300;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #long-footer .tmls .caroufredsel_wrapper .tmls_container .tmls_item {
  text-align: left;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #long-footer .tmls .caroufredsel_wrapper .tmls_container .tmls_item .tmls_text {
  color: #fff !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #long-footer .tmls .caroufredsel_wrapper .tmls_container .tmls_item .tmls_name {
  color: #fff !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #long-footer .logo img {
  max-width: 100%;
  height: auto;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #long-footer .logo .invert {
  filter: brightness(0) invert(1);
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover #long-footer .footer-contact {
  padding-left: 60px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover footer {
  border-top: 1px solid rgba(255,255,255,0.1);
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover footer .copyright-section {
  padding: 25px 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover footer .copyright-section p {
  font-size: 12px;
  color: #fff;
  margin: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover footer .copyright-section .copyright {
  width: auto;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover footer .copyright-section .credit {
  text-align: right;
  width: auto;
  float: right;
  margin-top: -9px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover footer .copyright-section .credit p a {
  display: inline-block;
  position: relative;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover footer .copyright-section .credit p a img {
  display: block;
  position: relative;
  width: 128px;
  height: auto;
  margin: 0px 0px -6px 6px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .tmls .caroufredsel_wrapper .tmls_container .tmls_item .tmls_text {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  color: #fff !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .tmls .caroufredsel_wrapper .tmls_container .tmls_item .tmls_name {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px !important;
  color: #fff !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home .section {
  padding: 60px 0px 80px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home .section h2 {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #icon-section {
  padding: 60px 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #icon-section .icon-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  align-content: center;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #icon-section .icon-wrap .inner-wrap {
  max-width: 110px;
  text-align: center;
  display: inline-block;
  margin: 0 55px 30px;
  vertical-align: top;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #icon-section .icon-wrap .inner-wrap p:empty {
  display: none;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #icon-section .icon-wrap .inner-wrap a {
  font-weight: 700;
  font-size: 16px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #icon-section .icon-wrap .inner-wrap a:hover .icon img {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #icon-section .icon-wrap .inner-wrap a .icon {
  height: 51px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #icon-section .icon-wrap .inner-wrap a .icon img {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #about-ehc {
  text-align: center;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #about-ehc h1 {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
  color: #565a48;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #about-ehc .cta-btn {
  margin-top: 35px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #why-choose-me .ym-container {
  max-width: 725px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #why-choose-me .ym-container .inner-wrap {
  margin-top: 35px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #why-choose-me .ym-container .inner-wrap img {
  position: absolute;
  left: 0;
  top: -6px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #why-choose-me .ym-container .inner-wrap p {
  position: relative;
  padding-left: 75px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #why-choose-me .ym-container .inner-wrap p b {
  font-size: 24px;
  display: block;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #services-section {
  background-color: #a8c68b;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #services-section h2 {
  color: #fff !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #services-section a {
  display: block;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #services-section a .service-wrapper {
  min-height: 325px;
  max-width: 350px;
  margin: 0 auto 30px;
  position: relative;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #services-section a .service-wrapper:hover .inner-wrap {
  background-color: #565a48 !important;
  z-index: 2;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #services-section a .service-wrapper:hover::before {
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #services-section a .service-wrapper:hover::after {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #services-section a .service-wrapper::before {
  background-color: rgba(168,198,139,0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  width: 0;
  z-index: 2;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #services-section a .service-wrapper::after {
  background-color: rgba(168,198,139,0.15);
  content: "";
  height: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  width: 0;
  z-index: 2;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #services-section a .service-wrapper .service_content .inner-wrap {
  background-color: rgba(0,0,0,0.5);
  padding: 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  text-align: left;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #services-section a .service-wrapper .service_content .inner-wrap h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 700 !important;
  margin: 0;
  position: relative;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #services-section a .service-wrapper .service_content .inner-wrap h5::after {
  content: url('https://loseweightfasthypnotherapycanberra.com.au/wp-content/themes/project-ym/less/../images/arrow-right.png');
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #problems-section .col-ym-4 {
  padding: 0;
  margin-top: 40px;
  border: 1px solid #fff;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #problems-section .col-ym-4 h3 {
  background-color: #a8c68b;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  color: #fff !important;
  display: block;
  padding: 25px 10px;
  margin: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #problems-section .col-ym-4 ul {
  background-color: #e7efe0;
  margin: 0;
  padding: 20px !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
  min-height: 460px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #problems-section .col-ym-4 ul li {
  font-size: 18px;
  list-style: none;
  margin-bottom: 20px;
  padding-left: 45px;
  position: relative;
  font-weight: 700;
  background-image: none;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #problems-section .col-ym-4 ul li::before {
  content: url('https://loseweightfasthypnotherapycanberra.com.au/wp-content/themes/project-ym/less/../images/li-cross.png');
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #cta-section {
  text-align: center;
  padding: 60px 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #cta-section h4 {
  margin: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #cta-section .cta-btn {
  margin-top: 20px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #map-section {
  padding: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #map-section .ym-container {
  width: 100%;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #map-section .ym-container .col-ym-12 {
  padding: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #map-section .ym-container .col-ym-12 iframe {
  display: block;
  position: absolute;
  z-index: 1;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #map-section .ym-container .col-ym-12 .inner-wrap {
  max-width: 1140px;
  margin: 0 auto;
  height: 600px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #map-section .ym-container .col-ym-12 .inner-wrap .location-overlay {
  background-color: rgba(86,90,72,0.8);
  color: #fff;
  z-index: 2;
  position: relative;
  padding: 70px 45px 60px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #map-section .ym-container .col-ym-12 .inner-wrap .location-overlay p {
  color: #fff !important;
  line-height: 1.3;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #map-section .ym-container .col-ym-12 .inner-wrap .location-overlay h2 {
  color: #fff !important;
  margin: 0;
  font-size: 24px;
  text-align: left !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.home #faqs-section ul.accordion {
  max-width: 735px;
  margin: 0 auto !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-testimonials .testimonial-container {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-gap: 30px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-testimonials .testimonial-container .testimonial-wrapper {
  vertical-align: top;
  margin-bottom: 30px;
  float: none;
  background-color: #565a48;
  padding: 50px 30px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  text-align: center;
  border-radius: 20px;
  position: relative;
  background-image: url('https://loseweightfasthypnotherapycanberra.com.au/wp-content/themes/project-ym/less/../images/quote-mark-white.png');
  background-size: 40px;
  box-shadow: rgba(0,0,0,0.3) 0px 2px 5px 0px;
  background-repeat: no-repeat;
  background-position: 15px 15px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-testimonials .testimonial-container .testimonial-wrapper h4 {
  color: #fff !important;
  font-style: italic;
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-testimonials .testimonial-container .testimonial-wrapper p {
  color: #fff;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .testimonials {
  background-image: url(https://loseweightfasthypnotherapycanberra.com.au/wp-content/themes/project-ym/less/../images/testi-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .testimonials h2 {
  color: #fff !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body #vid-container {
  padding: 60px 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body #vid-container .embed-container {
  max-width: 650px;
  margin: 0 auto;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services .section {
  padding: 60px 0 80px;
  text-align: center;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services .section .inner-container ul li {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 400;
  display: block;
  text-align: left;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services .section h2 {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services .section .cta-btn {
  margin-top: 20px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #map-section {
  padding: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #map-section .ym-container {
  width: 100%;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #map-section .ym-container .col-ym-12 {
  padding: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #map-section .ym-container .col-ym-12 iframe {
  display: block;
  position: absolute;
  z-index: 1;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #map-section .ym-container .col-ym-12 .inner-wrap {
  max-width: 1140px;
  margin: 0 auto;
  height: 600px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  text-align: left;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #map-section .ym-container .col-ym-12 .inner-wrap .location-overlay {
  background-color: rgba(86,90,72,0.8);
  color: #fff;
  z-index: 2;
  position: relative;
  padding: 70px 45px 60px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #map-section .ym-container .col-ym-12 .inner-wrap .location-overlay p {
  color: #fff !important;
  line-height: 1.3;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #map-section .ym-container .col-ym-12 .inner-wrap .location-overlay h2 {
  color: #fff !important;
  margin: 0;
  font-size: 24px;
  text-align: left !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #cta-section {
  padding: 20px 0 60px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #cta-section h2 {
  color: #fff !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #cta-section p {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  max-width: 680px;
  margin: 24px auto;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #cta-section .cta-btn {
  margin-top: 20px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #about-section ul {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #services-section .services-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #services-section .services-container a {
  display: block;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #services-section .services-container a .service-wrapper {
  min-height: 325px;
  max-width: 350px;
  margin: 0 auto 30px;
  position: relative;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #services-section .services-container a .service-wrapper:hover .inner-wrap {
  background-color: #565a48 !important;
  z-index: 2;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #services-section .services-container a .service-wrapper:hover::before {
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #services-section .services-container a .service-wrapper:hover::after {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #services-section .services-container a .service-wrapper::before {
  background-color: rgba(168,198,139,0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  width: 0;
  z-index: 2;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #services-section .services-container a .service-wrapper::after {
  background-color: rgba(168,198,139,0.15);
  content: "";
  height: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  transition: all .4s;
  width: 0;
  z-index: 2;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #services-section .services-container a .service-wrapper .service_content .inner-wrap {
  background-color: rgba(0,0,0,0.5);
  padding: 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  text-align: left;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #services-section .services-container a .service-wrapper .service_content .inner-wrap h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 700 !important;
  margin: 0;
  position: relative;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #services-section .services-container a .service-wrapper .service_content .inner-wrap h5::after {
  content: url('https://loseweightfasthypnotherapycanberra.com.au/wp-content/themes/project-ym/less/../images/arrow-right.png');
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #types-of-options p,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #types-of-options h2 {
  color: #fff !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-smoking .ym-container h2,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-depression .ym-container h2 {
  color: #fff !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-me .ym-container,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us .ym-container,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-smoking .ym-container,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-depression .ym-container {
  max-width: 725px;
  margin: 0 auto;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-me .ym-container .inner-wrap,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us .ym-container .inner-wrap,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap {
  text-align: left;
  margin-top: 35px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-me .ym-container .inner-wrap.smoking img,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-me .ym-container .inner-wrap.depression img,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us .ym-container .inner-wrap.smoking img,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us .ym-container .inner-wrap.depression img,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap.smoking img,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap.depression img,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap.smoking img,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap.depression img {
  top: -10px;
  filter: brightness(100);
  -webkit-filter: brightness(100);
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-me .ym-container .inner-wrap.smoking p,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-me .ym-container .inner-wrap.depression p,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us .ym-container .inner-wrap.smoking p,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us .ym-container .inner-wrap.depression p,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap.smoking p,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap.depression p,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap.smoking p,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap.depression p {
  margin-bottom: 40px;
  color: #fff;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-me .ym-container .inner-wrap.smoking p b,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-me .ym-container .inner-wrap.depression p b,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us .ym-container .inner-wrap.smoking p b,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us .ym-container .inner-wrap.depression p b,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap.smoking p b,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap.depression p b,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap.smoking p b,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap.depression p b {
  font-size: 20px;
  color: #fff;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-me .ym-container .inner-wrap p,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us .ym-container .inner-wrap p,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap p,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap p {
  position: relative;
  padding-left: 75px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-me .ym-container .inner-wrap p img,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us .ym-container .inner-wrap p img,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap p img,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap p img {
  position: absolute;
  left: 0;
  top: -6px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-me .ym-container .inner-wrap p b,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us .ym-container .inner-wrap p b,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap p b,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap p b {
  font-size: 24px;
  display: block;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-me .ym-container .inner-wrap p .space,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us .ym-container .inner-wrap p .space,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap p .space,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #why-choose-us-depression .ym-container .inner-wrap p .space {
  display: block;
  margin-bottom: 40px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #introduction h4 {
  max-width: 700px;
  margin: 0 auto;
  font-weight: 700;
  font-style: italic;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #question-section {
  padding: 40px 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #question-section p {
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #unhealthy-relationships {
  padding: 20px 0 40px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #unhealthy-relationships .inner-container ul {
  max-width: 800px;
  margin: 0 auto !important;
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  text-align: right;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #how-to-mend ul {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  text-align: right;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #green-section .inner-container h2,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #green-section .inner-container h4,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #green-section .inner-container p,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #green-section .inner-container a {
  color: #fff !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #green-section .inner-container h2 img,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #green-section .inner-container h4 img,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #green-section .inner-container p img,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #green-section .inner-container a img {
  filter: brightness(100);
  -webkit-filter: brightness(100);
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #effects-of-smoking .inner-wrap {
  max-width: 800px;
  margin: 0 auto 50px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #how-to-quit {
  text-align: left;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #how-to-quit .side-effects {
  max-width: 700px;
  margin: 0 auto;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #how-to-quit .side-effects img {
  display: inline-block;
  vertical-align: middle;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #how-to-quit p img {
  max-width: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #how-to-quit p b {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #motivate-lifestyle ul {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  text-align: right;
  max-width: 800px;
  margin: 20px auto !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #tailord-treatments {
  text-align: left;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #what-is-section ul {
  column-count: 2;
  max-width: 800px;
  margin: 0 auto !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-services #counselling-section .inner-container ul li {
  text-align: center;
  list-style: disc;
  display: list-item;
  padding-left: 0;
  list-style-position: inside;
  background: none;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page .section-1,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .section-1 {
  padding: 80px 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page .section-1 h1,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .section-1 h1 {
  font-weight: 600;
  font-size: 42px;
  color: #fff !important;
  background-color: rgba(0,0,0,0.59);
  display: inline-block;
  padding: 15px 30px;
  line-height: 1;
  margin: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page .video-container,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 40px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page .video-container iframe,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page .video-container object,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page .video-container embed,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .video-container iframe,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .video-container object,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page .the-content,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .the-content {
  padding: 60px 0px 80px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page .the-content h2,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .the-content h2 {
  font-size: 24px;
  font-weight: 700;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page .the-content h3,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .the-content h3 {
  font-size: 21px;
  font-weight: 700;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page .the-content h4,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .the-content h4 {
  font-size: 18px;
  font-weight: 700;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page .the-content h5,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .the-content h5 {
  font-size: 15px;
  font-weight: 700;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page .the-content p,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .the-content p {
  font-size: 15px;
  font-weight: 300;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page .the-content p strong,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .the-content p strong {
  font-weight: 700;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page .the-content p:last-child,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .the-content p:last-child {
  margin: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page .the-content li,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .the-content li {
  font-size: 15px;
  font-weight: 300;
  color: #626262;
  line-height: 24px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page .the-content li strong,
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .the-content li strong {
  font-weight: 700;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-sidebar .the-content .col-ym-4 {
  padding-left: 60px;
  float: right;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-blog .section-2 {
  background-color: #f3f3f3;
  padding: 60px 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax {
  margin: 0px !important;
  padding: 20px !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li {
  margin-bottom: 30px;
  padding: 0px;
  width: 33.33%;
  display: inline-block;
  position: relative;
  float: left;
  list-style-type: none;
  background: none !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .img-container {
  display: block;
  position: relative;
  height: auto;
  max-height: 195px;
  overflow: hidden;
  margin: 0px 15px 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .img-container a {
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .img-container a img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  border-radius: 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .img-container a:hover {
  opacity: .8;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .img-container .entry-meta {
  color: #ffffff !important;
  display: block;
  position: absolute;
  width: auto;
  text-align: center;
  font-size: 12px;
  font-weight: 200;
  transition: all 0.2s ease-in-out 0s;
  margin: 0px;
  padding: 8px 15px;
  background-color: rgba(225,10,21,0.7);
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  z-index: 99;
  top: 15px;
  left: 15px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .txt-container {
  margin: 0px 15px 0px;
  height: 68px;
  background-color: #cc2b2b;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  justify-content: center;
  text-align: center;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .txt-container h2 {
  display: block;
  position: relative;
  margin: 0px;
  width: 100%;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .txt-container h2 a {
  color: #ffffff !important;
  display: block;
  position: relative;
  text-align: center;
  font-size: 15px;
  font-weight: 200;
  transition: all 0.2s ease-in-out 0s;
  margin: 0px;
  padding: 12px 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .txt-container h2 a:hover {
  opacity: .8;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .excerpt-container {
  margin: 0px 15px 0px;
  padding: 15px;
  text-align: left !important;
  background-color: #fff;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .excerpt-container p {
  font-size: 15px;
  width: 100%;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .excerpt-container a {
  margin-top: 15px;
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-weight: 100;
  font-size: 15px;
  border: 2px solid #cc2b2b;
  transition: all 0.2s ease-in-out 0s;
  padding: 4px 20px;
  cursor: pointer;
  background-color: #cc2b2b;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li .excerpt-container a:hover {
  background-color: transparent;
  color: #cc2b2b;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-blog .section-2 #ajax-load-more .alm-btn-wrap #load-more {
  margin: 0px auto;
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 15px;
  border-radius: 0px !important;
  border: 2px solid #cc2b2b;
  transition: all 0.2s ease-in-out 0s;
  padding: 0px 25px !important;
  height: 50px;
  cursor: pointer;
  background-color: #bf3680;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.page-template-template-blog .section-2 #ajax-load-more .alm-btn-wrap #load-more:hover {
  background-color: transparent;
  color: #cc2b2b;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.blog header {
  position: relative;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.blog .meta {
  padding: 25px 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.blog .meta .title h1 {
  font-size: 40px;
  font-weight: 800;
  color: #4a4a4a;
  text-transform: uppercase;
  margin: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.blog .meta .breadcrumb {
  text-align: right;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.blog .meta .breadcrumb p {
  font-size: 13px;
  color: #4a4a4a;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.blog .meta .breadcrumb p a {
  font-size: 13px;
  color: #4a4a4a;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.blog .meta .breadcrumb p span.breadcrumb_last {
  color: #2d3a48;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.blog .articles {
  background: #f3f3f3;
  padding: 55px 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.blog .articles .single-article .box {
  background: #fff;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.blog .articles .single-article .box .featured-image img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.blog .articles .single-article .box .article-content {
  padding: 20px 25px 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.blog .articles .single-article .box .article-content h4 {
  font-size: 20px;
  color: #404f5f;
  margin: 0;
  padding: 0 0 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.blog .articles .single-article .box .article-content p.excerpt {
  font-size: 14px;
  color: #696969;
  margin: 0;
  padding: 15px 0 20px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.blog .articles .single-article .box .article-content p.date {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #1c2732;
  display: inline-block;
  padding: 5px 15px;
  margin: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post header {
  position: relative;
  background: #2d3a48;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .meta {
  padding: 25px 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .meta .title h3 {
  font-size: 40px;
  font-weight: 800;
  color: #4a4a4a;
  text-transform: uppercase;
  margin: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .meta .breadcrumb {
  text-align: right;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .meta .breadcrumb p {
  font-size: 13px;
  color: #4a4a4a;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .meta .breadcrumb p a {
  font-size: 13px;
  color: #4a4a4a;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .meta .breadcrumb p span.breadcrumb_last {
  color: #2d3a48;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article {
  background: #f3f3f3;
  padding: 55px 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .article-box {
  background: #fff;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .article-box .the-thumbnail img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .article-box .the-title {
  background: #cc2b2b;
  padding: 25px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .article-box .the-title h1 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .article-box .the-title .col-ym-2 {
  text-align: right;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .article-box .the-title p {
  font-size: 13px;
  font-weight: 700;
  color: #2d3a48;
  background: #f3f3f3;
  display: inline-block;
  padding: 5px 15px;
  margin: 7px 0 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .article-box .the-content {
  padding: 25px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .article-box .the-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2d3a48;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .article-box .the-content h3 {
  font-size: 21px;
  font-weight: 700;
  color: #2d3a48;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .article-box .the-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2d3a48;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .article-box .the-content h5 {
  font-size: 15px;
  font-weight: 700;
  color: #2d3a48;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .article-box .the-content a {
  color: #cc2b2b;
  font-size: 15px;
  font-weight: 500;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .article-box .the-content p {
  font-size: 15px;
  font-weight: 300;
  color: #626262;
  line-height: 21px;
  margin: 0 0 17px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .article-box .the-content p strong {
  font-weight: 700;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .article-box .the-content p:last-child {
  margin: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .article-box .the-content li {
  font-size: 15px;
  font-weight: 300;
  color: #626262;
  line-height: 24px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .article-box .the-content li strong {
  font-weight: 700;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .next-prev-posts .col-ym-6 {
  width: 50%;
  float: left;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .next-prev-posts .col-ym-6 a {
  color: #fff;
  background-color: #cc2b2b;
  padding: 10px 30px;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .article .next-prev-posts .col-ym-6.next {
  text-align: right;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .latest-blog {
  padding: 55px 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .latest-blog .section-title h3 {
  font-size: 40px;
  font-weight: 800;
  color: #4a4a4a;
  text-transform: uppercase;
  margin-top: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .latest-blog .single-article .img-container {
  display: block;
  position: relative;
  height: auto;
  max-height: 195px;
  overflow: hidden;
  margin: 0px 15px 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .latest-blog .single-article .img-container a {
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .latest-blog .single-article .img-container a img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  border-radius: 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .latest-blog .single-article .img-container a:hover {
  opacity: .8;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .latest-blog .single-article .img-container .entry-meta {
  color: #ffffff !important;
  display: block;
  position: absolute;
  width: auto;
  text-align: center;
  font-size: 12px;
  font-weight: 200;
  transition: all 0.2s ease-in-out 0s;
  margin: 0px;
  padding: 8px 15px;
  background-color: rgba(225,10,21,0.7);
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  z-index: 99;
  top: 15px;
  left: 15px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .latest-blog .single-article .txt-container {
  margin: 0px 15px 0px;
  height: 68px;
  background-color: #cc2b2b;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  justify-content: center;
  text-align: center;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .latest-blog .single-article .txt-container h2 {
  display: block;
  position: relative;
  margin: 0px;
  width: 100%;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .latest-blog .single-article .txt-container h2 a {
  color: #ffffff !important;
  display: block;
  position: relative;
  text-align: center;
  font-size: 15px;
  font-weight: 200;
  transition: all 0.2s ease-in-out 0s;
  margin: 0px;
  padding: 12px 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .latest-blog .single-article .txt-container h2 a:hover {
  opacity: .8;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .latest-blog .single-article .excerpt-container {
  margin: 0px 15px 0px;
  padding: 15px;
  text-align: left !important;
  background-color: #fff;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .latest-blog .single-article .excerpt-container p {
  font-size: 15px;
  width: 100%;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .latest-blog .single-article .excerpt-container a {
  margin-top: 15px;
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-weight: 100;
  font-size: 15px;
  border: 2px solid #cc2b2b;
  transition: all 0.2s ease-in-out 0s;
  padding: 4px 20px;
  cursor: pointer;
  background-color: #cc2b2b;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.single-post .latest-blog .single-article .excerpt-container a:hover {
  background-color: transparent;
  color: #cc2b2b;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.error404 .section-1 {
  padding: 50px 30px 100px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.error404 .section-1 h1 {
  font-size: 150px;
  font-weight: 600;
  color: #404041;
  text-align: center;
  margin: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.error404 .section-1 p {
  text-align: center;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.error404 .section-1 p a {
  color: #fff;
  padding: 10px 20px;
  margin: 25px 0 0;
  display: inline-block;
  background: #000 none repeat scroll 0% 0%;
  border: 1px solid #000;
  transition: all 0.2s ease-in-out 0s;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover body.error404 .section-1 p a:hover {
  color: #000;
  background: #FFF none repeat scroll 0% 0%;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 {
  padding: 90px 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 h1 {
  font-size: 42px;
  color: #fff !important;
  background-color: rgba(0,0,0,0.59);
  display: inline-block;
  padding: 15px 25px;
  line-height: 1;
  margin: 0 0 20px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 p {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left h2 {
  font-size: 42px;
  color: #fff !important;
  background-color: rgba(0,0,0,0.59);
  display: inline-block;
  padding: 15px 25px;
  line-height: 1;
  margin: 0;
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left ul {
  padding: 0;
  margin-bottom: 24px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left ul li {
  list-style-type: none;
  background-image: url("https://loseweightfasthypnotherapycanberra.com.au/wp-content/themes/project-ym/less/../images/li-check.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px 22px;
  font-weight: 400;
  padding-left: 35px;
  line-height: 1.5em;
  margin-bottom: 6px;
  font-weight: 600;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left p {
  display: inline-block;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left p.list-title {
  font-size: 22px;
  font-weight: 600;
  display: block;
  padding-right: 10px;
  color: #676866;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left p.green-bg {
  font-size: 22px;
  background-color: #a8c68b;
  font-weight: 600;
  display: table;
  padding: 10px 15px;
  line-height: 1;
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left p .cta-btn {
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
  padding: 15px 25px;
  line-height: 1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: unset;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .wpcf7 {
  margin-top: 20px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .wpcf7 .wpcf7-form {
  font-size: 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .wpcf7 .wpcf7-form .text {
  font-weight: 600;
  font-size: 18px;
  padding: 5px 10px;
  width: 80% !important;
  float: none !important;
  background-color: #a8c68b;
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .wpcf7 .wpcf7-form p {
  margin: 0px;
  display: inline-block;
  position: relative;
  width: 33.33%;
  float: left;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .wpcf7 .wpcf7-form p span {
  display: block;
  position: relative;
  width: 100%;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .wpcf7 .wpcf7-form p span input {
  display: block;
  position: relative;
  text-indent: 15px;
  width: 96%;
  border: 1px solid transparent;
  background-color: #ffffff;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 0px;
  height: 41px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .wpcf7 .wpcf7-form p span .wpcf7-not-valid {
  border: 1px solid #ff0000;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .wpcf7 .wpcf7-form p span .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .wpcf7 .wpcf7-form p span input:focus {
  outline: none;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .wpcf7 .wpcf7-form p span input::-webkit-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .wpcf7 .wpcf7-form p span input:-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .wpcf7 .wpcf7-form p span input::-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .wpcf7 .wpcf7-form p span input:-ms-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .wpcf7 .wpcf7-form p .ajax-loader {
  display: none !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .wpcf7 .wpcf7-form p input[type="submit"] {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  height: 41px;
  transition: all 0.2s ease-in-out 0s;
  padding: 8px 30px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .wpcf7 .wpcf7-form p input[type="submit"]:focus {
  outline: none;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .wpcf7 .wpcf7-form .wpcf7-response-output {
  clear: both;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .wpcf7 .wpcf7-form div.wpcf7-validation-errors {
  background-color: #f7e700;
  color: #000000;
  margin: 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .wpcf7 .wpcf7-form div.wpcf7-mail-sent-ok {
  background-color: #398f14;
  margin: 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .video-button-wrapper {
  background: #b4cdf2;
  border: 2px solid #153497;
  padding: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .video-button-wrapper .button-img {
  display: inline-block;
  vertical-align: middle;
  background: #468cf6;
  padding: 11px;
  margin-right: 20px;
  border: 3px solid #fff;
  border-radius: 100%;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .video-button-wrapper .button-img img {
  width: 100%;
  max-width: 32px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .video-button-wrapper .button-text {
  display: inline-block;
  vertical-align: middle;
  width: 86%;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .video-button-wrapper .button-text p {
  color: #666;
  display: block;
  text-align: center;
  font-size: 14px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .video-button-wrapper .button-text a {
  background: #fff;
  text-align: center;
  margin-top: 5px;
  display: block;
  font-size: 15px !important;
  padding: 3px 10px;
  border: 1px solid #153497;
  -webkit-transition: all 0.2s ease-in-out 0s !important;
  -moz-transition: all 0.2s ease-in-out 0s !important;
  transition: all 0.2s ease-in-out 0s !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .left .video-button-wrapper .button-text a:hover {
  background: #153497;
  color: #fff;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .right {
  text-align: center;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .right p {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .home-section-1 .right img {
  width: 80%;
  height: auto;
  margin: 0px auto;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .inner-container .accordion {
  padding: 0px !important;
  text-align: left !important;
  max-width: 735px;
  margin: 0 auto !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .inner-container .accordion li {
  list-style-type: none !important;
  margin-bottom: 20px !important;
  padding-left: 0px !important;
  background-image: none !important;
  display: block !important;
  position: relative !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .inner-container .accordion li .accordion-control {
  display: block;
  position: relative;
  font-size: 18px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 30px;
  transition: all 0.2s ease-in-out 0s !important;
  background-color: #a8c68b !important;
  border: 2px solid #a8c68b !important;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  background-image: url(https://loseweightfasthypnotherapycanberra.com.au/wp-content/themes/project-ym/less/../images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 26px 26px;
  list-style-type: none;
  padding-right: 65px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .inner-container .accordion li .accordion-control:focus {
  outline: 0;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .inner-container .accordion li .accordion-panel {
  display: none;
  background-color: #e7efe0;
  padding: 15px 30px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .inner-container .accordion li .accordion-panel p {
  line-height: 1.5em;
  color: #565a48;
  font-size: 18px;
  font-weight: 400;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .inner-container .accordion li .accordion-panel p a {
  line-height: 1.5em;
  color: #cc2b2b;
  font-size: 18px;
  font-weight: 400;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .inner-container .accordion li .accordion-panel ul {
  margin: 0 0 20px 20px !important;
  list-style-type: disc !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .inner-container .accordion li .accordion-panel ul li {
  margin-bottom: 5px !important;
  font-size: 18px;
  list-style-type: disc !important;
  display: list-item !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .inner-container .accordion li .accordion-panel ol {
  margin: 0 0 20px 20px !important;
  list-style-type: decimal !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .inner-container .accordion li .accordion-panel ol li {
  margin-bottom: 5px !important;
  font-size: 18px;
  list-style-type: decimal !important;
  display: list-item !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 {
  padding: 0px 0px 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p {
  margin: 0px 0px 10px;
  display: block;
  position: relative;
  width: 100%;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p span {
  display: block;
  position: relative;
  width: 100%;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p span input {
  display: block;
  position: relative;
  text-indent: 15px;
  width: 100%;
  border: 1px solid transparent;
  background-color: #ddd;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 0px;
  height: 41px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p span .wpcf7-not-valid {
  border: 1px solid #ff0000;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p span .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p span textarea:focus,
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p span input:focus {
  outline: none;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p span textarea {
  display: block;
  position: relative;
  text-indent: 0px;
  padding: 15px;
  width: 100%;
  border: 1px solid transparent;
  background-color: #ddd;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  height: 100px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p span textarea::-webkit-input-placeholder,
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p span input::-webkit-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p span textarea:-moz-placeholder,
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p span input:-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p span textarea::-moz-placeholder,
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p span input::-moz-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p span textarea:-ms-input-placeholder,
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p span input:-ms-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p .ajax-loader {
  display: none !important;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p input[type="submit"] {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  height: 41px;
  border: 2px solid #000000;
  transition: all 0.2s ease-in-out 0s;
  padding: 8px 30px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p input[type="submit"]:focus {
  outline: none;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form p input[type="submit"]:hover {
  background-color: transparent;
  color: #000000;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form .wpcf7-response-output {
  clear: both;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form div.wpcf7-validation-errors {
  background-color: #f7e700;
  color: #000000;
  margin: 0px;
}
.wpcf7 .wpcf7-form p input[type="submit"]:hover .wpcf7 .wpcf7-form div.wpcf7-mail-sent-ok {
  background-color: #398f14;
  margin: 0px;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  clear: both;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0px;
}
.wpcf7 .wpcf7-form div.wpcf7-validation-errors {
  background-color: #f7e700;
  color: #000000;
  margin: 0px;
}
.wpcf7 .wpcf7-form div.wpcf7-mail-sent-ok {
  background-color: #398f14;
  margin: 0px;
}
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-collapse {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}
.nav-collapse > ul {
  border-top: 1px solid rgba(255,255,255,0.15);
}
.nav-collapse li {
  float: left;
  width: 100%;
}
.nav-collapse a {
  background: #0578ea;
  color: #fff;
  float: left;
  padding: 0.9em 1.1em;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .nav-collapse a {
    border-bottom: 0;
    padding: 1em 1.5em;
    margin: 0;
    float: left;
    text-align: center;
  }
}
.js .nav-collapse.multiple-level-nav.opened.dropdown-active {
  max-height: 9999px !important;
}
.js .nav-collapse.multiple-level-nav .sub-menu {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: none;
  overflow: hidden;
  zoom: 1;
}
.js .nav-collapse.multiple-level-nav .sub-menu.toggled {
  display: block;
  max-height: 9999px;
  position: relative;
}
.js .nav-collapse li {
  position: relative;
}
.js .nav-collapse .dropdown-toggle {
  border: 0;
  color: #fff;
  content: "";
  height: 50px;
  width: 46px;
  padding: 0;
  position: absolute;
  margin: 0;
  text-transform: lowercase;
  top: 0;
  right: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.js .nav-collapse .dropdown-toggle:hover,
.js .nav-collapse .dropdown-toggle:focus,
.js .nav-collapse .dropdown-toggle:active {
  background-color: none !important;
  color: #212428 !important;
}
.js .nav-collapse .dropdown-toggle:after {
  content: "+";
  font-size: 25px;
  color: #fff !important;
}
.js .nav-collapse .dropdown-toggle.toggled:after {
  content: "-";
  font-weight: 500;
  font-size: 25px;
  color: #fff !important;
}
.dropdown ul a {
  background: #0578ea;
  padding-left: 1.5em;
}
.dropdown ul ul a {
  background: #0578ea;
  padding-left: 2.5em;
}
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse li {
  width: 100%;
  display: block;
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.nav-collapse.opened {
  max-height: 9999px;
}
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cat-menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse li {
  width: 100%;
  display: block;
}
.js .cat-menu {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.cat-menu.opened {
  max-height: 9999px;
}
.category-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 1145px) {
  .ym-container {
    width: 100%;
  }
}
@media only screen and (max-width: 1090px) {
  header .logo .logo img,
  #menu.sticky-menu .logo .logo img {
    width: 300px;
  }
  header .right .menu-main-nav-container ul li a,
  #menu.sticky-menu .right .menu-main-nav-container ul li a {
    padding: 41px 13px;
  }
}
@media screen and (max-width: 1023px) {
  header .logo .logo img,
  #menu.sticky-menu .logo .logo img {
    width: 285px;
  }
  header .right .menu-main-nav-container ul li a,
  #menu.sticky-menu .right .menu-main-nav-container ul li a {
    padding: 41px 9px;
  }
}
@media screen and (max-width: 950px) {
  #services-section .col-ym-4 {
    width: 50%;
  }
  header,
  #menu.sticky-menu {
    padding-top: 15px;
    height: 154px;
  }
  header .logo,
  #menu.sticky-menu .logo {
    display: block !important;
    height: auto !important;
    width: 100% !important;
    position: relative;
  }
  header .logo h3,
  #menu.sticky-menu .logo h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
  }
  header .logo h3 a,
  #menu.sticky-menu .logo h3 a {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
  }
  header .logo .logo img,
  #menu.sticky-menu .logo .logo img {
    width: 300px;
    height: auto;
  }
  header .right,
  #menu.sticky-menu .right {
    clear: both;
    text-align: center;
    float: none;
    display: block;
    position: relative;
    width: 100%;
  }
  header .right .menu-main-nav-container ul li a,
  #menu.sticky-menu .right .menu-main-nav-container ul li a {
    padding: 20px 15px;
  }
  .inner-container {
    display: block;
    width: 100%;
  }
  #long-footer {
    padding: 20px 0px 40px;
  }
  #long-footer .social {
    float: left;
    margin-right: 0px;
    margin-top: 10px;
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  #long-footer .social li {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 10px;
  }
  #long-footer .social li a {
    display: block;
    position: relative;
  }
  #long-footer .social li a img {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
  }
  #long-footer .menu-footer-menu-container #menu-footer-menu {
    margin-left: 0px;
    padding: 0px;
  }
  #long-footer .menu-footer-menu-container #menu-footer-menu li {
    list-style-type: none;
  }
  #long-footer .menu-footer-menu-container #menu-footer-menu li a {
    color: #fff !important;
    font-weight: 300;
  }
  #long-footer .tmls .caroufredsel_wrapper .tmls_container .tmls_item .tmls_text {
    color: #fff !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
  }
  #long-footer .tmls .caroufredsel_wrapper .tmls_container .tmls_item .tmls_name {
    color: #fff !important;
    font-family: 'Open Sans', sans-serif !important;
  }
  #long-footer .logo img {
    max-width: 100%;
    height: auto;
  }
  #long-footer .footer-menu {
    width: 30%;
  }
  #long-footer .footer-testimonial {
    width: 70%;
  }
  #long-footer .footer-contact {
    clear: both;
    padding-top: 30px;
    display: block;
    position: relative;
    float: none;
    width: 100%;
    padding-left: 15px;
  }
  body.page-template-template-sidebar .the-content .col-ym-4 {
    padding-left: 0px;
  }
  body.page-template-template-testimonials .testimonial-container {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
  .col-ym-1,
  .col-ym-2,
  .col-ym-3,
  .col-ym-4,
  .col-ym-5,
  .col-ym-6,
  .col-ym-7,
  .col-ym-8,
  .col-ym-9,
  .col-ym-10,
  .col-ym-11,
  .col-ym-12 {
    float: none;
    width: 100%;
  }
  .ym-container {
    width: 100% !important;
  }
  #notification-bar {
    padding: 10px 0 !important;
  }
  #notification-bar p {
    color: #fff;
    margin: 0px;
    font-weight: 300;
  }
  #notification-bar p .btn {
    display: block;
    position: relative;
    width: 100%;
    margin: 10px 0px 0px 0px;
  }
  header {
    padding: 0;
    margin-top: 52px;
    position: fixed;
    top: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    height: auto !important;
  }
  header .right {
    display: none;
  }
  header .logo {
    text-align: left;
    height: auto !important;
    width: auto !important;
    padding-right: 0px;
  }
  header .logo h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
  }
  header .logo h3 a {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
  }
  header .logo .logo {
    padding: 11px 0px 2px;
  }
  header .logo .logo img {
    width: auto !important;
    height: 40px !important;
  }
  header .mobile-menu {
    display: block;
  }
  header .mobile-menu .menu-toggle {
    color: #fff;
    text-decoration: none;
    flex: 1;
    padding: 16px 15px 18px !important;
    position: absolute;
    top: -4px;
    right: 0;
    z-index: 9999;
    font-size: 18px;
  }
  header .mobile-menu .menu-label {
    margin-bottom: -0.2em;
    display: inline-block;
    vertical-align: middle;
  }
  header .mobile-menu .menu-icon + .menu-label {
    margin-left: .2em;
  }
  header .mobile-menu .menu-icon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: .5em;
    color: inherit;
    background: currentColor;
    border-radius: .5em;
    height: 2px;
    width: 25px;
  }
  header .mobile-menu .menu-icon:before,
  header .mobile-menu .menu-icon:after {
    border-radius: .5em;
    height: 2px;
    width: 100%;
    left: 0;
    background: currentColor;
    position: absolute;
    display: block;
    content: '';
  }
  header .mobile-menu .menu-icon:before {
    top: -0.83em;
  }
  header .mobile-menu .menu-icon:after {
    top: .8em;
  }
  header .mobile-menu .menu-icon,
  header .mobile-menu .menu-icon:before,
  header .mobile-menu .menu-icon:after {
    transition: all .5s ease-in-out;
  }
  header .mobile-menu .open .cross {
    background-color: transparent;
    transform: rotate(0deg) translate(0%,-50%);
    -moz-transform: rotate(0deg) translate(0%,-50%);
    -webkit-transform: rotate(0deg) translate(0%,-50%);
  }
  header .mobile-menu .open .cross:before,
  header .mobile-menu .open .cross:after {
    top: 0em;
  }
  header .mobile-menu .open .cross:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  header .mobile-menu .open .cross:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  header .mobile-menu nav {
    float: none;
    position: relative;
    z-index: 9999;
  }
  header .mobile-menu nav ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    border-top: 0;
    float: none;
  }
  header .mobile-menu nav ul li {
    float: none;
  }
  header .mobile-menu nav ul li a {
    color: #ffffff;
    background-color: #565a48;
    padding: 10px 15px;
    text-align: left !important;
    border-top: none;
    border-bottom: none;
    float: none;
    font-size: 14px;
    width: 100%;
    display: inline-block;
  }
  header .mobile-menu nav ul .menu-item-has-children .sub-menu {
    height: 0px;
    top: 35px;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  header .mobile-menu nav ul .menu-item-has-children .sub-menu .menu-item a {
    background-color: #a8c68b;
  }
  header .mobile-menu nav ul .menu-item-has-children:hover .sub-menu,
  header .mobile-menu nav ul .menu-item-has-children:focus .sub-menu {
    height: auto;
    top: 50px;
    visibility: visible;
  }
  #menu.sticky-menu {
    display: none !important;
  }
  .inner-container h3 {
    font-size: 30px;
  }
  .inner-container h4 {
    font-size: 22px;
  }
  #content {
    margin-top: 114px !important;
  }
  #services-section .col-ym-4 {
    width: 100%;
  }
  #before-footer {
    padding: 60px 0px;
  }
  #before-footer .inner-container h2 {
    font-size: 30px;
  }
  #long-footer .logo img {
    width: 50%;
  }
  #long-footer .footer-menu {
    display: block;
    position: relative;
    width: 100%;
    float: none;
  }
  #long-footer .footer-testimonial {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 10px;
    float: none;
  }
  #long-footer .footer-contact {
    padding-top: 40px;
    display: block;
    position: relative;
    width: 100%;
    float: none;
  }
  footer .copyright-section {
    text-align: center;
  }
  footer .copyright-section p {
    font-size: 12px;
    color: #fff;
    margin: 0;
  }
  footer .copyright-section .copyright {
    display: block;
    position: relative;
    width: 100%;
  }
  footer .copyright-section .credit {
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .home-section-1 .left .video-button-wrapper {
    max-width: 596px;
  }
  .home-section-1 .left .video-button-wrapper .button-text {
    width: 100%;
  }
  .home-section-1 .left .video-button-wrapper .button-img {
    padding-right: 0;
    margin-bottom: 10px;
  }
  body.home .section,
  body.page-template-template-services .section {
    padding: 20px 0 40px;
  }
  body.home .home-section-3 .inner-container h2,
  body.page-template-template-services .home-section-3 .inner-container h2 {
    font-size: 30px;
  }
  body.home .home-section-3 .inner-container .boxes,
  body.page-template-template-services .home-section-3 .inner-container .boxes {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
  }
  body.home .home-section-3 .inner-container .boxes .box,
  body.page-template-template-services .home-section-3 .inner-container .boxes .box {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    padding: 15px;
  }
  body.home #problems-section .col-ym-4 ul,
  body.page-template-template-services #problems-section .col-ym-4 ul {
    padding: 40px 20px !important;
    height: auto;
  }
  body.home #cta-section,
  body.page-template-template-services #cta-section {
    padding: 40px 0;
  }
  body.home #cta-section p,
  body.page-template-template-services #cta-section p {
    font-size: 18px;
    font-weight: 400px;
    line-height: 1.2;
  }
  body.page .section-1 h1 {
    font-size: 30px;
  }
  body.page .section-1 p {
    font-size: 20px;
  }
  body.page-template-template-sidebar .the-content .col-ym-4 {
    margin-top: 80px;
    padding-left: 15px;
    float: none;
  }
  body.blog .meta .title h1 {
    font-size: 30px;
  }
  body.blog .meta .breadcrumb {
    text-align: left;
  }
  body.single-post .article .article-box .the-title h1 {
    font-size: 20px;
  }
  body.single-post .article .article-box .the-title .col-ym-2 {
    text-align: left;
  }
  .home-section-1 {
    padding: 60px 0px;
  }
  .home-section-1 h1 {
    font-size: 40px;
  }
  .home-section-1 p {
    font-size: 20px;
  }
  .home-section-1 .left {
    margin-bottom: 40px;
  }
  .home-section-1 .left h1 {
    color: #fff;
    font-size: 40px;
  }
  .home-section-1 .left p {
    font-size: 20px;
    display: block;
  }
  .home-section-1 .left .wpcf7 {
    margin-top: 20px;
  }
  .home-section-1 .left .wpcf7 .wpcf7-form {
    font-size: 0px;
  }
  .home-section-1 .left .wpcf7 .wpcf7-form .text {
    width: 100% !important;
  }
  .home-section-1 .left .wpcf7 .wpcf7-form p {
    margin: 0px 0px 10px;
    display: block;
    position: relative;
    width: 100%;
    float: none;
  }
  .home-section-1 .left .wpcf7 .wpcf7-form p span {
    display: block;
    position: relative;
    width: 100%;
  }
  .home-section-1 .left .wpcf7 .wpcf7-form p span input {
    width: 100%;
  }
  .home-section-1 .left .wpcf7 .wpcf7-form p input[type="submit"] {
    width: 100%;
  }
  .home-section-1 .right p {
    font-size: 20px;
  }
  .home-section-1 .right img {
    width: 60%;
  }
  body.page-template-template-blog .section-2 #ajax-load-more .alm-listing.alm-ajax .alm-reveal li {
    margin-bottom: 30px;
    float: none;
    width: 100%;
    display: block;
  }
  body.page-template-template-services #what-is-section ul {
    column-count: 1;
    -o-column-count: 1;
    -ms-column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}
@media screen and (max-width: 480px) {
  .home-section-1 .left h2 {
    font-size: 28px;
  }
  .home-section-1 .left p {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }
  body.page-template-template-testimonials .testimonial-container {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
  body.home .home-section-1 .left h1,
  body.page-template-template-services .home-section-1 .left h1 {
    font-size: 37px;
  }
  body.home .section h2,
  body.page-template-template-services .section h2 {
    font-size: 28px;
  }
  body.home .cta-btn,
  body.page-template-template-services .cta-btn {
    padding: 10px 20px;
    font-size: 16px !important;
  }
  body.home #why-choose-me .ym-container .inner-wrap img,
  body.home #why-choose-us .ym-container .inner-wrap img,
  body.home #why-choose-us-smoking .ym-container .inner-wrap img,
  body.page-template-template-services #why-choose-me .ym-container .inner-wrap img,
  body.page-template-template-services #why-choose-us .ym-container .inner-wrap img,
  body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap img {
    width: 24px;
    top: 4px !important;
  }
  body.home #why-choose-me .ym-container .inner-wrap p,
  body.home #why-choose-us .ym-container .inner-wrap p,
  body.home #why-choose-us-smoking .ym-container .inner-wrap p,
  body.page-template-template-services #why-choose-me .ym-container .inner-wrap p,
  body.page-template-template-services #why-choose-us .ym-container .inner-wrap p,
  body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap p {
    padding-left: 32px;
  }
  body.home #why-choose-me .ym-container .inner-wrap p b,
  body.home #why-choose-us .ym-container .inner-wrap p b,
  body.home #why-choose-us-smoking .ym-container .inner-wrap p b,
  body.page-template-template-services #why-choose-me .ym-container .inner-wrap p b,
  body.page-template-template-services #why-choose-us .ym-container .inner-wrap p b,
  body.page-template-template-services #why-choose-us-smoking .ym-container .inner-wrap p b {
    font-size: 18px;
  }
  body.home #problems-section .col-ym-4 h3,
  body.page-template-template-services #problems-section .col-ym-4 h3 {
    padding: 15px 10px;
  }
  body.home #map-section .ym-container .col-ym-12 .inner-wrap .location-overlay,
  body.page-template-template-services #map-section .ym-container .col-ym-12 .inner-wrap .location-overlay {
    padding: 30px 20px 20px;
  }
  .accordion li .accordion-control {
    padding: 12px;
  }
  body.front-end p,
  body.front-end li,
  body.front-end a {
    font-size: 16px;
  }
  #before-footer .inner-container h2 {
    font-size: 28px;
  }
  #before-footer .inner-container p {
    font-size: 18px;
  }
  .inner-container ul {
    column-count: 1 !important;
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
  }
}
