/*
Theme Name: Involved Talent
Description: Child theme for Divi
Version: 1.0.0
Author: Brandon Reader
Author URI: www.reader.design
Theme URI: www.reader.design
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/

/* ========== Custom CSS ========== */

/*========================================
  GLOBAL STYLES
========================================*/


/* Gradients */
.bg-gradient-light {
    background-image: 
        linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%), 
        linear-gradient(to right, #DEE5EB, rgba(250, 209, 188, .5));
}

/* Full Height Image Module */
.it-full-height-image-column,
.it-full-height-image-column .et_pb_image_wrap {
    height: 100%;
}

.it-full-height-image-column img {
    object-fit: cover;
    height: 100%;
}

/* List Items */
.it-text-content li {
    padding-bottom: 12px;
}

/* Text Links */
#it-prefooter .text-link {
    text-decoration: underline dotted;
    color: #D5D4D4 !important;
    transition: color 0.3s ease;
}

#it-prefooter .text-link:hover {
    text-decoration: underline solid #53A0D8;
    color: #ffffff !important;
}

.grecaptcha-badge {
  z-index: 999999 !important;
}

.grecaptcha-badge { 
    visibility: hidden !important; 
}

/*========================================
  HEADER & NAVIGATION
========================================*/

/* Fixed Header - Transparent Overlay */
.et_pb_section_0_tb_header,
.et_pb_section_0_tb_header.et_pb_sticky,
.et_pb_section_0_tb_header.et_pb_sticky--top {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    background-color: transparent !important;
    margin-top: 0 !important;
}

/* Remove Sticky Placeholder */
.et_pb_sticky_placeholder {
    display: none !important;
    height: 0 !important;
}

/* Header Container Transparency */
.et-l—header,
.et-l—header > .et_builder_inner_content > .et_pb_section {
    background-color: transparent !important;
}

/* Remove Top Spacing from Page */
body,
#page-container,
#et-boc,
#et-main-area,
#main-content,
.et_pb_section_0 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.difl_advancedmenu .menu-item-279553 .sub-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 250px !important;
    text-align: left !important;
}

.df-normal-menu-wrap:hover {
	cursor:pointer!important;
}

/* Style the dropdown arrow */
span.dropdown-arrow {
    color: #F26950 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

/* Remove underlines from dropdown menu links */
.difl_advancedmenu .sub-menu a,
.df-menu-nav-level-1 a {
    text-decoration: none !important;
}

/* Add underline only on hover */
.difl_advancedmenu .sub-menu a:hover,
.df-menu-nav-level-1 a:hover {
    text-decoration: underline !important;
	text-decoration-color: #F26950 !important;
}

/* Firefox submenu not showing fix */
.et_pb_section,
.et_pb_row,
#main-header,
.et-menu {
  overflow: visible !important;
}

@media only screen and (max-width: 767px) {
    /* Target the link background */
    .difl_advancedmenuitem_1_tb_header .df-normal-menu-wrap .df-menu-nav > li.menu-item > a {
        background-color: transparent !important;
        background: transparent !important; /* Forces any gradient to also disappear */
    }

    /* Target the list item itself just in case the plugin puts the color there */
    .difl_advancedmenuitem_1_tb_header .df-normal-menu-wrap .df-menu-nav > li.menu-item {
        background-color: transparent !important;
    }
}

@media only screen and (max-width: 980px) {
    /* Hide the desktop menu wrap if the plugin fails to do it */
    .difl_advancedmenu .df-normal-menu-wrap {
        display: none !important;
    }

    /* Force the mobile-specific wrapper to show */
    .difl_advancedmenu .df-mobile-menu-wrap {
        display: block !important;
    }

    /* Reset the height of the column that is currently "blown out" */
    .df-am-col.right {
        height: auto !important;
        max-height: 80px !important; /* Adjust based on your logo height */
        overflow: visible !important;
    }
    
    /* Ensure the container doesn't stretch */
    .df-am-row.center-row {
        height: auto !important;
        min-height: 0 !important;
    }
}

/*========================================
  DIVIFLASH TAB MODULE
========================================*/

/* Tab Content Full Width */
.df_at_content_wrapper .et_pb_row:not([class*=et_flex_column]) {
    width: 100%;
}

.it-tab-content-col {
    row-gap: 0;
}

/* Eyebrow Badge Styling */
.et_pb_module .it-eyebrow-text,
.et_pb_text .it-eyebrow-text {
    display: inline-block;
    width: max-content;
    border: 1px solid #F26950 !important;
    border-radius: 8px;
    padding: 5px 10px 4px 10px !important;
}

/* Remove Bottom Padding from Last Paragraph */
.it-df-program-tab-module.difl_advancedtab p:not(.has-background):last-of-type {
    padding-bottom: 0 !important;
}

/* Tab Underline Animation - Prevent Layout Shift */
.difl_advancedtab_0 .df_at_nav .df_at_title {
    border-bottom: 6px solid transparent;
    display: inline-block;
    padding-bottom: 4px;
}

.difl_advancedtab_0 .df_at_nav.df_at_nav_active .df_at_title {
    border-bottom-color: #F26950;
}

.difl_advancedtab_0 .df_at_nav.df_at_nav_active {
    border-bottom: none !important;
}

.at_nav_content {
    text-align: center !important;
}


/*========================================
  DIVIFLASH TESTIMONIAL CAROUSEL
========================================*/

/* Layout - Image Left, Content Right */
.df_tci_inner {
    flex-direction: row-reverse;
}

.df_tci_container {
    display: flex;
    justify-content: center;
}

/* Author Box - Stacked Layout */
.df_tc_author_box {
    flex-direction: column;
    justify-content: center !important;
    width: 330px;
    margin: 0 40px;
}

.df_tc_author_image {
    margin: 16px 0;
    max-width: 100px !important;
}

.df_tc_author_image img {
    border-radius: 50px !important;
}

/* Hide Quote Icon */
.df_tc_quote_image {
    display: none;
}

/* Content Area */
.df_tc_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 32px;
}

