/*
Theme Name:     Ready2Connect
Description:    Theme for Ready2Connect
Author:         Europe Web Media
Version:        1.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    r2c
*/

@font-face {
  font-family: TTCommonsPro;
  src: url(assets/fonts/TTCommonsPro-Regular.woff2);
  font-style: normal;
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: TTCommonsPro;
  src: url(assets/fonts/TTCommonsPro-Medium.woff2);
  font-style: normal;
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: TTCommonsPro;
  src: url(assets/fonts/TTCommonsPro-Bold.woff2);
  font-style: normal;
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: Reckless;
  src: url(assets/fonts/Reckless-LightItalic.woff2);
  font-weight: 300;
  font-display: swap
}

@font-face {
  font-family: Reckless;
  src: url(assets/fonts/Reckless-RegularItalic.woff2);
  font-weight: 400;
  font-display: swap
}

html {
  font-size: 12px;
  scroll-behavior: smooth;
}

body {
  font-family: TTCommonsPro,ui-sans-serif,sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #242424;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 3rem
}

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

a {
  text-decoration: none;
}

.site-logo a {
  display: block;
}

.site-logo img {
  width: 120px;
}

.nav-menu-container {
  width: 100%;
}

.top-menu-wrapper ul {
  justify-content: end;
  gap: 2rem;
}

.top-menu-wrapper ul li a {
  color: #242424;
  font-size: .875rem;
}

.main-menu-wrapper {
  position: relative;
}

.main-menu-wrapper ul {
  justify-content: end;
  gap: 2.5rem;
}

.main-menu-wrapper ul li .sub-menu-wrapper {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .6s,visibility .6s;
  transition: opacity .6s,visibility .6s;
  z-index: 2;
}

.main-menu-wrapper ul li .sub-menu-wrapper.lvl-0 {
  left: 0;
  right: 0;
}

.main-menu-wrapper ul li:hover .sub-menu-wrapper {
  opacity: 1;
  visibility: visible;
}

.main-menu-wrapper ul li .sub-menu-wrapper ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 0;
  justify-content: start;
}

.main-menu-wrapper ul li .sub-menu-wrapper ul li {
  padding: 30px;
  display: inline-block;
  width: 50%;
  max-width: 50%;
}

.main-menu-wrapper ul li .sub-menu-wrapper ul li a {
  padding: 0;
  color: #ffffff;
}

.main-menu-wrapper ul li a {
  color: #242424;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 5px;
  display: inline-block;
}

.main-menu-wrapper ul li a:hover {
  color: #000000;
}

.main-menu-wrapper ul li .lvl-0 ul li:nth-child(odd) {
  background-color: #ffffff;
}

.main-menu-wrapper ul li .lvl-0 ul li:nth-child(even) {
  background-color: #454545;
}

.main-menu-wrapper ul li .lvl-0 ul li:nth-child(odd) a {
  color: #454545;
}

.main-menu-wrapper ul li .sub-menu-wrapper.lvl-1 {
  position: relative;
}

.main-menu-wrapper ul li .lvl-0 ul li .lvl-1 ul {
  display: block;
}

.main-menu-wrapper ul li .lvl-0 ul li .lvl-1 ul li {
  padding: 5px 0;
  width: 100%;
  max-width: 100%;
}

.main-menu-wrapper ul li .lvl-0 ul li .lvl-1 ul li a {
  font-weight: 500;
  font-size: inherit;
  display: block;
}

.main-menu-wrapper ul li .lvl-0 ul li .lvl-1 ul li a:hover:after {
  right: 0;
  -webkit-transition: right .1s;
  transition: right .1s;
}

.main-menu-wrapper ul li .lvl-0 ul li .lvl-1 ul li a:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><rect width="24" height="24" fill="none"/><line x1="40" y1="128" x2="216" y2="128" fill="none" stroke="%23454545" stroke-linecap="round" stroke-linejoin="round" stroke-width="12"/><polyline points="144 56 216 128 144 200" fill="none" stroke="%23454545" stroke-linecap="round" stroke-linejoin="round" stroke-width="12"/></svg>');
  padding: 10px;
  position: absolute;
  right: 5px;
}

.main-menu-wrapper ul li .lvl-0 ul li:nth-child(odd) .lvl-1 li,
.main-menu-wrapper ul li .lvl-0 ul li:nth-child(even) .lvl-1 li {
  background-color: inherit;
}

.main-menu-wrapper ul li .lvl-0 ul li:nth-child(even) .lvl-1 li a {
  color: #ffffff;
}

.main-menu-wrapper ul li .lvl-0 ul li:nth-child(even) .lvl-1 li a:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><rect width="24" height="24" fill="none"/><line x1="40" y1="128" x2="216" y2="128" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="12"/><polyline points="144 56 216 128 144 200" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="12"/></svg>');
}

