/*!
Theme Name: unPhone
Version: 1.0
Author: Human
Author URI: http://humanstudio.com/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

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

.reset {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none; }

body {
  font-size: 1.125rem;
  color: #666666;
  font-family: 'Archivo', sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 1200px) {
    body {
      font-size: calc(0.7875rem + 0.45vw) ; } }

::selection {
  background: #009966;
  color: #fff; }

::-moz-selection {
  background: #009966;
  color: #fff; }

pre {
  background: #eee;
  padding: 10px;
  font-family: 'Archivo', monospace; }

code {
  background: #eee;
  font-family: 'Archivo', monospace; }

a {
  color: #009966;
  text-decoration: none;
  transition: all 0.25s ease-in-out; }

a:hover {
  color: #003333; }

p {
  margin-bottom: 1.75rem; }
  p:last-child {
    margin-bottom: 0; }
  p.share {
    font-size: 1.5625rem; }
    @media (max-width: 1200px) {
      p.share {
        font-size: calc(0.83125rem + 0.975vw) ; } }
    p.share a {
      margin-right: 5px; }

ol, ul {
  margin-bottom: 1.75rem; }

small,
.small-text {
  display: inline-block;
  font-size: 0.75rem;
  font-family: 'Archivo', monospace; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

.title {
  background: #009966;
  color: #fff;
  text-align: center;
  padding: 50px 350px 50px 350px; }
  @media (max-width: 1023px) {
    .title {
      padding: 50px; } }
  @media (max-width: 720px) {
    .title {
      padding: 25px; } }
  .title h1 {
    margin-bottom: 0; }

.content {
  text-align: center;
  color: #009966; }
  .content ol {
    list-style: none;
    margin: 0;
    padding: 0; }
  .content li {
    display: inline-block;
    width: 33.33%;
    padding: 0 40px;
    float: left;
    text-align: center; }
    .content li img {
      margin: 0 auto;
      display: block;
      padding-bottom: 1.5rem;
      max-width: 200px; }
    @media (max-width: 720px) {
      .content li {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 25px; } }
  .content li:last-child {
    margin-bottom: 0; }

header .logo h3 {
  margin-bottom: 0; }

.col h3 {
  margin-bottom: 0; }

.latest-news h1 a {
  color: #fff;
  transition: all 0.25s ease-in-out; }

.latest-news h1 a:hover {
  color: #003333; }

.news h4 {
  margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: 'Archivo', monospace;
  line-height: 1.5;
  margin-bottom: 1.5rem; }

footer ul {
  list-style: none;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 1.875rem; }
  @media (max-width: 1200px) {
    h1 {
      font-size: calc(0.8625rem + 1.35vw) ; } }

h2 {
  font-size: 1.875rem; }
  @media (max-width: 1200px) {
    h2 {
      font-size: calc(0.8625rem + 1.35vw) ; } }

h3 {
  font-size: 1.5625rem; }
  @media (max-width: 1200px) {
    h3 {
      font-size: calc(0.83125rem + 0.975vw) ; } }

h4 {
  font-size: 1.25rem; }
  @media (max-width: 1200px) {
    h4 {
      font-size: calc(0.8rem + 0.6vw) ; } }

h5 {
  font-size: 0.9375rem; }
  @media (max-width: 1200px) {
    h5 {
      font-size: calc(0.76875rem + 0.225vw) ; } }

h6 {
  font-size: 0.625rem; }

/* Header menu */
.menus {
  text-align: right;
  display: grid; }
  .menus ul#menu-header-menu {
    font-family: 'Archivo', monospace;
    align-self: end;
    margin: 0; }
    @media (max-width: 1023px) {
      .menus ul#menu-header-menu {
        background: #fff;
        max-height: 0;
        width: 100%;
        position: absolute;
        text-align: left;
        top: 0;
        left: 0;
        overflow: hidden;
        z-index: 2;
        transition: all 0.5s ease-in-out; } }
    .menus ul#menu-header-menu li {
      display: inline; }
      .menus ul#menu-header-menu li a {
        display: inline-block;
        margin: 0 5px; }
        @media (max-width: 1023px) {
          .menus ul#menu-header-menu li a {
            display: block;
            border-right: none;
            border-left: none;
            border-top: none;
            margin: 0;
            padding: 10px; } }
      @media (max-width: 1023px) {
        .menus ul#menu-header-menu li.icons a {
          display: inline-block; } }
      .menus ul#menu-header-menu li ul.children {
        display: none; }
    .menus ul#menu-header-menu.active {
      max-height: 55em; }
  @media (max-width: 720px) {
    .menus .social {
      display: none; } }
  .menus .social li {
    display: inline;
    margin-left: 20px; }
  .menus a.menu-link {
    display: none; }
    @media (max-width: 1023px) {
      .menus a.menu-link {
        display: table;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3;
        width: 40px;
        height: 40px;
        background: #009966;
        color: #fff;
        text-decoration: none;
        text-align: center;
        transition: all 0.5s ease-in-out; }
        .menus a.menu-link:before {
			content: "\f0c9";
			display: table-cell;
			vertical-align: middle;
			font-family: "Font Awesome 5 Free";
			font-weight: 900; } }
    .menus a.menu-link.active:before {
      content: "\f00d"; }

