/*
Theme Name: Rundimond
Author: Andy Cooke
Author URI: http://visiontank.co.uk/
Version: 1.0.1
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
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; }

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

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

input:focus {
  outline: none; }

.inner {
  width: 1400px;
  margin: 0 auto;
  padding: 0 20px; }

.inner--thin {
  width: 960px;
  margin: 0 auto; }

.inner--thinner {
  width: 760px;
  margin: 0 auto; }

.inner--thinnest {
  width: 560px;
  margin: 0 auto; }

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -20px; }
  .grid > [class*='grid_'] {
    padding: 0 20px; }

.grid_1-2 {
  width: 50%; }

.grid_1-3 {
  width: 33.33333%; }

.grid_2-3 {
  width: 66.66667%; }

.grid_1-4 {
  width: 100%; }
  @media (min-width: 550px) {
    .grid_1-4 {
      width: 50%; } }
  @media (min-width: 900px) {
    .grid_1-4 {
      width: 25%; } }

.grid_3-4 {
  width: 75%; }

.grid_1-5 {
  width: 20%; }

.grid_2-5 {
  width: 40%; }

.grid_3-5 {
  width: 60%; }

.grid_4-5 {
  width: 80%; }

.grid_1-6 {
  width: 16.66667%; }

.grid_5-6 {
  width: 83.33333%; }

.grid_1-8 {
  width: 12.5%; }

.grid_3-8 {
  width: 37.5%; }

.grid_5-8 {
  width: 62.5%; }

.grid_7-8 {
  width: 87.5%; }

.grid_1-10 {
  width: 10%; }

.grid_3-10 {
  width: 30%; }

.grid_7-10 {
  width: 70%; }

.grid_9-10 {
  width: 90%; }

.grid_1-12 {
  width: 8.33333%; }

.grid_5-12 {
  width: 41.66667%; }

.grid_7-12 {
  width: 58.33333%; }

.grid_11-12 {
  width: 91.66667%; }

@media screen and (max-width: 1400px) {
  .inner {
    width: 100%; } }

@media screen and (max-width: 1000px) {
  .inner--thin {
    width: 100%;
    padding: 0 20px; } }

@media screen and (max-width: 800px) {
  .inner--thinner {
    width: 100%;
    padding: 0 20px; } }

@media screen and (max-width: 600px) {
  .inner--thinnest {
    width: 100%;
    padding: 0 20px; } }

body {
  color: #121212;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 1.6em; }

ul li {
  list-style: disc; }

ol li {
  list-style: decimal; }

strong,
b {
  font-weight: 700; }

em,
i {
  font-style: italic; }

h1, h2, h3, h4, h5 {
  font-family: acier-bat-solid, sans-serif;
  font-weight: 500;
  text-transform: uppercase; }

.content h1,
.content h2,
.content h3,
.content p,
.content ul {
  margin: 0 0 20px; }

.content h1,
.content h2,
.content h3,
.content h4 {
  color: #000;
  line-height: 1.2em; }

.content a {
  color: #007bc7; }

.content .wp-block-button__link {
  background: green;
  color: inherit; }

.alpha,
.content h1 {
  font-size: 50px;
  line-height: 1.1; }

.bravo,
.content h2 {
  font-size: 40px; }

.charlie,
.content h3 {
  font-size: 30px; }

.delta,
.content h4 {
  font-size: 26px; }

.button--left,
.wp-block-button.alignleft {
  text-align: left; }

.button--center,
.wp-block-button.aligncenter {
  text-align: center; }

.button--right,
.wp-block-button.alignright {
  text-align: right; }

.button, .frm_submit input,
.frm_submit button,
.wp-block-button__link {
  display: inline-block;
  position: relative;
  padding: 7px 20px;
  transition: 0.2s;
  cursor: pointer;
  background-color: #FFDD0E;
  color: #000;
  font-weight: 700; }
  .button:hover, .frm_submit input:hover,
  .frm_submit button:hover,
  .wp-block-button__link:hover {
    background-color: #fff; }

.frm_submit {
  text-align: right !important; }
  .frm_submit input,
  .frm_submit button {
    border: none !important;
    font-family: proxima-nova, sans-serif !important;
    font-size: 18px !important;
    color: #000 !important;
    background: #FFDD0E !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
    border-radius: 0 !important; }
    .frm_submit input:hover,
    .frm_submit button:hover {
      background: #000 !important;
      color: #fff !important; }
  .frm_submit img {
    display: none; }

/***MOBILE MENU***/
.mobile_menu_button {
  display: none;
  cursor: pointer;
  vertical-align: middle;
  padding: 0; }
  .mobile_menu_button p {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    margin: 2px 0 0; }

