/* ==========================================================================
   TABLE OF CONTENTS
   01. Global Layout & Utilities
   02. Header & Navigation
   03. Lightbox & Popouts
   04. Home Page Components
   05. Video Components
   06. Shop & WooCommerce
   07. Resume Page
   08. Footer
   09. Mobile Navigation (Hidden)
   10. Systemic Fixes
   ========================================================================== */

/* =z===TRANSITION========== */

/* Enable the native browser crossfade */
@view-transition {
  navigation: auto;
}

/* Control the speed of the crossfade (0.4 seconds) */
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
}

/* ====GLOBAL LAYOUT STANDARDS========== */

body, html {
  line-height: 1.0;
  background-color: #ffffff !important;
}


#footer {display: none !important;}

/* --- GLOBAL RECAPTCHA HIDE --- */
.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* 1. Force Light Outfit styles on Justified Text, Skills Lists, and WooCommerce Descriptions */
.text.justify p,
.text.justify p span,
p[style*="text-align: justify"],
p[style*="text-align: justify"] span,
p.text-align-justify,
p.text-align-justify span,
.text ul li,
.text ul li span,
.text ol li,
.text ol li span,
.item-description-wrap,
.item-description-wrap p,
.item-description-wrap ul,
.item-description-wrap ol,
.item-description-wrap li,
.item-description-wrap span,
.item-description-wrap div {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  color: #555555 !important; /* True neutral grayscale */
  line-height: 29px !important;
}

/* 2. Ensure bold text inside descriptions/paragraphs is protected from the 300 weight */
p b, p strong, 
.text b, .text strong,
.item-description-wrap b, 
.item-description-wrap strong {
  font-weight: 600 !important; 
}

/* 3. Ensure italics function normally */
p i, p em,
.text i, .text em,
.item-description-wrap i, 
.item-description-wrap em {
  font-style: italic;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: unset;
}

.outfit {font-family: 'Outfit', sans-serif !important;}

section + br {
  display: none !important;
}

.col,
.columns,
.gallery-item {
  margin: 0;
  padding: 0 15px 0px;
  position: relative;
  width: 100%;
}

.section-title-container {
  margin-top: 0px;
  margin-bottom: 15px;
}
/* =====END GLOBAL LAYOUT STANDARDS======= */

section {
  padding-left: 40px;		
  padding-right: 40px;					
}

.white, .light {
  padding-top: 35px;
  padding-right: 40px;	
  padding-bottom: 30px;
  padding-left: 40px;	
}

section.nopad {
  padding-left: 0px;			
  padding-right: 0px;					
}

p {
  margin-bottom: unset;
  line-height: 1.6;
}

.circle {
  border-radius: 500px;
}

.lightbox-content {
  background-color: transparent;
}

.mfp-bg, .LIGHTBOX-TINT {
  background: rgba(0, 0, 0, 0.98) !important;
}

.mfp-bg.mfp-ready { 
  background-color: #000 !important;
  opacity: 0.8;
}

/* ==========================================================================
   02. HEADER & NAVIGATION
   ========================================================================== */
 
.header-main .header-nav-main.nav.nav-left {
  position: relative;
  display: flex;
  gap: 0;
  align-items: center;
  --pill-height: 44px;
  --pill-radius: 8px;
  --pill-color: #212121;
  --text-color: #fff;
}

.header-main .header-nav-main.nav.nav-left > .rxw-slider-bg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0,-50%,0);
  height: var(--pill-height);
  width: 0;
  background: #323232;
  border-radius: var(--pill-radius);
  opacity: 1;
  pointer-events: none;
  transition:
    transform 0.3s cubic-bezier(.25,.8,.25,1),
    width 0.4s cubic-bezier(.25,.8,.25,1);
  z-index: 0;
}

.header-main .header-nav-main.nav.nav-left > li {
  margin: 0 !important;
}

.header-main .header-nav-main.nav.nav-left > li > a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--pill-height);
  padding: 0 16px;
  border-radius: 8px;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: .2px;
  text-decoration: none;
  transition: color .18s;
}

