/*
Theme Name: 216 Refresh
Theme URI: 
Author: 216digital
Author URI: 
Description: 216digital Wordpress Block theme
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 216-refresh
Tags: 
*/

@import url('https://fonts.googleapis.com/css2?family=Sen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* GLOBAL VARS */

header {
	background-color: white !important;
}

nav p a {
	padding: 16px;
}

nav p {
	margin: 0px;
}

nav .submenu p a {
	padding: 0px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
}
.wp-block-twoonesix-flex-section-216 .card {
	padding: 24px;
}


.header-logo img {
	height: 40px !important;
}

body.blog, body {
    max-width: 100% !important;
    padding: 0 !important;
}

.header-logo {
    padding-left: 24px;
}

.blog .wp-block-post-content {
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	max-height: 200px;
}

* {
    /* BREAKPOINTS */
    --mobile: 720px;
    --tablet: 900px;

    --mobile: 720px;
    --tablet: 900px;
    --primary-bg-color: #fff;
    --secondary-bg-color: #fff1e2;
    --primary-accent-color: #e1740e;
    --secondary-accent-color: #f79420;
    --dark-grey: #231f20;
    --medium-grey: #685e5e;
    --light-grey: #746d6b;
    --primary-font-family: "Roboto";
    --secondary-font-family: "Sen";
    --primary-body-size: 16px;
    --primary-body-family: "Roboto";
    --primary-body-color: #231f20;
    --primary-body-spacing: 24px;
    --secondary-body-size: 14px;
    --secondary-body-family: "Roboto";
    --secondary-body-color: #746d6b;
    --secondary-body-spacing: 21px;
    --large-body-size: 20px;
    --large-body-family: "Roboto";
    --large-body-color: #685e5e;
    --large-body-spacing: 30px;
    --h1-size: 48px;
    --h1-family: "Sen";
    --h1-color: #231f20;
    --h1-spacing: 64px;
    --h2-size: 36px;
    --h2-family: "Sen";
    --h2-color: #231f20;
    --h2-spacing: 40px;
    --h3-size: 28px;
    --h3-family: "Sen";
    --h3-color: #231f20;
    --h3-spacing: 54px;
    --subheading-size: 20px;
    --subheading-family: "Roboto";
    --subheading-color: #685e5e;
    --subheading-spacing: 30px;
    --quote-size: 20px;
    --quote-family: "Roboto";
    --quote-color: #746d6b;
    --quote-spacing: 30px;
    --global-margin: 20px 24px 20px 24px;
    --global-padding: 24px 24px 24px 24px;
    --primary-button-bgcolor: #f79420;
    --primary-button-bordercolor: #f79420;
    --primary-button-radius: 24px;
    --primary-button-margin: 16px 0px;
    --primary-button-padding: 16px 16px 16px 16px;
    --primary-button-font-color: #231f20;
    --primary-button-font-family: Roboto;
    --primary-button-hover-bgcolor: #fff;
    --primary-button-hover-bordercolor: #231f20;
    --secondary-button-bgcolor: #fff;
    --secondary-button-bordercolor: #231f20;
    --secondary-button-radius: 24px;
    --secondary-button-margin: 16px 0px;
    --secondary-button-padding: 16px 16px 16px 16px;
    --secondary-button-font-color: #231f20;
    --secondary-button-font-family: "Roboto";
    --secondary-button-hover-bgcolor: #746d6b;
    --secondary-button-hover-bordercolor: #f79420;
    --link-color: #231f20;
    --input-border-color: #685e5e;
    --input-placeholder-color: #685e5e;
    --input-text-color: #231f20;
    --input-label-color: #231f20;
    --input-background-color: #fff;
    --input-border-radius: 16px;
    --input-margin: 16px 0px;
    --input-padding: 16px 16px 16px 16px;
    --gutter: 1400px;
}

/* GLOBALS */
body {
    background-color: var(--primary-bg-color);
    margin: 0;
    padding: 0;
    font-family: var(--primary-body-family);
}

header {
    box-shadow: 0 0 10px 0 #000;
    position: sticky;
    top: 0;
    z-index: 9999999;
} 

/* TEXT */

p {
    font-size: var(--primary-body-size);
    font-family: var(--primary-body-family);
    color: var(--primary-body-color);
    line-height: var(--primary-body-spacing);
    margin: 12px 0px;
}

p.secondary {
    font-size: var(--secondary-body-size);
    font-family: var(--secondary-body-family);
    color: var(--secondary-body-color);
    line-height: var(--secondary-body-spacing);
}

p.large {
    font-size: var(--large-body-size);
    font-family: var(--large-body-family);
    color: var(--large-body-color);
    line-height: var(--large-body-spacing);
}

p.subheading, .subheading {
    font-size: var(--subheading-size);
    font-family: var(--subheading-family);
    font-weight: 400;
    color: var(--subheading-color);
    line-height: var(--subheading-spacing);
}

p.quote {
    font-size: var(--quote-size);
    font-family: var(--quote-family);
    color: var(--quote-color);
    line-height: var(--quote-spacing);
}

h1, .h1 {
    font-size: var(--h1-size);
    font-family: var(--h1-family);
    color: var(--h1-color);
    line-height: var(--h1-spacing);
}

h2, .h2 {
    font-size: var(--h2-size);
    font-family: var(--h2-family);
    color: var(--h2-color);
    line-height: var(--h2-spacing);
    margin: 16px 0px;
   font-weight: 300;
}

.wpcft-submit {
	width: fit-content;
}

.flex-center {
	align-content: center;
}

@media screen and (max-width: 800px) {
	h2, .h2 {
		font-size: 24px;
	}
}

h2 strong, h3 strong, strong {
  color: var(--light-grey);
  font-weight: 600;
}

h3, .h3 {
    font-size: var(--h3-size);
    font-family: var(--h3-family);
    color: var(--h3-color);
    line-height: var(--h3-spacing);
}

img {
    max-width: 100%;
}

/* CONTROLS */
button, .button, input[type='submit'] {
    background-color: var(--primary-button-bgcolor);
    border: 2px solid var(--primary-button-bordercolor);
    border-radius: var(--primary-button-radius);
    /* margin: var(--primary-button-margin); */
    margin: 12px 12px 12px 0px;
    padding: var(--primary-button-padding);
    color: var(--primary-button-font-color);
    font-family: var(--primary-button-font-family);
    cursor: pointer;
    display: inline-block;
}

button:hover, .button:hover, input[type='submit']:hover {
    background-color: var(--primary-button-hover-bgcolor);
    border: 2px solid var(--primary-button-hover-bordercolor);
}

button.secondary, .button.secondary, input[type='submit'] .secondary {
    background-color: var(--secondary-button-bgcolor);
    border: 2px solid var(--secondary-button-bordercolor);
    border-radius: var(--secondary-button-radius);
    margin: var(--secondary-button-margin);
    padding: var(--secondary-button-padding);
    color: var(--secondary-button-font-color);
    font-family: var(--secondary-button-font-family);
}

button.secondary:hover, .button.secondary:hover, input[type='submit'] .secondary:hover {
    background-color: var(--secondary-button-hover-bgcolor);
    border: 2px solid var(--secondary-button-hover-bordercolor);
}

a {
    color: var(--link-color);
    text-decoration: underline;
}

nav a {
    text-decoration: none !important;
}

a:visited {
    color: var(--link-color);
}

input, select, textarea {
    display: block;
    border: 2px solid var(--input-border-color);
    border-radius: var(--input-border-radius);
    color: var(--input-text-color);
    background-color: var(--input-background-color);
    font-family: var(--primary-body-family);
    margin: var(--input-margin);
    padding: var(--input-padding);
    width: calc(100% - 48px);
}

input[type='checkbox'] {
    display: inline-block;
}

::placeholder {
    color: var(--input-placeholder-color);
}

label {
    display: block;
    color: var(--input-label-color);
    font-family: var(--primary-body-family);
}

label.checkbox {
    display: inline-block;
}

/* LAYOUT */
section, .section {
    margin: var(--global-margin);
    padding: var(--global-padding);
    width: calc(100% - ((var(--global-padding) * 2) + (var(--global-margin) * 2)));
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

section.nopad {
    margin: 0;
    padding: 0;
}

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

.col20, 
.col25, 
.col33, 
.col40, 
.col50, 
.col60, 
.col66, 
.col75, 
.col80,
.row {
    box-sizing: border-box;
    flex: 0 0 auto;
    height: 100%;
}

.col20:not(:last-child), 
.col25:not(:last-child), 
.col33:not(:last-child), 
.col40:not(:last-child), 
.col50:not(:last-child), 
.col60:not(:last-child), 
.col66:not(:last-child), 
.col75:not(:last-child), 
.col80:not(:last-child) {
    padding-right: 12px;
}

.col20 {
    flex-basis: 20%;
    max-width: 20%;
}

.col25 {
    flex-basis: 25%;
    max-width: 25%;
}

.col33 {
    flex-basis: 33%;
    max-width: 33%;
}

.col40 {
    flex-basis: 40%;
    max-width: 40%;
}

.col50 {
    flex-basis: 50%;
    max-width: 50%;
}

.col60 {
    flex-basis: 60%;
    max-width: 60%;
}

.col66 {
    flex-basis: 66%;
    max-width: 66%;
}

.col75 {
    flex-basis: 75%;
    max-width: 75%;
}

.col80 {
    flex-basis: 80%;
    max-width: 80%;
}

.row {
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (max-width: 740px) {
  section, .section {
    display: block;
  }
  .col20, 
  .col25, 
  .col33, 
  .col40, 
  .col50, 
  .col60, 
  .col66, 
  .col75, 
  .col80,
  .row {
    max-width: 100%;
  }
}

.space-between {
    justify-content: space-between;
}

.hide-desktop {
    display: none;
}

div.section.gutters, section.gutters, .gutters {
  max-width: 1400px;
  width: 100%;
  margin: 12px auto;
}

.bleed {
    margin: 0 auto;
}

.flip {
    flex-direction: row-reverse;
}

.card {
  border-radius: 12px;
  background-color: white;
  filter: drop-shadow(2px 2px 5px #979797);
  max-width: calc(100% - 48px);
  margin: 12px auto;
}

@media screen and (max-width: 1400px) {
  section.card.gutters, div.section.gutters, section.gutters, .gutters {
    margin: 12px 24px;
    max-width: calc(100% - 48px);
  }
}

.shadow {
    filter: drop-shadow(2px 2px 5px #979797);
}

@media screen and (max-width: 720px) {
    .mob-full {
        max-width: 100%;
        flex-basis: 100%;
    }

    .hide-desktop {
        display: initial;
    }
	
	.links {
		top: 70px !important;
	}
}

.checkmark::after {
  content: "✓";
  color: var(--primary-accent-color);
}

.submenu .col60, .steps-wrap {
    background-color: var(--secondary-bg-color);
}

.tab-buttons-container {
  filter: drop-shadow(2px 2px 5px #979797);
    border-radius: 100px;
    background-color: var(--secondary-bg-color);
    border: 3px solid white;
  display: flex;
  justify-content: space-between;
}

.tab-wrap {
  align-self: flex-start;
}

.tab-buttons-container button {
  background-color: rgba(0,0,0,0);
  border: none;
}

.tab-buttons-container button.btn-selected {
  background-color: white;
  color: var(--light-grey);
  filter: drop-shadow(2px 2px 5px #979797);
  font-weight: 600;
}

.img-wrapper img {
  max-width: 100%;
}

.blog-card {
  text-align: left;
  margin: 12px;
}

.about-strong {
  display: block;
  width: 100%;
  margin: 4px 0px;
  text-align: center;
  font-size: 24px;
}

.radar-scheme h2 {
  color: #3050A0;
}

.radar-scheme .button {
  background-color: white;
  border-color: black;
}

.widget-type-rich_text, .blog, [data-hs-forms-root] {
  max-width: 800px;
  margin: 0 auto;
  padding: 24px;
}

.hero-header .img-wrapper img {
    width: 100%;
    height: auto;
  }
  
  .head-wrap {
    width: 100%;
  }
  
  .hero-header .col40 {
    padding: 24px;
  }
  
  .hero-tab h3 {
    margin: 0px;
    line-height: 1.2;
    color: var(--light-grey);
  }
  
  .hero-header div.hero-tab p strong {
    color: black !important;
  }

  .hero-wrap {
    background-size: cover; background-position: center center; width: 100%;
  }

  .logo-slider-track {
    width: 100%;
    padding: 0px 50px;
    height: 60px;
  }
  .logo-slider .slick-prev {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .logo-slider .slick-next {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .logo-slider {
    text-align: center;
  }
  
  .logo-slider h2 {
    margin: 0 auto;
  }
  
  .logo-slide {
    text-align: center;
  }
  
  .logo-slider .slick-slide img {
    margin: 0 auto;
    height: 72px;
    width: auto;
    max-width: 200px;
  }
  
  .slick-arrow {
    font-weight: 600;
    padding: 8px 12px;
  }

  .wp-block-twoonesix-feature-card-216 .card {
    margin: 12px;
    padding: 24px;
    height: 100%;
    flex: 1;
}

.img-cricle img {
    height: 100%;
    width: auto;
}

.img-circle {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 50px;
    padding: 10px;
    justify-content: center;
    width: 50px;
    position: absolute;
    top: -30px;
    left: calc(50% - 30px);
    border-radius: 50px;
}
.wp-block-twoonesix-feature-card-216 .featured {
    transform: scale(1.1);
    z-index: 2;
    margin: 0;
}

.wp-block-twoonesix-feature-card-216 {
    display: inherit;
    margin: 0px;
    padding: 0px;
    height: 100%;
    flex: 1;
}

.wp-block-twoonesix-feature-card-216 h3 {
    text-align: center;
}

.steps-wrap {
    padding: 24px;
   }
   
   .steps-left {
     align-self: center;
   }
   
   .steps ol, .steps ul {
     display: flex;
     flex-direction: column;
   }
   
   .steps {
     position: relative;
   }
   
   .step-line {
     position: absolute;
     left: 10px;
     width: 6px;
     height: 100%;
     border-radius: 100px;
     background-color: var(--light-grey);
   }

   .steps li {
    padding-bottom: 24px;
    counter-increment: item;
   }

   .steps ol, .steps ul {
    list-style: none;
    counter-reset: item;
   }
   
.steps li::before {
     position: relative;
     top: 24px;
     left: -42px;
     z-index: 2;
    border-radius: 100px;
       color: #fff;
       height: 32px;
       width: 32px;
       display: flex;
       align-items: center;
       justify-content: center;
     margin-right: 24px;
     content: counter(item);
	background-color: #000;
   }
   
   .steps ol li::before {
     background-color: #000;
   }
   
   .steps ul li::before {
     border: 2px solid var(--primary-accent-color);
   }

/* A11Y */
.skip-link:focus-visible {
    position: inherit !important;
}

*:focus-visible {
    outline: 2px solid blue;
}

.sr-only {
    position: absolute;
    left: -100000px;
}

.post h2 {
	font-size: 24px;
}

.wp-block-post-title {
	font-size: 32px;
}

.gutter-left, .gutter-right {
	max-width: 700px;
	width: 700px;
}

.gutter-left {
	float: right;
}

.border-left {
	border-left: 3px solid black;
}


.faq-summary details {
    border-bottom: 1px solid #9C9391;
    padding: 0 1rem;
    background: white;
  }

.faq-summary details + details {
    border-top: none;
  }
.faq-summary details[open] {
      padding-bottom: 1em;
  }


.faq-summary summary {
	position: relative;
	padding-top:12px;
	padding-bottom:5px;
	color: #685e5e;
	font-size:20px;
	font-weight: bold;
}

.faq-summary summary::marker {
  content: none;
}

.faq-summary summary::before,
summary::after {
  content: '';
}

.faq-summary summary::before,
summary::after {
    width: .75em;
    height: 0;
    border-bottom: 2px solid #E1740E;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    transform: translateY(-50%);
  }

.faq-summary summary::after {
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}

.faq-summary [open] summary::after {
  transform: rotate(0deg);
}

.mobile-width{
	max-width: calc(100% - 48px);
	margin: 12px 24px;
}

@media only screen and (max-width: 450px) {
	.tab-buttons-container{
	display: block;
    text-align: center;
}
}