.lines-button {
  padding: 8px 5px 8px 0;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase; }
  .lines-button.close {
    transform: scale3d(0.8, 0.8, 0.8); }
  .lines-button.x.close .lines {
    background: transparent; }
    .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
      transform-origin: 50% 50%;
      top: 0;
      width: 2rem; }
    .lines-button.x.close .lines:before {
      transform: rotate3d(0, 0, 1, 45deg); }
    .lines-button.x.close .lines:after {
      transform: rotate3d(0, 0, 1, -45deg); }
  .lines-button.x2 .lines {
    transition: background 0.3s 0.5s ease; }
    .lines-button.x2 .lines:before, .lines-button.x2 .linesafter {
      transform-origin: 50% 50%;
      transition: top 0.3s 0.6s ease, transform 0.3s ease; }
  .lines-button.x2.close .lines {
    transition: background 0.3s 0s ease;
    background: transparent; }
    .lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
      transition: top 0.3s ease, transform 0.3s 0.5s ease;
      top: 0;
      width: 2rem; }
    .lines-button.x2.close .lines:before {
      transform: rotate3d(0, 0, 1, 45deg); }
    .lines-button.x2.close .lines:after {
      transform: rotate3d(0, 0, 1, -45deg); }

.lines {
  display: block;
  width: 25px;
  margin-right: 2px;
  height: 0.25rem;
  background: #FFDD0E;
  transition: 0.3s;
  position: relative; }
  .lines:before, .lines:after {
    display: inline-block;
    width: 25px;
    height: 0.25rem;
    background: #FFDD0E;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 0.14286rem center; }
  .lines:before {
    top: 0.5rem; }
  .lines:after {
    top: -0.5rem; }

.content .button, .content .frm_submit input, .frm_submit .content input,
.content .frm_submit button, .frm_submit .content button {
  background: #FFDD0E;
  color: #000;
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 400px; }
  .content .button:hover, .content .frm_submit input:hover, .frm_submit .content input:hover,
  .content .frm_submit button:hover, .frm_submit .content button:hover {
    background: #fff; }

@media screen and (max-width: 900px) {
  .mobile_menu_button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; } }

a {
  text-decoration: none; }

ul,
ol {
  padding: 0 0 0 20px; }

.full_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10; }

.background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

img {
  height: auto; }

.header {
  background: url("assets/images/header.jpg") no-repeat center;
  background-size: cover;
  padding: 40px 0 60px;
  position: relative; }
  .header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  .header:after {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 60px;
    transform: rotate(-1deg);
    margin: 50px 0 -98px; }
  .header .inner {
    position: relative; }

.header__inner {
  display: -ms-flexbox;
  display: flex; }

.header__logo {
  width: 100%;
  max-width: 150px;
  display: block;
  background-image: url("assets/images/logo.png");
  background-color: #fff;
  border: 1px solid white; }
  .header__logo:after {
    content: "";
    display: block;
    padding-bottom: 55%; }
  @media (min-width: 900px) {
    .header__logo {
      max-width: 200px; } }

.header__bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 25px; }

.header__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
      justify-content: left; }
  @media (min-width: 1200px) {
    .header__nav {
      padding-top: 0; } }

.header__menu {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  padding: 30px 20px;
  top: 170px;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 5; }
  @media (min-width: 900px) {
    .header__menu {
      display: block;
      background-color: transparent;
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      padding: 0; } }