/* Footer menu */
/* Maximum width */
.site-width {
  max-width: 1200px;
  margin: 0 auto; }

/* Columns */
.col {
  display: grid;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(270px, 3fr)); }

.home-copy-l {
  max-width: calc(75% - 25px);
  display: inline-block; }
  @media (max-width: 720px) {
    .home-copy-l {
      padding-bottom: 25px;
      max-width: 100%; } }

.home-copy-r {
  float: right;
  max-width: 25%;
  display: inline-block; }
  @media (max-width: 720px) {
    .home-copy-r {
      float: none;
      max-width: 100%; } }
  .home-copy-r li {
    margin-bottom: 25px; }
  .home-copy-r li:last-child {
    margin-bottom: 0; }

.news {
  border: solid 1px #eee;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.8); }

/* Header */
/* Article / Sidebar / Nav */
aside {
  font-size: 0.75rem;
  font-family: 'Archivo', monospace; }
  aside .widget {
    margin-bottom: 50px; }
    aside .widget:last-child {
      margin: 0; }

article {
  width: 100%; }

article, aside {
  float: left; }
  @media (max-width: 720px) {
    article, aside {
      width: 100%; } }

nav {
  font-size: 0.75rem;
  font-family: 'Archivo', monospace; }
  nav span {
    width: 50%; }
  nav.top {
    margin-bottom: 50px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee; }
  nav.bottom {
    margin-top: 50px;
    padding-top: 5px;
    border-top: 1px solid #eee; }

/* Footer */
footer {
  border-top: solid 1px #eee;
  font-size: 0.75rem;
  font-family: 'Archivo', monospace; }
  footer .textwidget {
    width: 50%; }
    @media (max-width: 720px) {
      footer .textwidget {
        width: 100%;
        margin-bottom: 50px; } }
  footer .logo {
    text-align: right; }
    @media (max-width: 720px) {
      footer .logo {
        text-align: center; } }

/* Padding & Margin */
.pad-10 {
  padding: 10px; }

.pad-20 {
  padding: 20px; }

.pad-25 {
  padding: 25px; }

.pad-50 {
  padding: 50px; }
  @media (max-width: 720px) {
    .pad-50 {
      padding: 25px; } }

.mar-10-b {
  margin-bottom: 10px; }

.mar-20-b {
  margin-bottom: 20px; }

.mar-50-b {
  margin-bottom: 50px; }
  @media (max-width: 720px) {
    .mar-50-b {
      margin-bottom: 20px; } }

/* Misc */
.coloured-bg {
  background: #eee; }

.latest-news {
  background-image: url("assets/img/news-back.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; }

.alignleft {
  float: left; }

.alignright {
  float: right;
  text-align: right; }

.wp-caption {
  margin-bottom: 50px;
  max-width: 100%;
  font-size: 0.75rem;
  font-family: 'Archivo', monospace; }
  .wp-caption img {
    height: auto;
    max-width: 100%; }
  .wp-caption p {
    margin-top: 10px; }

.header-img {
  width: 100%;
  max-height: 300px;
  overflow: hidden; }
  .header-img img {
    width: 100%;
    height: auto; }

.home-container {
  position: relative; }
  .home-container img {
    display: block;
    width: 100%;
    height: auto; }
  .home-container .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%; }
    .home-container .overlay .colourblock {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      opacity: 0.5;
      transition: .5s ease;
      background-color: #009966; }
    .home-container .overlay h4 {
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); }

.home-container:hover .colourblock {
  opacity: 0; }

footer .widget_media_image {
  display: inline-block;
  margin-left: 10px; }
  @media (max-width: 720px) {
    footer .widget_media_image {
      display: block; } }

input, textarea {
  border: 1px solid #eee;
  padding: 10px;
  max-width: 100%;
  font-size: 0.75rem;
  font-family: 'Archivo', monospace; }

input[type=submit] {
  cursor: pointer;
  transition: all 0.25s ease-in-out; }
  input[type=submit]:hover {
    background: #003333; }

label {
  font-size: 0.75rem;
  font-family: 'Archivo', monospace; }

/* oEmbeds */
.embed,
.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 50px;
	/* overflow: hidden; */ }

.embed iframe,
.embed object,
.embed embed,
.embed-youtube iframe,
.embed-youtube object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }

/* Twitter feed */
.slick-slider {
  z-index: 1;
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  transition: opacity 0.5s ease-out; }
  .slick-slider .slick-list {
    overflow: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .slick-slider .slick-list .slick-track {
      position: relative;
      top: 0;
      left: 0;
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .slick-slider .slick-list .slick-track .slick-slide {
        float: left;
        height: 100%;
        min-height: 1px;
        position: relative; }
        .slick-slider .slick-list .slick-track .slick-slide img {
          display: block;
          width: 100%;
          height: auto; }
          @media (max-width: 720px) {
            .slick-slider .slick-list .slick-track .slick-slide img {
              width: 100%;
              height: auto; } }
        .slick-slider .slick-list .slick-track .slick-slide .caption {
          color: #fff;
          padding: 25px;
          position: absolute;
          left: 25px;
          top: 25px;
          margin-bottom: 0;
          text-align: left;
          width: 33%; }
          @media (max-width: 720px) {
            .slick-slider .slick-list .slick-track .slick-slide .caption {
              background: #fff;
              color: #009966;
              display: block;
              position: relative;
              width: 100%;
              top: 0;
              left: 0;
              text-align: center; } }

.slick-initialized {
  opacity: 1; }

/* Dots */
ul.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
  z-index: 3;
  margin: 0;
  padding: 50px; }
  ul.slick-dots li {
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    transition: all 0.25s ease-in-out; }
    ul.slick-dots li:hover,
    ul.slick-dots li.slick-active {
      background: #003333; }
    ul.slick-dots li button {
      display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 50px;
  line-height: 1;
  color: #fff;
  transition: all 0.25s ease-in-out; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #003333; }

.slick-prev {
  left: 50px; }
  .slick-prev:before {
    content: "\f137"; }

.slick-next {
  right: 50px; }
  .slick-next:before {
    content: "\f138"; }

/* Gallery widget (footer logos) */
ul.logos {
  margin-bottom: 50px; }
  ul.logos li {
    display: inline-block; }
    ul.logos li img {
      margin-right: 20px; }
