/*
Theme Name: TheDevCave Child
Template: thedevcave
Author: TheDevCave
Author URI: https://thedevcave.com
Theme URI: https://thedevcave.com
Description: TheDevCave is the last theme you'll ever need. Welcome to the future.
Version: 2.1.1
Requires at least: 6.1
Tested up to: 6.6.2
Requires PHP: 7.4
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: thedevcave
*/

/* Misc */
:root {
  --odm--preset--font-size--paragraph: clamp(1.125rem, 0.357vw + 1.036rem, 1.25rem);
  --odm--preset--transition: all 0.2s ease-in-out;
  --odm--preset--transform--skew: skewX(-10deg);
  --odm--preset--transform--skew--small: skewX(-5deg);
  --odm--preset--svg--circle-check: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" height="50" viewBox="0 0 52 50" width="52"><path d="m42.017 18.4744-18.1607 17.6155c-1.0623 1.0307-2.4612 1.5463-3.86 1.5463-1.3928 0-2.7975-.5154-3.8659-1.5463l-6.61044-6.4197c-1.44598-1.3974-1.44598-3.6707 0-5.0681 1.44014-1.3973 3.77724-1.3973 5.21744 0l5.2586 5.1024 16.8034-16.3041c1.4401-1.3973 3.7772-1.3973 5.2174 0 1.4401 1.4031 1.4403 3.6708.0002 5.074zm-16.2485-18.4744c-14.2299 0-25.76849989 11.1957-25.76849975 24.9972.00000013 13.8014 11.53859975 25.0028 25.76849975 25.0028s25.7626-11.1957 25.7626-25.0028-11.5327-24.9972-25.7626-24.9972z" fill="%23942f2b"/><path d="m42.0195 18.4739-18.1607 17.6155c-1.0623 1.0307-2.467 1.552-3.86 1.552-1.3989 0-2.7975-.5211-3.8659-1.552l-6.61628-6.4197c-1.44013-1.3974-1.44013-3.6708 0-5.0681 1.44008-1.3973 3.78318-1.3973 5.22328 0l5.2586 5.1024 16.7973-16.3041c1.4401-1.3973 3.7831-1.3973 5.2232 0 1.4401 1.4031 1.4407 3.6708.0005 5.074z" fill="%23fff"/></svg>');
  --odm--preset--svg--circle-check--white: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" height="50" viewBox="0 0 52 50" width="52"><path d="m42.017 18.4744-18.1607 17.6155c-1.0623 1.0307-2.4612 1.5463-3.86 1.5463-1.3928 0-2.7975-.5154-3.8659-1.5463l-6.61044-6.4197c-1.44598-1.3974-1.44598-3.6707 0-5.0681 1.44014-1.3973 3.77724-1.3973 5.21744 0l5.2586 5.1024 16.8034-16.3041c1.4401-1.3973 3.7772-1.3973 5.2174 0 1.4401 1.4031 1.4403 3.6708.0002 5.074zm-16.2485-18.4744c-14.2299 0-25.76849989 11.1957-25.76849975 24.9972.00000013 13.8014 11.53859975 25.0028 25.76849975 25.0028s25.7626-11.1957 25.7626-25.0028-11.5327-24.9972-25.7626-24.9972z" fill="%23fff"/><path d="m42.0195 18.4739-18.1607 17.6154c-1.0623 1.0307-2.467 1.552-3.86 1.552-1.3989 0-2.7975-.521-3.8659-1.552l-6.61628-6.4197c-1.44013-1.3973-1.44013-3.6707 0-5.0681 1.44008-1.3973 3.78318-1.3973 5.22328 0l5.2586 5.1024 16.7973-16.304c1.4401-1.3974 3.7831-1.3974 5.2232 0 1.4401 1.403 1.4406 3.6707.0005 5.074z" fill="%23942f2b"/></svg>');
}
main.content {
  overflow: hidden;
}

@media (max-width: 480px) {
  :root {
    --wp--style--global--wide-size: 100%;
  }
}
@media (min-width: 1140px) {
  :root {
    --wp--style--global--wide-size: 90%;
  }
}

/* Heading Numbers */
.wp-block-heading { font-variant-numeric: lining-nums proportional-nums; }

/* Text Accent */
.tdc-text-accent {
  color: var(--wp--preset--color--medium-grey);
  text-decoration: none;
}

/* Number Circle */
.is-style-number-circle {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--wp--preset--color--white);
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  font-variant-numeric: lining-nums proportional-nums; 
  line-height: 34px;
  padding: 0 10px;
}
.is-style-number-circle span {
  position: relative;
  z-index: 2;
  top: -1px;
}
.is-style-number-circle::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 34 34" fill="none"><circle cx="17" cy="17" r="17" fill="%23942F2B"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  width: 34px;
  height: 34px;
}
:where(.editor-styles-wrapper) .is-style-number-circle {
  background-color: var(--wp--preset--color--primary);
  border-radius: 100px;
}
:where(.editor-styles-wrapper) .is-style-number-circle::after {
  content: none;
  position: static;
}


/* Footer Customizations */
footer.site-footer > .wp-block-cover.footer-container .wp-block-cover__image-background {
	object-fit: contain;
    object-position: bottom;
}
footer.site-footer .wp-block-social-links .wp-social-link > a {
	border: 1px solid #fff;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Icon Container */
.wp-block-group.icon-container { min-width: 40px; }
.wp-block-group.icon-container img { display: block; }