.menu {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  @media (min-width: 900px) {
    .menu {
      -ms-flex-direction: row;
          flex-direction: row; } }

.menu-item {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  list-style: none;
  font-size: 20px; }
  .menu-item a {
    color: #000;
    transition: 0.2s;
    position: relative;
    padding: 0 5px; }
    @media (min-width: 900px) {
      .menu-item a {
        color: #fff; } }
    .menu-item a:hover {
      color: #FFDD0E; }
  .menu-item.current-menu-item a {
    color: #000;
    background-color: #FFDD0E; }

.social_icons {
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }
  .social_icons a {
    display: block;
    height: 30px; }
    .social_icons a svg {
      width: 30px;
      height: 30px; }
      .social_icons a svg .cls-1 {
        fill: #FFDD0E;
        transition: 0.2s; }
    .social_icons a:hover svg .cls-1 {
      opacity: 0.8;
      fill: #FFDD0E; }

.header__cta {
  padding-top: 75px;
  width: 100%;
  max-width: 100%; }
  @media (min-width: 850px) {
    .header__cta {
      padding-top: 275px;
      max-width: 50%; } }
  @media (min-width: 900px) {
    .header__cta {
      padding-top: 175px; } }
  @media (min-width: 1200px) {
    .header__cta {
      padding-top: 275px; } }
  .header__cta .alpha {
    color: #FFDD0E;
    margin-bottom: 20px;
    font-size: 30px; }
    @media (min-width: 850px) {
      .header__cta .alpha {
        font-size: 50px; } }
  .header__cta p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px; }

.footer {
  background-color: #FFDD0E;
  padding: 10px 0 30px;
  text-align: center; }
  .footer:before {
    content: "";
    display: block;
    background-color: #FFDD0E;
    width: 100%;
    height: 60px;
    transform: rotate(-1deg);
    margin-top: -50px; }
  .footer p {
    color: #000;
    font-size: 16px; }
    .footer p a:hover {
      text-decoration: underline; }
  .footer small {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5); }

.footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.foot_logo {
  width: 100%;
  max-width: 150px; }

.frm_forms {
  max-width: 500px !important;
  margin: 0 auto !important; }

.frm_form_field {
  margin: 5px 0; }
  .frm_form_field input[type='text'],
  .frm_form_field input[type='email'],
  .frm_form_field textarea,
  .frm_form_field select {
    width: 100%;
    font-size: 18px !important;
    font-family: proxima-nova, sans-serif !important;
    border: 2px solid #000 !important;
    border-radius: 0 !important;
    background-color: #ffffff !important;
    padding: 6px 10px !important;
    color: #121212 !important;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important; }
    .frm_form_field input[type='text'].placeholder,
    .frm_form_field input[type='email'].placeholder,
    .frm_form_field textarea.placeholder,
    .frm_form_field select.placeholder {
      color: #000 !important; }
    .frm_form_field input[type='text']:-moz-placeholder,
    .frm_form_field input[type='email']:-moz-placeholder,
    .frm_form_field textarea:-moz-placeholder,
    .frm_form_field select:-moz-placeholder {
      color: #000 !important; }
    .frm_form_field input[type='text']::-moz-placeholder,
    .frm_form_field input[type='email']::-moz-placeholder,
    .frm_form_field textarea::-moz-placeholder,
    .frm_form_field select::-moz-placeholder {
      color: #000 !important; }
    .frm_form_field input[type='text']:-ms-input-placeholder,
    .frm_form_field input[type='email']:-ms-input-placeholder,
    .frm_form_field textarea:-ms-input-placeholder,
    .frm_form_field select:-ms-input-placeholder {
      color: #000 !important; }
    .frm_form_field input[type='text']::-webkit-input-placeholder,
    .frm_form_field input[type='email']::-webkit-input-placeholder,
    .frm_form_field textarea::-webkit-input-placeholder,
    .frm_form_field select::-webkit-input-placeholder {
      color: #000 !important; }
    .frm_form_field input[type='text']:focus,
    .frm_form_field input[type='email']:focus,
    .frm_form_field textarea:focus,
    .frm_form_field select:focus {
      outline: none !important; }
  .frm_form_field select {
    cursor: pointer !important; }

.frm_hidden {
  display: none !important; }

.popup_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(3, 3, 3, 0.9);
  z-index: 23;
  display: none; }

.popup {
  position: fixed;
  top: 40px;
  right: 20px;
  left: 20px;
  margin: 0 auto;
  z-index: 24;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: #121212; }
  .popup.active {
    opacity: 1;
    visibility: visible; }

.popup__close {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  cursor: pointer;
  transition: 0.2s; }
  .popup__close:hover svg {
    stroke: #000000; }
  .popup__close svg {
    width: 18px;
    stroke: #b1b1b1; }

.section {
  padding: 60px 0; }

.section--center {
  text-align: center; }

.front_page .content {
  padding: 50px 0; }

.page {
  padding: 50px 0; }
  .page .content img {
    max-width: 100%;
    margin: 0 0 15px; }
  .page .content iframe {
    margin: 20px auto;
    max-width: 100%;
    display: block; }
  .page .content .wp-block-separator {
    border: none;
    height: 30px; }
  .page .page_banner {
    width: 100%;
    max-width: 350px;
    margin: 20px auto 40px; }
    .page .page_banner:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
  .page .intro {
    padding: 0 0 30px; }
  .page .page__title {
    text-align: center;
    margin: 0 0 40px;
    color: #000;
    line-height: 1em;
    text-decoration: underline;
    -webkit-text-decoration-color: #FFDD0E;
       -moz-text-decoration-color: #FFDD0E;
            text-decoration-color: #FFDD0E;
    text-decoration-thickness: 8px; }
  .page .content_half {
    padding: 50px 0;
    min-height: 420px; }
    .page .content_half .content_half-flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: 1;
          flex-grow: 1;
      -ms-flex-pack: center;
          justify-content: center; }
    .page .content_half.content_half-blue {
      background: #fffbea; }
      .page .content_half.content_half-blue .content_half-txt {
        padding: 0 50px 0 0; }
      .page .content_half.content_half-blue .content_half-img {
        border-color: white; }
    .page .content_half .content_half-txt {
      width: 60%;
      padding: 0 0 0 50px; }
      .page .content_half .content_half-txt .charlie {
        color: #000; }
    .page .content_half .content_half-img {
      width: 40%;
      position: relative; }
      .page .content_half .content_half-img .content_half_polaroid-img {
        margin: 0 auto;
        width: 69.5%;
        border: 2px solid #000; }
        .page .content_half .content_half-img .content_half_polaroid-img:after {
          content: "";
          display: block;
          padding-bottom: 100%; }
  .page figure.aligncenter {
    text-align: center; }

@media screen and (max-width: 1000px) {
  .page .content_half.content_half-blue .content_half-img {
    -ms-flex-order: -1;
        order: -1; }
  .page .content_half .content_half-flex {
    -ms-flex-direction: column;
        flex-direction: column;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .page .content_half .content_half-txt {
    width: 100%;
    padding: 20px 0 0 !important; }
    .page .content_half .content_half-txt .charlie {
      text-align: center; }
  .page .content_half .content_half-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto; }
    .page .content_half .content_half-img .content_half_polaroid {
      position: relative; }
  .page .jem_signature {
    margin: 40px auto 0;
    max-width: 150px; } }

.services_page .content {
  text-align: center;
  margin: 0 0 35px; }

.service_link {
  margin-bottom: 25px;
  display: block; }
  .service_link .service_link__image {
    display: block;
    position: relative;
    margin: 15px 0; }
    .service_link .service_link__image:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .service_link .service_link__image:before {
      content: "";
      display: block;
      position: absolute;
      top: -45px;
      left: -1%;
      background-color: #fff;
      width: 102%;
      height: 50px;
      transform: rotate(-1deg);
      transition: 0.2s;
      visibility: hidden;
      opacity: 0; }
  .service_link .charlie {
    color: #000;
    font-size: 35px;
    line-height: 1.1;
    margin: 0 auto;
    text-align: center;
    -webkit-text-decoration-color: #FFDD0E;
       -moz-text-decoration-color: #FFDD0E;
            text-decoration-color: #FFDD0E; }
  .service_link:hover .charlie {
    text-decoration: underline;
    -webkit-text-decoration-color: #FFDD0E;
       -moz-text-decoration-color: #FFDD0E;
            text-decoration-color: #FFDD0E;
    text-decoration-thickness: 8px; }
  .service_link:hover .service_link__image:before {
    visibility: visible;
    opacity: 1; }

@media screen and (max-width: 840px) {
  .services_page .grid_1-2 {
    width: 100%;
    max-width: 500px; } }

.page.page__testimonials {
  padding-bottom: 0; }
  .page.page__testimonials .page_banner {
    max-width: 250px; }
  .page.page__testimonials .single_testimonial {
    border-bottom: 3px solid #FFDD0E;
    margin-bottom: 40px;
    padding-bottom: 40px; }
    .page.page__testimonials .single_testimonial:last-of-type {
      border-bottom: none; }
    .page.page__testimonials .single_testimonial a.button {
      margin: 10px 0 0;
      max-width: 200px; }
      .page.page__testimonials .single_testimonial a.button:hover {
        background: #fff; }

@media screen and (max-width: 600px) {
  .page.page__testimonials .single_testimonial a.button {
    margin: 10px auto; } }

.single_service .page_banner {
  width: 100%;
  max-width: 200px; }
  .single_service .page_banner:after {
    padding-bottom: 100%; }

.single_service .single_service-illo:after {
  display: block; }

.single_service .content img {
  width: 100%;
  max-width: 380px;
  margin: 0 auto 20px;
  display: block; }

.page.single__testimonial .single_testimonial .button, .page.single__testimonial .single_testimonial .frm_submit input, .frm_submit .page.single__testimonial .single_testimonial input,
.page.single__testimonial .single_testimonial .frm_submit button, .frm_submit .page.single__testimonial .single_testimonial button {
  max-width: 320px !important; }

.story1-img {
  background-image: url("assets/images/story1.jpg"); }

.page_story .content a.button {
  width: 340px; }