/* Quote Title Styling */
.df-quote-title {
    font-size: 23px;
    color: var(--gcid-c3u8t7rhhi);
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Title line height override */
.df_tc_author_box {
        line-height: 1.2 !important;
    }
    
    .df_tc_author_box .tc-job-title {
        line-height: inherit !important;
    }

/*========================================
  CONTACT FORM 7 + DIVIFLASH MODULE
========================================*/


/* Two Column Contact Form 7 Layout - 40/60 Split */
#left {
  width: 38%;
  float: left;
  margin-right: 4%;
}

#right {
  width: 58%;
  float: left;
}

.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  display: block;
}

/* Left Column - Input Fields */
#left input[type="text"],
#left input[type="email"],
#left input[type="tel"] {
  width: 100%; /* Full width of the 40% column */
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #999999;
  margin-bottom: -8px;
}

/* Right Column - Message Textarea */
#right textarea {
  width: 100%;
  height: 180px;
  padding: 16px 16px !important;
  border-radius: 8px;
  border: 1px solid #999999;
  margin-bottom: 10px;
  resize: vertical;
}

/* Submit Button - Lower Right Position */
#right .wpcf7-submit {
  float: right;
  padding: 12px 30px;
  border-radius: 8px;
  background-color: #262962;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 18px;
	transition-property: background-color;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-delay: 0ms;
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
}

#right .wpcf7-submit:hover {
  background-color: #55A1D8;
	color: #262962;
}

/* Inline Name/Email/Submit Row - Single Column CF7 */
.inline-form-row label {
  display: flex !important;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.inline-form-row label input[type="text"],
.inline-form-row label input[type="email"] {
  flex: 1;
  min-width: 200px;
  padding: 12px 15px !important;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.inline-form-row .wpcf7-submit {
  flex-shrink: 0;
  padding: 12px 30px !important;
  border-radius: 8px;
  background-color: #2c2d5f !important;
  color: white !important;
  border: none !important;
  cursor: pointer;
  font-size: 16px;
  white-space: nowrap;
  margin-left: 10px;
}

.inline-form-row .wpcf7-submit:hover {
  background-color: #1a1b3f !important;
}

/* Mobile stack */
@media (max-width: 768px) {
  .inline-form-row label {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }
  
  .inline-form-row .wpcf7-submit {
    margin-left: 0;
    margin-top: 10px;
  }
}

/* Adjusts the spacing and size of the error message */
.wpcf7-not-valid-tip {
    margin: 8px 0 0 8px;
	font-size: 14px;
}


/* Nuclear option for Diviflash CF7 placeholders */
.et_pb_row .wpcf7 input[type="text"]::placeholder,
.et_pb_row .wpcf7 input[type="email"]::placeholder,
.et_pb_row .wpcf7 input[type="tel"]::placeholder,
.et_pb_row .wpcf7 textarea::placeholder,
.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap textarea::placeholder {
  color: #8F8F8F !important;
  opacity: 1 !important;
  font-style: normal !important;
}

.et_pb_row .wpcf7 input[type="text"]::-webkit-input-placeholder,
.et_pb_row .wpcf7 input[type="email"]::-webkit-input-placeholder,
.et_pb_row .wpcf7 input[type="tel"]::-webkit-input-placeholder,
.et_pb_row .wpcf7 textarea::-webkit-input-placeholder,
.wpcf7-form-control-wrap input::-webkit-input-placeholder,
.wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #8F8F8F !important;
}

.et_pb_row .wpcf7 input[type="text"]::-moz-placeholder,
.et_pb_row .wpcf7 input[type="email"]::-moz-placeholder,
.et_pb_row .wpcf7 input[type="tel"]::-moz-placeholder,
.et_pb_row .wpcf7 textarea::-moz-placeholder,
.wpcf7-form-control-wrap input::-moz-placeholder,
.wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #8F8F8F !important;
  opacity: 1 !important;
}