.header-main .header-nav-main.nav.nav-left > li > a:before {
  content: none !important;
}

.header-main .header-nav-main.nav.nav-left > li.current-menu-item > a {
  color: var(--text-color);
}

.header-main .header-nav-main.nav.nav-left::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: rgba(255,255,255,0.0); 
}

.stuck .header-main .nav > li > a {
  line-height: unset;
}

[data-icon-label]::after {
  background-color: var(--fs-color-primary);
  border-radius: 99px;
  box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
  color: #fff;
  content: attr(data-icon-label);
  font-family: Arial,Sans-serif !important;
  font-size: 11px;
  font-style: normal;
  font-weight: bolder;
  height: 17px;
  letter-spacing: -.5px;
  line-height: 17px;
  min-width: 17px;
  opacity: .9;
  padding-left: 2px;
  padding-right: 2px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  transition: transform .2s;
  z-index: 1;
}


/* ==========================================================================
   04. HOME PAGE COMPONENTS
   ========================================================================== */

.homehero .section-bg :is(img, picture, video) {
  min-height: 1047px;
}

.light {
  background-image: url(https://robxwallace.com/wp-content/uploads/2024/10/BG4-tile-8297h.webp);
  background-repeat: repeat !important;
  background-size: auto !important;
  background-attachment: fixed !important;
  background-color: #E9E9E9;
}

.roundwhite .col-inner {
  border-radius: 47px !important;
  background-color: #fff !important;
  box-shadow: -5px -14px 59px -24px rgba(0,0,0,0.32);
  -webkit-box-shadow: -5px -14px 59px -24px rgba(0,0,0,0.32);
  -moz-box-shadow: -5px -14px 59px -24px rgba(0,0,0,0.32);
}

.roundwhite .col-inner .col-inner {
  background-color: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-radius: 0 !important;
}

.noshadow .col-inner {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.homephoto .gallery-col a + a {
  display: none !important;
}

.homephoto .gallery-col p {
  display: none !important;
}

.photogal .box-text {
  display: none;
}

.section-title b {
  background-color: currentColor;
  display: block;
  flex: 1;
  height: 3px;
  opacity: .3;
}


/* ==========================================================================
   05. VIDEO COMPONENTS
   ========================================================================== */

.musicvideopopup {
  background-color:#000;
}

.video-hover-wrap {
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none; 
  user-select: none; 
}

.video-hover-wrap .static-thumb {
  position: absolute;
  top: 0; left: 0; 
  width: 100%; height: 100%;
  object-fit: cover;
}

.video-hover-wrap .hover-video {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0; 
  transition: opacity 0.3s ease-in-out;
  z-index: 2; pointer-events: none; 
}


/* --- PORTFOLIO WEBSITES MOCKUP ARCHITECTURE RESTORED --- */
.top .image-cover img {
  object-position: 50% 0% !important;
}

.web .bar img {
  border-radius: 10px 10px 0px 0px !important; 
  margin-bottom: 0px !important;
}

.web .top img {
  border-radius: 0px 0px 10px 10px !important; 
  margin-top: 0px !important;
}


/* ==========================================================================
   06. SHOP & WOOCOMMERCE
   ========================================================================== */

.woocommerce, .woolentor-checkout__box, .woolentor-checkout__container {
  min-height: calc(100vh);
  background-color: #fff;
}

.woolentor-checkout__right-sidebar {
  background-color: #f5f5f5;
}

.woolentor-checkout__container {
  max-width: 1570px;
}

#order_comments_field {
  display: none;
}

.box-excerpt {
  font-size: 0.8em !important;
  line-height: 1.0em !important;
  text-transform: uppercase;
  color: #777;
  font-weight: 400;
  font-style: normal;
  margin-top: .8em !important;
}

.videowrap .img:not(:last-child) {
  margin-bottom: 0px;
}
		
.videowrap .itemtitle {
  color: #000000 !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4em;
  line-height:1.0em;
  margin-top: 14px;
  margin-bottom: 4px;
}

.videowrap .itemsubtitle {
  color: #777777 !important;
  text-transform: uppercase;
  font-weight: 4;
  font-size: 0.8em;
  line-height:1.0em;
}

.searchgallery {
  background-color: #fff;
  border-radius: 90px;
}

.searchgallery input {
  height:70px;
  line-height: 70px;
  padding: 0px 35px;
}

.gallerypagesearch .form-flat input:not([type="submit"]), 
.gallerypagesearch .form-flat select, 
.form-flat textarea {
  background-color: rgba(0,0,0,.03);
  border-color: rgba(0,0,0,.20);
  border-radius: 150px;
  box-shadow: none;
  color: currentColor !important;
  border-width: 2px;
}


.topsingleitemwrap {padding-left: 30px;
padding-right: 30px;}


/* Isolated layout scopes to protect portfolio mockups from e-commerce loop overrides */
:is(.archive, .tax-product_cat, .single-product) .prodwrap .col-inner .box, 
:is(.archive, .tax-product_cat, .single-product) .prodwrap .col-inner .box img {
  background-color: #fff;	
  border-radius: 15px;
}

:is(.archive, .tax-product_cat, .single-product) .prodwrap .col-inner .box-text.text-center {
  padding-left: 33px;
  padding-right: 33px;
  padding-bottom: 50px;
}

.prodwrap .box-text-products {
  display: flex; 
  flex-direction: column; 
}

.prodwrap .title-wrapper {
  order: 1; 
}

.prodwrap .box-excerpt {
  order: 2; 
}

.prodwrap .price-wrapper {
  order: 3; 
}

.prodwrap .col-inner .box .title-wrapper a {
  color: #000000 !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4em;
  line-height:1.0em;
}

.prodwrap .col-inner .box .title-wrapper {
  margin-bottom: 0px;
}

.prodwide .col-inner .box .title-wrapper {
  margin-top: -30px;		
}

.prodsq .col-inner .box .title-wrapper {
  margin-top: -0px;		
}

.prodwrap .col-inner .box .price-wrapper {
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.0em;
  line-height:1.0;
  margin-bottom: 0px;
}

.prodwrap .col-inner .box .box-excerpt {
  color: #777;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8em;
  line-height:1.0;
  margin-bottom: 15px;
}

.products .box-text-products {
  display: flex;
  flex-direction: column;
}

.products .title-wrapper {
  order: 1; 
  margin-bottom: 5px !important;
}

.products .box-excerpt {
  order: 2; 
  margin-bottom: 15px !important; 
}

.products .price-wrapper {
  order: 3; 
  margin-bottom: 0px !important;
}

.woocommerce-loop-product__title a {
  font-size: 1.4em !important;
  line-height: 1.0em !important;
  text-transform: uppercase;
  font-weight: 700;
  color: #000 !important;
}

.price-wrapper {
  font-size: 1.0em !important;
  line-height: 1.0em !important;
  color: #000 !important;
  font-weight: 400;
}

.product .product-breadcrumb-container {
  margin-bottom: 20px;
}

.product .product-title-container h1 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 2.7em !important;
  letter-spacing: -0.025em !important;
  font-weight: 800 !important; 
  color: #000 !important;
  margin-bottom: 20px;
  line-height: 1.1em; 
}

