/*!
	Theme Name: The Full English studio
	Theme URI: http://tfe.studio
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

body {
  font: 300 13px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444; }

/* clear */
.clear:before,
.clear:after, .slick-list:before, .slick-list:after, .slick-track:before, .slick-track:after {
  content: ' ';
  display: table; }

.clear:after, .slick-list:after, .slick-track:after {
  clear: both; }

.clear, .slick-list, .slick-track {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #444;
  text-decoration: none; }

a:hover {
  color: #444; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

.left {
  float: left; }

.right {
  float: right; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative; }

/* header */
/* logo */
/* nav */
/* sidebar */
/* footer */
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.holding_page {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative; }
  .holding_page-links {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10002;
    padding: 30px; }
    .holding_page-links a {
      display: inline-block;
      color: white;
      margin-right: 30px; }
      .holding_page-links a p {
        font-weight: 900;
        margin: 0px; }
        @media (min-width: 0) and (max-width: 899px) {
          .holding_page-links a p {
            font-size: 2.1875rem;
            font-weight: 400; } }
      @media (min-width: 0) and (max-width: 899px) {
        .holding_page-links a {
          margin-right: 0px;
          margin-bottom: 40px; } }
    @media (min-width: 0) and (max-width: 899px) {
      .holding_page-links {
        opacity: 0;
        pointer-events: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        height: 100vh;
        width: 100vw;
        -moz-transition: all 0.7s ease 0s;
        -ms-transition: all 0.7s ease 0s;
        -o-transition: all 0.7s ease 0s;
        -webkit-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s; }
        .holding_page-links.active {
          opacity: 1;
          pointer-events: auto;
          -moz-transition: all 0.7s ease 0s;
          -ms-transition: all 0.7s ease 0s;
          -o-transition: all 0.7s ease 0s;
          -webkit-transition: all 0.7s ease 0s;
          transition: all 0.7s ease 0s; } }
  .holding_page-maincarousel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    pointer-events: none; }
    .holding_page-maincarousel-single {
      height: 100vh;
      width: 100%;
      flex-direction: column; }
      .holding_page-maincarousel-single-logo {
        height: 160px;
        width: 160px;
        margin-bottom: 30px;
        display: block; }
        @media (min-width: 0) and (max-width: 899px) {
          .holding_page-maincarousel-single-logo {
            display: none; } }
      .holding_page-maincarousel-single h1, .holding_page-maincarousel-single h2 {
        text-transform: uppercase;
        line-height: 1;
        font-size: 6.25rem;
        margin: 0px 0px 5px 0px; }
      @media (min-width: 0) and (max-width: 899px) {
        .holding_page-maincarousel-single-maintext {
          display: none; } }
      .holding_page-maincarousel-single-tagline h4 {
        display: inline-block;
        line-height: 1;
        font-size: 1.875rem;
        margin: 0px; }
        .holding_page-maincarousel-single-tagline h4.haveheartfont {
          font-size: 6.25rem;
          margin: 0 8px;
          line-height: 0;
          transform: translateY(3px); }
      @media (min-width: 0) and (max-width: 899px) {
        .holding_page-maincarousel-single-tagline {
          display: none; } }
      .holding_page-maincarousel-single-mobile-logo {
        display: none; }
        @media (min-width: 0) and (max-width: 899px) {
          .holding_page-maincarousel-single-mobile-logo {
            display: block;
            width: 180px; } }
      .holding_page-maincarousel-single-first {
        flex-direction: column; }
  .holding_page-contact-cover {
    opacity: 0;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10003;
    pointer-events: none;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    flex-direction: column;
    text-align: center; }
    .holding_page-contact-cover.active {
      opacity: 1;
      pointer-events: auto;
      -moz-transition: all 0.7s ease 0s;
      -ms-transition: all 0.7s ease 0s;
      -o-transition: all 0.7s ease 0s;
      -webkit-transition: all 0.7s ease 0s;
      transition: all 0.7s ease 0s; }
    .holding_page-contact-cover-address {
      position: absolute;
      bottom: 120px; }
      .holding_page-contact-cover-address p {
        line-height: 1.6; }
      @media (min-width: 0) and (max-width: 899px) {
        .holding_page-contact-cover-address {
          bottom: 80px; } }
    .holding_page-contact-cover-signup {
      position: absolute;
      bottom: 30px; }
      .holding_page-contact-cover-signup p {
        display: inline-block;
        margin: 0 20px 0 0; }
      @media (min-width: 0) and (max-width: 899px) {
        .holding_page-contact-cover-signup {
          display: none; } }
    .holding_page-contact-cover-text {
      margin-bottom: 30px; }
      .holding_page-contact-cover-text * {
        margin-top: 0px;
        margin-bottom: 10px; }
      .holding_page-contact-cover-text h2, .holding_page-contact-cover-text h3 {
        font-size: 3.75rem; }
        @media (min-width: 0) and (max-width: 899px) {
          .holding_page-contact-cover-text h2, .holding_page-contact-cover-text h3 {
            font-size: 2.1875rem;
            font-weight: 400;
            margin-bottom: 0px; }
            .holding_page-contact-cover-text h2:first-of-type, .holding_page-contact-cover-text h3:first-of-type {
              margin-bottom: 20px; } }
      .holding_page-contact-cover-text a {
        color: inherit;
        font-weight: 900; }
        @media (min-width: 0) and (max-width: 899px) {
          .holding_page-contact-cover-text a {
            font-size: 2.1875rem;
            font-weight: 400; } }
    .holding_page-contact-cover #mc_embed_signup {
      background: transparent !important;
      border-style: solid;
      border-width: 0 0 1px 0;
      border-color: white;
      width: auto;
      display: inline-block;
      vertical-align: middle; }
      .holding_page-contact-cover #mc_embed_signup form {
        padding: 0px; }
    .holding_page-contact-cover #mce-EMAIL {
      border-radius: 0px !important;
      height: 35px !important;
      padding: 0px !important;
      font-size: 14px !important;
      background-color: transparent !important;
      border: none !important;
      width: 220px !important;
      line-height: 35px; }
    .holding_page-contact-cover #mc-embedded-subscribe {
      border-radius: 0px !important;
      padding: 0 5px !important;
      border: none !important;
      text-transform: capitalize;
      background: transparent !important; }
    @media (min-width: 0) and (max-width: 899px) {
      .holding_page-contact-cover {
        padding: 0 50px; } }
  .holding_page-clicker {
    position: absolute;
    height: 25px;
    width: 30px;
    right: 30px;
    top: 30px;
    z-index: 100003;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .holding_page-clicker span {
      position: absolute;
      height: 3px;
      width: 100%;
      background: white; }
      .holding_page-clicker span:first-of-type {
        top: 11px;
        transform: rotate(45deg); }
      .holding_page-clicker span:nth-of-type(2) {
        opacity: 0; }
      .holding_page-clicker span:last-of-type {
        bottom: 11px;
        transform: rotate(-45deg); }
    .holding_page-clicker.contact-open, .holding_page-clicker.menu-open {
      pointer-events: auto;
      opacity: 1;
      -moz-transition: opacity 0.3s ease 0s;
      -ms-transition: opacity 0.3s ease 0s;
      -o-transition: opacity 0.3s ease 0s;
      -webkit-transition: opacity 0.3s ease 0s;
      transition: opacity 0.3s ease 0s; }
      .holding_page-clicker.contact-open span:first-of-type, .holding_page-clicker.menu-open span:first-of-type {
        top: 11px;
        transform: rotate(45deg); }
        @media (min-width: 0) and (max-width: 899px) {
          .holding_page-clicker.contact-open span:first-of-type, .holding_page-clicker.menu-open span:first-of-type {
            top: 8px; } }
      .holding_page-clicker.contact-open span:nth-of-type(2), .holding_page-clicker.menu-open span:nth-of-type(2) {
        opacity: 0; }
      .holding_page-clicker.contact-open span:last-of-type, .holding_page-clicker.menu-open span:last-of-type {
        bottom: 11px;
        transform: rotate(-45deg); }
        @media (min-width: 0) and (max-width: 899px) {
          .holding_page-clicker.contact-open span:last-of-type, .holding_page-clicker.menu-open span:last-of-type {
            bottom: 8px; } }
    @media (min-width: 0) and (max-width: 899px) {
      .holding_page-clicker {
        opacity: 1;
        pointer-events: auto;
        height: 20px;
        width: 25px;
        top: 40px; }
        .holding_page-clicker span {
          position: absolute;
          height: 3px;
          width: 100%;
          background: white; }
          .holding_page-clicker span:first-of-type {
            top: 0px;
            transform: rotate(0deg); }
          .holding_page-clicker span:nth-of-type(2) {
            top: 8px;
            opacity: 1; }
          .holding_page-clicker span:last-of-type {
            bottom: 0px;
            transform: rotate(0deg); } }

.object-fit {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center center; }

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.staggering, .fade-up {
  opacity: 0;
  transform: translateY(20px); }

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'London';
  src: url("fonts/London-Regular.woff2") format("woff2"), url("fonts/London-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Have Heart Two';
  src: url("fonts/HaveHeartTwo.woff2") format("woff2"), url("fonts/HaveHeartTwo.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'London';
  src: url("fonts/London-Black.woff2") format("woff2"), url("fonts/London-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
p, h1, h2, h3, h4, h5, h6 {
  font-family: 'London';
  font-weight: 400; }

strong {
  font-family: 'London';
  font-weight: 900; }

.haveheartfont {
  font-family: 'Have Heart Two';
  font-weight: 400; }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

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

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

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

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

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

  thead {
    display: table-header-group; }

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

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

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=style.css.map */