.et_pb_row .wpcf7 input[type="text"]:-ms-input-placeholder,
.et_pb_row .wpcf7 input[type="email"]:-ms-input-placeholder,
.et_pb_row .wpcf7 input[type="tel"]:-ms-input-placeholder,
.et_pb_row .wpcf7 textarea:-ms-input-placeholder {
  color: #8F8F8F !important;
}

/* If Diviflash adds .dfcf7- class or similar */
[class*="dfcf7"] .wpcf7 input::placeholder,
[class*="dfcf7"] .wpcf7 textarea::placeholder {
  color: #8F8F8F !important;
}

/* Hide download by default */
.download-section {
  display: none !important;
}

/* Show on success (wpcf7 form.sent class) */
.wpcf7-form.sent .download-section {
  display: block !important;
  margin-top: 50px !important;
}

/* Popup compatibility */
.da-popup .wpcf7-form.sent .download-section,
.popup .wpcf7-form.sent .download-section {
  display: block !important;
}

/* Hide SUCCESS MESSAGE ONLY - Your popup form */
#download-our-overview-popup .wpcf7 form.sent .wpcf7-response-output {
  border-color: white !important;
}
/* Hide form fields + submit on success - YOUR POPUP */
#download-our-overview-popup .wpcf7.sent .form-fields {
  display: none !important;
}

/* Hide form fields on success */
#download-our-overview-popup .wpcf7.sent .form-fields {
  display: none !important;
}

/* Hide CF7 response message (since you have custom one) */
#download-our-overview-popup .wpcf7.sent .wpcf7-response-output {
  display: none !important;
}

/* Show download section on success */
#download-our-overview-popup .wpcf7.sent .download-section {
  display: block !important;
}


/*========================================
  DOWNLOAD POPUP PDF FORM ADJUSTMENTS
========================================*/

/* Center the form content */
#download-our-overview-popup .wpcf7-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  overflow: auto;
}

/* NUCLEAR option - remove ALL inline-form-row styling for this popup */
#download-our-overview-popup .inline-form-row {
  display: block !important;
}

#download-our-overview-popup .inline-form-row label {
  display: block !important;
  flex-direction: initial !important;
  flex-wrap: initial !important;
  gap: 0 !important;
  align-items: initial !important;
  margin-bottom: 15px !important;
  height: auto !important;
  min-height: 0 !important;
}

/* Fix paragraph wrapper heights */
#download-our-overview-popup .wpcf7-form p {
  margin: 0 0 -20px 0 !important; /* Reduced from 15px to 10px */
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}

#download-our-overview-popup .inline-form-row label {
  display: block !important;
  flex-direction: initial !important;
  flex-wrap: initial !important;
  gap: 0 !important;
  align-items: initial !important;
  margin-bottom: -20px !important; /* Reduced from 15px to 10px */
  height: auto !important;
  min-height: 0 !important;
}

/* Form fields - full width, normal height */
#download-our-overview-popup input[type="text"],
#download-our-overview-popup input[type="email"] {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 12px 15px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  display: block !important;
  flex: none !important;
}

#download-our-overview-popup .wpcf7-form-control-wrap {
  width: 100% !important;
  display: block !important;
  height: auto !important;
}

/* Submit button to bottom right */
#download-our-overview-popup .wpcf7-submit {
  float: right;
  clear: both;
  margin-top: 15px !important;
  padding: 12px 30px !important;
  border-radius: 8px;
  background-color: #262962 !important;
  color: white !important;
  border: none !important;
  cursor: pointer;
  font-size: 18px;
  width: auto !important;
  height: auto !important;
  flex: none !important;
  transition-property: background-color;
  transition-duration: 300ms;
  transition-timing-function: ease;
  transition-delay: 0ms;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
}