.product .product-price-container {
  margin-bottom: 20px;
}

.product .product-price-container .amount{
  color: #777777 !important;
  font-weight: 400;
}

.item-description-wrap p {
  margin-bottom: 13px;
  text-align: justify;
}

.item-description-wrap h3 {
  color: #000;
}

.item-description-wrap strong {
  color: #000;
  font-weight: bold;
}

.accordion .toggle {
  border-radius: 999px;
  height: auto;
  left: 0;
  margin-right: 5px;
  position: absolute;
  top: 0em !important;
  transform-origin: 50% 47%;
  width: 2.3em;
}
.printspechead {font-family: 'Outfit', sans-serif !important; color: #000; text-transform: uppercase;}



/* ===== 6.5 SHOP REVIEWS ===== */

.revwrap {min-height: 240px !important;}

/* Foolproof fix for Flatsome review slider jolt on load */
.reviewslide > .slider:not(.flickity-enabled) > .row:nth-child(n+2) {
    display: none !important;
}

.reviewsec {
  padding-left: 30px !important; 
  padding-right: 30px !important; }

.revhead{
  padding-left: 0px !important; 
  padding-right: 0px !important; }




/* --- Desktop Grid Layout Spacing Rule --- */
.reviewslide .row-small > .col, 
.reviewslide .row-small > .flickity-viewport > .flickity-slider > .col,
.reviewslide.row-small > .col,
.reviewslide.row-small > .flickity-viewport > .flickity-slider > .col {
  margin-bottom: 0;
  padding: 0 9.8px 19.6px !important;
}

/* Remove left padding on the 1st column of each desktop row */
.reviewslide .row-small > .col:nth-child(3n+1),
.reviewslide .row-small > .flickity-viewport > .flickity-slider > .col:nth-child(3n+1),
.reviewslide.row-small > .col:nth-child(3n+1),
.reviewslide.row-small > .flickity-viewport > .flickity-slider > .col:nth-child(3n+1) {
  padding-left: 0 !important;
}

/* Remove right padding on the 3rd column of each desktop row */
.reviewslide .row-small > .col:nth-child(3n),
.reviewslide .row-small > .flickity-viewport > .flickity-slider > .col:nth-child(3n),
.reviewslide.row-small > .col:nth-child(3n),
.reviewslide.row-small > .flickity-viewport > .flickity-slider > .col:nth-child(3n) {
  padding-right: 0 !important;
}

/* Desktop Inner Card Side-by-Side Flex Split */

.rev-card-text{text-align: justify;}

.rev-card-inner-layout {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.rev-meta-left-col {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
.rev-meta-right-col {
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
.rev-link-alignment-wrapper {
  text-align: right !important;
}

/* Desktop Sizing Sync */
.rev-card-buyer-location,
.rev-card-product-link {
  font-size: 11px !important;
}

/* ===== 6.6 SHOP MORE ===== */


.shopmore{
  padding-left: 30px !important; 
  padding-right: 30px !important; }


 .shopmore .row-solid .col::before {
  border-left: 0px dashed #ddd;
    border-left-style: dashed;
  content: " ";
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
}

 .shopmore .row-solid .col::after {
  border-bottom: 0px dashed #ddd;
    border-bottom-style: dashed;
  bottom: -1px;
  content: " ";
  height: 0;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
}

.overlabel {z-index:80;
margin-bottom: -54px;}

.overlabel h1 {
  font-size: 2.0em;          
  font-weight: 900;          
  color: #000000;        
  line-height: 1.0;
  letter-spacing: -1.7px; 
  background-color: #fff;
  width: fit-content;        
  margin-left: auto;         
  margin-right: auto;        
  padding: 10px 30px;        
}


/* ==========================================================================
   07. RESUME PAGE
   ========================================================================== */

.header-bottom {
  display: none;
}

.page-id-1882 .header-bottom {
  display: block;
}

.page-id-1882 .header-bottom a {
  margin-left: -3px; 
  margin-right: 8px;
}

.roundedge {
  border-radius: 6% !important;
}

.secheadlarge {
  display: inline-block;
  color:#fff;
  font-weight: bolder;
  font-size: 2.7rem;
  line-height: 1.0;
}

.secheadsmall{
  display: inline-block;
  font-size: 1.2em; color:#fff;
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
  line-height: 1.0;
}

.dateid {
  width: 196px;
  color: #7F7F7F;
  background-color: #fff;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 90px;
  text-align: center;
  float: right;
  line-height: 1.0;
}

.subdeskwrap{
  border-width: 0px 0px 3px 0px;
  border-style: solid;
  border-color: #CBCBCB;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.subheadlarge{
  display: inline !important;
  color:#000000;
  font-weight: 900;
  font-size: 2.0em;
  line-height: 1.0;
  padding: 0px 0px 10px 0px !important;
  margin: 0px 0px 0px 0px !important;
}

.subheadsmall{
  display: inline;
  font-size: 1.2em; 
  color:#747474;
  padding: 0px 0px 10px 0px !important;
  margin: 0px 0px 0px 0px !important;
  line-height: 1.0;
}

.resumebreadcrumb{
  display: inline-block;
  font-size: 1.4em; 
  font-weight: 200;
  color:#747474;
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
  line-height: 1.0;
}

.vidtitle{
  color: rgb(0, 0, 0);
  font-weight: 700;
  text-decoration: none;
  display: block;
  font-family: Montserrat, 'Montserrat Fallback';
  font-size: 1.3em;
  text-align: center;
}

.vidsubtitle{
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  color: rgb(126, 126, 126);
  font-size: .8em;
  text-align: center;
}

.roundvid img {
  border-radius: 6%;
}

.round4 img {
  border-radius: 8%;
}


/* ==========================================================================
   08. HIRE PAGE & FORMS
   ========================================================================== */


/* ===== CF7 Card Style — column-scoped only (with 200% arrow) ===== */
:root{
  --form-border-color:#c3c3c3;
  --form-label-color:#000000;        /* label text */
  --form-text-color:#686868;         /* typed text */
  --form-focus-border:#bcdffb;       /* focus ring */
  --form-button-bg:#ab0001;          /* submit button */
  --form-button-text:#ffffff;

  /* select accents */
  --select-arrow-size:44px;          /* 200% of ~22px */
  --select-arrow-right:16px;         /* space from right edge */
}

/* container + box model */
.floatingform{ width:100% !important; }
.floatingform .wpcf7, .floatingform .wpcf7 *{ box-sizing:border-box; }
.floatingform .wpcf7, .floatingform .wpcf7-form, .floatingform .cf7-stack{
  width:100% !important; max-width:none !important; margin:0 !important;
}

/* tidy CF7 <p> spacing */
.floatingform .wpcf7 p{ margin:0 0 18px 0 !important; }

/* field wrapper */
.floatingform .form-floating{
  position:relative !important; margin:0 0 20px 0 !important; width:100% !important;
}

/* unified inputs/textarea/select — flat, tall, roomy under label */
.floatingform :is(input.wpcf7-form-control, textarea.wpcf7-form-control, select.wpcf7-form-control):not(.wpcf7-submit){
  display:block !important;
  width:100% !important;
  height:76px !important;
  padding:32px 18px 12px 18px !important;    /* extra gap under label */
  font-size:20px !important;
  font-weight:500 !important;
  font-family:inherit !important;
  color:var(--form-text-color) !important;
  background-color:#fff !important;
  border:1px solid var(--form-border-color) !important;
  border-radius:12px !important;
  box-shadow:none !important;
  transition:border-color .2s !important;
  -webkit-appearance:none !important; appearance:none !important;
}

/* textarea */
.floatingform textarea.wpcf7-form-control{
  height:auto !important; min-height:160px !important; padding-top:32px !important;
}

/* ---------- SELECT (closed control) ---------- */
/* Strong specificity + individual background-* so shorthands can’t wipe the arrow */
.floatingform .form-floating select.wpcf7-form-control{
  cursor:pointer !important;
  line-height:normal !important;
  -webkit-appearance:none !important; -moz-appearance:none !important; appearance:none !important;

  /* reserve room for the larger arrow */
  padding-right:calc(var(--select-arrow-size) + var(--select-arrow-right) + 12px) !important;

  /* black chevron */
  background-color:#fff !important;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23000' d='M7 10l5 5 5-5z'/></svg>") !important;
  background-repeat:no-repeat !important;
  background-position:right var(--select-arrow-right) center !important;
  background-size:var(--select-arrow-size) var(--select-arrow-size) !important;
}
.floatingform .form-floating select.wpcf7-form-control::-ms-expand{ display:none !important; }

/* Try to match font in the native popup (browser/OS permitting) */
.floatingform .form-floating select.wpcf7-form-control option{
  font-size:20px !important;
  font-weight:500 !important;
  font-family:inherit !important;
  color:#000 !important;
  background:#fff !important;
}

/* hover / focus */
.floatingform .form-floating select.wpcf7-form-control:hover{
  border-color:#d6d6d6 !important;
}
.floatingform .wpcf7-form-control:focus{
  border-color:var(--form-focus-border) !important;
  box-shadow:0 0 0 3px rgba(30,167,253,.10) !important;
  outline:none !important;
}

/* pinned label */
.floatingform .form-floating label{
  position:absolute !important; top:12px !important; left:18px !important;
  margin:0 !important; font-size:12px !important; letter-spacing:.02em !important;
  font-weight:700 !important; text-transform:uppercase !important;
  color:var(--form-label-color) !important; pointer-events:none !important;
}

/* file block */
.floatingform .file-wrap{ margin:10px 0 22px !important; width:100% !important; }
.floatingform .file-wrap input[type="file"]{
  display:block !important; width:100% !important;
  padding:16px 18px !important; border:1px dashed var(--form-border-color) !important;
  border-radius:12px !important; background:#fff !important;
}
.floatingform .file-wrap .file-help{ display:block !important; margin-top:6px !important; font-size:12px !important; color:#777 !important; }

/* submit button — no shadow */
.floatingform .wpcf7-submit{
  display:block !important; width:100% !important; height:64px !important;
  border:0 !important; border-radius:10px !important;
  font-weight:800 !important; letter-spacing:.06em !important; text-transform:uppercase !important;
  background:var(--form-button-bg) !important; color:var(--form-button-text) !important;
  cursor:pointer !important;
  box-shadow:none !important;
  transition:transform .02s, filter .2s !important;
}
.floatingform .wpcf7-submit:hover{ filter:brightness(.95) !important; }
.floatingform .wpcf7-submit:active{ transform:translateY(1px) !important; }

/* full width in Flatsome grids */
.floatingform .row, .floatingform .ux-row, .floatingform [class*="col-"]{
  width:100% !important; max-width:100% !important; padding-left:0 !important; padding-right:0 !important;
}

/* mobile scale */
@media (max-width:480px){
  .floatingform :is(input.wpcf7-form-control, textarea.wpcf7-form-control, select.wpcf7-form-control):not(.wpcf7-submit){
    font-size:18px !important; height:70px !important; padding:28px 16px 10px 16px !important;
  }
  .floatingform .form-floating select.wpcf7-form-control{
    background-size:36px 36px !important;               /* 200% arrow on mobile too */
    background-position:right 14px center !important;
    padding-right:calc(36px + 14px + 10px) !important;   /* ensure text doesn’t run into arrow */
  }
}


.floatingform .wpcf7 form.sent .wpcf7-response-output {
  display: block !important;
  width: 100% !important;
  height: 76px !important;
  margin: 20px 0 0 0 !important;        /* no left/right margin, space above only */
  padding: 24px 20px !important;        /* extra top/bottom padding */
  border: 2px solid #28a745 !important; /* same green stroke */
  border-radius: 12px !important;       /* match field radius */
  background-color: #f9fff9 !important; /* very light green background */
  font-size: 20px !important;
  font-weight: 500 !important;
  font-family: inherit !important;
  color: #333 !important;
  text-align: center !important;
  box-shadow: none !important;
  line-height: 1.4 !important;          /* ensures good vertical centering */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}






/*/------------ Recaptcha Hide*/

.grecaptcha-badge{bottom: -500px !important;}





/* ==========================================================================
   08. LINKS PAGE & EXTENSIONS
   ========================================================================== */

.page-template-page-links #header {display:none}
.page-template-page-links #footer {display:none}

.asphalt {
  background-image: url(https://robxwallace.com/wp-content/uploads/2025/06/grunge-wall-texture.webp);
  background-repeat: repeat !important;
  background-size: auto !important;
  background-attachment: fixed !important;
}

.asphalt .itemtitle {color: #fff !important; text-shadow: 2px 2px #000;   font-size: 0.9em;
  line-height: 0.9em; margin-bottom:6px;}

.videowrap .itemtitlex {
  color: #000000 !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.0em;
  margin-top: 14px;
  margin-bottom: 4px;
}

.asphalt .itemsubtitle {color: #fff !important; opacity: 0.65; font-size: 0.55em;
  line-height: 0.5em;}

.defaultpic img{border-radius: 500px; box-shadow: rgba(0,0,0,1.0) 0 0 10px;}


/* ==========================================================================
   08. FOOTER
   ========================================================================== */

.footwrap {padding-left: 30px; padding-right: 30px;}

.footer-wrapper {
  position: relative;
  width: 100%;
  background-color: #000;
}

.subfootright .payment, .subfootright .copy {display: inline-block;}

.footerform label {text-transform: uppercase;}

.footerform .wpcf7-text,
.footerform textarea,
.footerform .wpcf7-text:focus,
.footerform textarea:focus {
  background: rgba(255, 255, 255, 0.2);
  border-width: 0px;
  color: #fff;
  padding:14px 14px;
  outline: none;
  box-shadow: none;
}

.footerform .wpcf7-submit {
  background: #000;
  border-width: 2px;
  border-color: #fff;
  color: #fff;
  text-transform: uppercase;
}

.absolute-footer{display: none;}

/* ==========================================================================
   09. MOBILE NAVIGATION (HIDDEN ON DESKTOP)
   ========================================================================== */

/* Ensures the mobile dock never renders on desktop screens */
@media screen and (min-width: 768px) {
  #robx-hybrid-nav-wrapper {
    display: none !important;
  }
}



/* ==========================================================================
   10. SYSTEMIC FIXES
   ========================================================================== */

/* Systemic Fix: Collapse rogue paragraphs wrapping scripts in Flatsome */
.content-area p:has(script) {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

/* Hide the rogue line breaks WordPress injects next to scripts */
.content-area p > script + br {
    display: none !important;
}






/* ==========================================================================
   11. HOME
   ========================================================================== */
/* Master Card Container */
.row.prp-card-container,
.prp-card-container {
    background-color: #ffffff !important;
    border: 3px solid #dcdcdc !important;
    border-radius: 36px !important;
    margin-bottom: 50px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

/* Image Column Reset */
.prp-image-col,
.prp-image-col .col-inner {
    padding: 0 !important;
    margin: 0 !important;
}

.prp-image-col p {
    margin: 0 !important;
    padding: 0 !important;
}

.prp-image-col img,
.prp-framed-photo {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Content Column Container Reset */
.prp-content-col,
.prp-content-col > .col-inner {
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    box-sizing: border-box !important;
}

.prp-content-col > p {
    margin: 0 !important;
    padding: 0 !important;
}

/* Custom Text Box - Direct Spacing Control */
.prp-text-box {
    padding: 55px 55px 55px 0px;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
}

/* Typography Hierarchy */
.prp-text-box h2.prp-main-title {
    margin-top: 0 !important;
    margin-bottom: 4px !important;
    padding: 0 !important;
    text-transform: uppercase !important;
    font-size: 2.1em !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: 0.5px !important;
    color: #111111 !important;
    text-align: left !important;
}

.prp-text-box p.prp-sub-meta {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    padding: 0 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 0.85em !important;
    color: #777777 !important;
    letter-spacing: 0.8px !important;
    text-align: left !important;
    line-height: 1.3 !important;
}

/* Story Narrative Text */
.prp-story-body {
    margin-top: 0 !important;
    margin-bottom: 22px !important;
    padding: 0 !important;
    text-align: left !important;
}

.prp-story-body p {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    line-height: 1.55 !important;
    color: #444444 !important;
    font-size: 0.93em !important;
}

.prp-story-body p:last-child {
    margin-bottom: 0 !important;
}

/* Red Pill CTA Button Base */
.prp-btn-wrapper {
    margin-top: 6px !important;
    margin-bottom: 0 !important;
    text-align: left !important;
}

.prp-text-box a.prp-btn-view {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    background-color: #ba0000 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.85em !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding: 13px 26px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
    white-space: nowrap !important;
    transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.prp-text-box a.prp-btn-view:hover {
    background-color: #900000 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

.prp-btn-view svg {
    fill: #ffffff !important;
    width: 16px !important;
    height: 16px !important;
    transition: transform 0.2s ease !important;
}

.prp-btn-view:hover svg {
    transform: translateX(3px) !important;
}