.home .site-header {
  background-color: #dcc8c2;
}

.site-header {
  position: relative;
  min-height: 80vh;
  overflow: hidden;
}

.logged-in #main_header.fixed {
  margin-top: 32px;
}

#main_header {
  z-index: 2;
}

#main_header.fixed {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 10;
  top: 0;
  transition: all .5s ease;
  padding-top: .5rem;
  padding-bottom: .5rem;
  box-shadow: 0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);
}

.home.page-template-default .site-header * {
  color: #242424;
}

.page-template-default .site-header * {
  color: #ffffff;
}

.site-header .image-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  object-fit: cover;
  width: 100vw;
}

.site-header .banner-overlay {
  mix-blend-mode: multiply;
  opacity: 0.5;
  background-color: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.site-header .z-index-1 {
  z-index: 1;
  position: relative  ;
}

.vertical-spacer {
  min-height: 400px;
}

blockquote, i {
  font-family: Reckless,ui-serif,serif;
}

i {
  font-weight: 300;
  font-style: normal;
}

video {
  max-width: 100%;
}

a,
a:hover {
  color: inherit;
  text-decoration: inherit;
}

.section-spacing {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.section-expertise .column-inner {
  height: 100%;
  border-bottom: 1px solid #242424;
}

.section-expertise .column:nth-of-type(-n+1) .column-inner,
.section-expertise .column:nth-of-type(-n+2) .column-inner {
  border-top: 1px solid #242424;
}

.section-expertise h3 button {
  font-size: 1.25rem;
  font-weight: 500;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.section-expertise .accordion-body {
  padding-bottom: 4rem;
}

.section-expertise a {
  color: inherit;
  margin-top: 1.5rem;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 100% 1px;
  cursor: pointer;
  transition: background-size .35s cubic-bezier(.645,.045,.355,1);
  background-image: linear-gradient(currentColor,currentColor);
}

.section-expertise a:hover {
  background-size: 0 1px;
}

.accordion-button {
  position: relative;
}

.accordion-button::after,
.accordion-button::before {
  width: 18px;
  border: 1px solid #242424;
  transition: .3s ease-in-out;
}

.accordion-button::before {
  content: "";
  width: 18px;
  right: 0;
  position: absolute;
  transform: rotate(90deg);
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.accordion-button:not(.collapsed)::before {
  transform: rotate(0deg);
}

.text-iamge-column-contained .container {
  background-color: #c4d1ce;
}

.text-iamge-column-contained h2 {
  margin-bottom: 2rem;
}

.rounded-image {
  border-radius: 50%;
  overflow: hidden;
}

.rounded-btn {
  padding: 1rem 3rem;
  border-radius: 30px;
}

.text-iamge-column-contained .btn {
  color: #ffffff;
  font-weight: 700;
  background-color: #0017ee;
}

.section-client-logos a {
  display: block;
  text-align: center;
}

.section-posts-slider .column-slider,
.section-posts-slider.rounded-feature-image .column-slider {
  margin-left: auto;
  margin-right: auto;
}

.section-posts-slider ul,
.section-posts-slider.rounded-feature-image ul {
  list-style: none;
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
  scroll-behavior: auto;
  display: flex;
  max-width: 100vw;
  cursor: grab;
  gap: 1.5rem;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 5rem;
  padding-left: 5.75rem;
  padding-right: 5.75rem;
}

.section-posts-slider ul li,
.section-posts-slider.rounded-feature-image ul li {
  min-width: 24.5rem;
  scroll-snap-align: center;
}

.section-posts-slider.rounded-feature-image ul li {
  padding: 2rem;
}

.section-posts-slider.rounded-feature-image ul li h3 {
  margin-bottom: 2rem;
}

.section-posts-slider.rounded-feature-image .rounded-image {
  margin-bottom: 2rem;
}

.section-posts-slider.rounded-feature-image .excerpt {
  visibility: hidden;
  opacity: 0;
  height: 1px;
}

.section-posts-slider .post-type {
  text-transform: capitalize;
}

.section-newsletter {
  color: #ffffff;
  background-color: #0017ee;
}

.section-newsletter .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #ffffff;
}

.section-newsletter form {
  display: flex;
  gap: 20px;
}

.section-newsletter input {
  color: #ffffff;
  background-color: transparent;
  border: 0;
  outline: none;
  width: 250px;
  border-bottom: 2px solid #ffffff;
}

.section-newsletter ::placeholder {
  color: #ffffff;
}

.section-newsletter .d-flex p {
  display: flex;
  gap: 15px;
}

.section-newsletter button {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 5px 18px;
}

.section-newsletter button:hover {
  background-color: #ffffff;
}

.column-slider ::-webkit-scrollbar {
  height: .5rem;
  width: .5rem;
}

.column-slider ::-webkit-scrollbar-track {
  background-color: transparent;
  margin: 0 10rem;
}

.column-slider ::-webkit-scrollbar-thumb {
  border-radius: .5rem;
  background-color: #0000ff;
}

.section-video iframe,
.section-video video {
  width: 100%;
}

.text-image-column-wide .image-column {
  background-size: cover;
  background-repeat: no-repeat;
}

img.hidden {
  visibility: hidden;
  opacity: 0;
}

.three-column-text {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.three-column-text h2 {
  font-size: 3rem;
}

.three-column-text h3 {
  font-size: 2rem;
}

.three-column-text .column-inner {
  border-top: 1px solid #c4c4c4;
  padding-top: 1rem;
}

.three-column-text .btn-holder {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: end;
}

.three-column-text .btn-holder .btn {
  color: #ffffff;
  font-weight: 700;
  background-color: #0017ee;
}

.three-column-text .btn-holder .btn svg {
  width: 20px;
  height: 20px;
}

.section-posts-grid .section-title {
  font-size: 3rem;
}

.section-posts-grid .post-column .column-inner {
  border-bottom: 1px solid #000000;
}

.section-posts-grid .post-column .row:first-of-type .column-inner {
  border-top: 1px solid #000000;
}

.arrow-right-icon svg {
  width: 24px;
  height: 24px;
  color: #000000;
}

.text-sm {
  font-size: .875rem;
}

section:last-child {
  margin-bottom: 0;
}

.site-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0017ee;
}

.footer-menu-wrapper ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  gap: 3rem;
}

.footer-menu-wrapper a {
  color: #ffffff;
}

ul.wp-block-social-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 1.5rem;
  justify-content: end;
}

:root {
  --innervw: 1849px;
  --max-width-container: 76.5rem;
}

.nav-menu-container .close-btn {
  display: none;
}

.section-form .section-inner {
  padding: 5rem;
}

.section-form form input,
.section-form form textarea {
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000000;
  outline: none;
}

.section-form form button[type="submit"] {
  background-color: #ffffff;
  padding: .5rem 1.5rem;
  border: 0;
  border-radius: 50px;
}

.section-form form button[type="submit"]:hover {
  color: #ffffff;
  background-color: #000000;
}

.wide-column-text {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  text-align: center;
  display: flex;
  align-items: center;
}

.wide-column-text .column-inner {
  z-index: 2;
  position: relative;
}

.wide-column-text .banner-overlay {
  mix-blend-mode: multiply;
  opacity: 0.5;
  background-color: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.wide-column-text .btn {
  color: #000000;
  background-color: #ffffff;
}

.wide-column-text .btn svg {
  width: 24px;
  height: 24px;
}

.cta-section .rounded-image {
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-section .btn {
  color: #ffffff;
  font-weight: 700;
  background-color: #0017ee;
  display: block;
}

.cta-section svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 1200px){
  .site-header .top-container {
    z-index: 20;
    position: relative;
  }

  .top-navigation {
    display: none;
  }

  .menu-column {
    align-self: center;
  }

  .navbar-toggler {
    background-color: #242424;
  }

  .primary-navigation {
    justify-content: end;
  }

  .nav-menu-container {
    z-index: 2;
    position: absolute;
    background: #ffffff;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    padding: 15px;
    box-shadow: 0px 0 3px 0 rgb(0 0 0/0.1),0px 1px 2px -1px rgb(0 0 0/0.1);
  }

  .nav-menu-container:before {
    content: "";
    opacity: 1;
    pointer-events: none;
    position: absolute;
    z-index: 10;
    right: 12px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #ffffff;
    top: -8px;
  }

  .main-menu-wrapper ul.nav {
    flex-direction: column;
    min-width: 200px;
    gap: 5px;
  }

  .main-menu-wrapper ul.nav li a {
    font-weight: 400;
  }

  .page-template-default .site-header .main-menu-wrapper ul.nav li a {
    color: #242424;
  }

  .nav-menu-container .close-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    border: 0;
    width: 28px;
    height: 28px;
    z-index: 2;
    color: #242424;
  }
}

@media (max-width: 992px){
  .page-template-default:not(.home) .site-header .content-column {
    width: 100%;
    max-width: 100%;
    margin-top: 3rem;
  }

  .page-template-default:not(.home) .vertical-spacer {
    display: none;
  }

  .site-header .image-cover {
    height: 100%;
  }

  .footer-menu-wrapper ul {
    gap: 1rem;
  }
}

@media (max-width: 768px){
  .text-iamge-column-contained .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  
  .text-iamge-column-contained .rounded-image {
    margin-top: 2rem;
  }

  .vertical-spacer {
    display: none;
  }

  .site-header .content-column {
    margin-top: 4rem;
  }

  .footer-logo,
  .footer-menu-wrapper,
  .social-widget-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }
}