#download-our-overview-popup .wpcf7-submit:hover {
  background-color: #55A1D8 !important;
  color: #262962 !important;
}

/*========================================
  TWO COLUMN MAIN CONTACT FORM 7 LAYOUT
========================================*/

.it-cf7-two-column-form {
  max-width: 100%;
}

/* Two column row */
.it-cf7-two-column-form .form-row-two-col {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.it-cf7-two-column-form .form-col {
  flex: 1;
  min-width: 0; /* Prevents flex items from overflowing */
}

/* Full width rows */
.it-cf7-two-column-form .form-row-full {
  margin-bottom: 20px;
}

/* All labels block display */
.it-cf7-two-column-form label {
  display: block;
  width: 100%;
}

/* Override Divi Flash widths */
.it-cf7-two-column-form .difl_cfseven_0 .wpcf7-form-control.wpcf7-text,
.it-cf7-two-column-form .difl_cfseven_0 .wpcf7-form-control.wpcf7-email,
.it-cf7-two-column-form .difl_cfseven_0 .wpcf7-form-control.wpcf7-tel,
.it-cf7-two-column-form input[type="text"],
.it-cf7-two-column-form input[type="email"],
.it-cf7-two-column-form input[type="tel"] {
  width: 100% !important;
  max-width: 100% !important;
  padding: 12px 15px !important;
  border-radius: 8px !important;
  border: 1px solid #999999 !important;
  box-sizing: border-box !important;
}

.it-cf7-two-column-form textarea {
  width: 100% !important;
  max-width: 100% !important;
  height: 180px;
  padding: 12px 15px !important;
  border-radius: 8px !important;
  border: 1px solid #999999 !important;
  box-sizing: border-box !important;
  resize: vertical;
}

/* Submit button */
.it-cf7-two-column-form .wpcf7-submit {
  float: right;
  padding: 12px 30px;
  border-radius: 8px;
  background-color: #262962;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 18px;
  margin-top: 10px;
  transition: background-color 300ms ease;
  font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
}

.it-cf7-two-column-form .wpcf7-submit:hover {
  background-color: #55A1D8;
  color: #262962;
}

/* Clearfix */
.it-cf7-two-column-form::after {
  content: "";
  display: table;
  clear: both;
}

/* Mobile responsive - stack columns */
@media (max-width: 768px) {
  .it-cf7-two-column-form .form-row-two-col {
    flex-direction: column;
    gap: 15px;
  }
}


/*========================================
    DIVIFLASH POPUP: SPECIFIC FIX FOR SANDBOX
========================================*/

/* Prevent background scrolling without adding padding to the body */
html.df-popup-lock {
    overflow: hidden !important;
}

html.df-popup-lock body {
    position: fixed !important;
    width: 100% !important;
    overflow: hidden !important;
}

/* Force the Divi Sticky Section to span the full screen width */
body.stop-scrolling .et_pb_section_0_tb_header.et_pb_sticky {
    width: 100vw !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important; /* Prevents Divi from shifting the bar */
}

/* Force the 1268px Row to remain perfectly centered */
body.stop-scrolling .et_pb_section_0_tb_header.et_pb_sticky .et_pb_row {
    width: 90% !important; /* Standard Divi width */
    max-width: 1268px !important; 
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    display: flex !important; /* Helps align modules internally */
    justify-content: space-between !important;
}
/*========================================
  DIVI POPUP
========================================*/

/* Remove blur from Popups for Divi overlay */
.da-overlay {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: rgba(38, 41, 98, 0.85) !important; /* Navy blue at 85% */
}

/* 2. Popup container - Perfect width/center (DESKTOP ONLY) */
.da-popup-inner,
.da-popup-container {
  max-width: 550px !important;
  width: 90vw !important;
  margin: 0 !important;
}

/* Desktop centering ONLY */
@media (min-width: 769px) {
  .da-popup-inner,
  .da-popup-container {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}

/* 3. Main popup wrapper - Flex row */
.area-outer-wrap.popup_outer_wrap,
.et-l.entry-content {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 35px !important;
  padding: 35px !important;
}

/* Rounded corners on INNER white bio card */
.da-popup .et_pb_section:not(.et_pb_fullwidth_section),
.area-outer-wrap > div:first-child,
.popup-content-inner {
  border-radius: 24px !important;
  overflow-x: hidden !important;
	overflow-y: auto !important;
  background: white !important;
  box-shadow: 0 15px 35px rgba(0,0,0,0.12) !important;
  margin: 0 auto !important;
  max-width: 95% !important;
}

/* Ensure content respects rounded corners */
.da-popup .et_pb_row {
  margin: 0 !important;
  border-radius: 0 !important;
}

#download-our-overview-popup {
	max-width: 662px !important;
}

/* Target EXACT popup close button */
#et-boc .area-outer-wrap .da-close {
  font-size: 46px !important;
  width: 54px !important;
  height: 54px !important;
  line-height: 56px !important;
  font-weight: 700 !important;
  color: rgba(0,0,0,0.7) !important;
  background: rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 0 0 0 #00000008 !important;
    box-shadow: 0 0 0 0 #00000008 !important;
  margin: 16px;
}

#et-boc .area-outer-wrap .da-close:hover {
  color: #F26950 !important;
  background: rgba(242, 105, 80, 0.15) !important;
  border-radius: 50% !important;
}

/* MOBILE - Natural scrolling */
@media (max-width: 768px) {
  /* Remove desktop transform that breaks scrolling */
  .da-popup-inner,
  .da-popup-container {
    position: relative !important;
    transform: none !important;
    left: auto !important;
    top: auto !important;
    margin: 20px auto !important;
    max-height: none !important;
    height: auto !important;
  }
  
  /* Stack layout vertically */
  .area-outer-wrap.popup_outer_wrap,
  .et-l.entry-content {
    flex-direction: column !important;
    gap: 20px !important;
    padding: 20px !important;
    height: auto !important;
    min-height: auto !important;
  }
  
  /* Image on top */
  .area-outer-wrap.popup_outer_wrap > *:first-child {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 15px auto !important;
  }
  
  /* Text content below */
  .area-outer-wrap.popup_outer_wrap > *:nth-child(2) {
    flex: 1 1 auto !important;
    width: 100% !important;
  }
	
	/* Target the Divi popup container */
  .divi-popup.popup.with-close.is-open {
    max-height: 85vh !important;
    height: auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
  }
  
  /* Divi row/columns - don't constrain height */
  .divi-popup .et_pb_row,
  .divi-popup .et_pb_column {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  
  /* Text modules flow naturally */
  .divi-popup .et_pb_text {
    height: auto !important;
  }
}




/*========================================
  FOOTER
========================================*/

.it-footer a {
    color: #262962;
	text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.it-footer a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #53A0D8;
    transition: width 0.3s ease;
}

.it-footer a:hover::after {
    width: 100%;
}

/*.attribution-row a {
	text-decoration: none !important;
	position: relative;
}

.attribution-row a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 1px;
    background-color: #55A1D8;
	transform: translateX(-50%);
    transition: width 0.3s ease;
}*/



/*========================================
  MOBILE RESPONSIVE
========================================*/

@media only screen and (max-width: 767px) {
    /* Eyebrow Mobile Padding */
    .et_pb_module .it-eyebrow-text,
    .et_pb_text .it-eyebrow-text {
        padding: 2px 10px 1px 10px !important;
    }
    
    /* Tab Navigation - Stack on Mobile */
    .df_at_nav_container {
        flex-direction: column !important;
    }
    
    /* Testimonial - Stack on Mobile */
    .df_tci_inner {
        flex-direction: column;
        justify-content: flex-start;
    }
    
	/* Testimonial - Adjusts quote content width on Mobile */
    .df_tc_content {
        padding-left: 56px !important;
        padding-right: 56px !important;
    }
	
	/* Mobile Submenu dropdown position */
	.difl_advancedmenu .menu-item-279553 .sub-menu {
    	transform: translateX(0%) !important;
	}
	
	/* Contact page hero */
	.contact-hero, section.et_pb_section .contact-hero {
    height: 500px !important;
    min-height: 500px !important;
  }
}

@media only screen and (max-width: 390px) {
	/* Testimonial - Adjusts quote content width on Mobile small screen */
	.df_tc_content {
        padding-left: 56px !important;
        padding-right: 56px !important;
    }
}

/* Mobile Responsive - Stack Columns for CF7 */
@media (max-width: 768px) {
  #left, #right {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  #left input[type="text"],
  #left input[type="email"],
  #left input[type="tel"] {
    width: 100%; /* Full width on mobile */
  }
	
	#right textarea {
  margin-top: 8px;
}
}

@media only screen and (max-width: 767px) {
	.grecaptcha-badge {
		display: none !important;
	}
}