/*
Theme Name: Joplin Trailer Sales
Theme URI: https://joplin.jfdesigns.net/
Description: Divi Child Theme
Author: JF Designs
Author URI: https://jfdesigns.com
Template:    Divi
Version:     1.2
*/

/* ==========================================================================
   CSS Variables
   ========================================================================== */
:root {
	
 /* Fluid clamp-based font sizes */
/* 	Recipe: Rem value: 10px  ||| Base: 16px-18px ||| Screen: 360px > 1280px ||| Ratio: 1.25 > 1.333  1 -1.01 individual ||| Labels: h6,base,h5,h4,h3,h2,h1 */
--fs-h6: clamp(1.28rem, 0.16vi + 1.22rem, 1.43rem);
--fs-base: clamp(1.6rem, 0.33vi + 1.48rem, 1.9rem);
--fs-h5: clamp(2rem, 0.58vi + 1.79rem, 2.53rem);
--fs-h4: clamp(2.5rem, 0.95vi + 2.16rem, 3.38rem);
--fs-h3: clamp(3.13rem, 1.49vi + 2.59rem, 4.5rem);
--fs-h2: clamp(3.91rem, 2.27vi + 3.09rem, 6rem);
--fs-h1: clamp(4.88rem, 3.38vi + 3.66rem, 8rem);
--fs-display: clamp(6.1rem, 4.95vi + 4.32rem, 10.66rem);
	
--ff-headline: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif
--ff-body:  'Roboto', Helvetica, Arial, Lucida, sans-serif;
	
}
/* ==========================================================================
   Base Styles
   ========================================================================== */
html {
  font-size: 62.5%; /* 1rem = 10px */
}

body {
  font-size:  var(--fs-base);
  line-height:     1.7;
  font-weight:     400;
  font-family:     Roboto, Helvetica, Arial, sans-serif;
  transition:      all 0.5s ease;
}

/* Reset paragraph spacing */
p {
  margin-top: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
.jfd-base-text h1,
.jfd-base-text h2,
.jfd-base-text h3,
.jfd-base-text h4,
.jfd-base-text h5,
.jfd-base-text h6 {
  margin:       0;
}
.jfd-base-text h1.display {
  font-size:  var(--fs-display);
  line-height: 1.2;
  text-wrap: balance;
}

.jfd-base-text h1 {
  font-size:  var(--fs-h1);
  line-height: 1.2;
  text-wrap: balance;

}

.jfd-base-text h2, .subhead-lg {
  font-size:  var(--fs-h2);
  line-height: 1.25;
  text-wrap: balance;

}

.jfd-base-text h3, .subhead-md {
  font-size:  var(--fs-h3);
  line-height: 1.3;
  text-wrap: balance;

}

.jfd-base-text h4, .subhead-reg {
  font-size:  var(--fs-h4);
  line-height: 1.35;
  text-wrap: balance;

}

.jfd-base-text h5, .subhead-sm {
  font-size:  var(--fs-h5);
  line-height: 1.5;
  text-wrap: balance;

}

.jfd-base-text h6, .subhead-x-sm {
  font-size:       var(--fs-h6);
  line-height:     1.6;
  text-wrap: balance;
  letter-spacing:  0.05em;
  text-transform:  uppercase;
 
}
.jfd-base-text, .jfd-base-text p {
  font-size:  var(--fs-base);
  line-height:     1.7;
  line-height: 1.7;
}

.jfd-base-text.et_pb_bg_layout_light .et_pb_post p{
	/* blog module grid excerpt font-size */
  font-size:  .85em !important;
  line-height: 1.7;
}

.et_pb_module.copyright{
  font-size:  1.2rem;
  line-height: 1.7;
}

/* Standalone headings */
h1 {
  margin-bottom: 0.125em;
  line-height:   1.25 !important;
}

/* Space before a heading following text or lists */
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6,
ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6 {
  margin-top: 0.75em !important;
}

/* Last-of-type paragraph padding */
p:not(.has-background):last-of-type {
  padding-bottom: 1rem;
}

blockquote > p:not(.has-background):last-of-type {
  padding-bottom: 0 !important;
}

sup {
  bottom:     0.5em;
  font-size:  0.7em;
}

/* ==========================================================================
   Layout & Grid Helpers
   ========================================================================== */
/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Multi-column List layout */
ul.service-list {
    columns: 2 90px;
    column-gap: 15px;
}
ul.service-list li{
    break-inside: avoid-column;
}
ul.service-list li.filler {
  visibility: hidden;
  height: 4rem; /* Adjust this to control how short the second column appears */
}
@media (max-width: 1079px) {
 ul.service-list li.filler {
 	display:none /* Hide on mobile */
	}
}

/* Multi-column flex layout */
.mutli-col {
  display:         flex;
  flex-wrap:       nowrap;
  column-gap:      6rem;
  justify-content: space-around;
}

.mutli-col ul {
  margin:  0;
  padding: 0;
}

/* RESPONSIVE IMAGE FILLS DIVI COLUMN */

/*ADD jfd-full-height-image-column CLASS TO IMAGE AND SET ROW TO EQUALIZE HEIGHT */

/*this sets the height of the image module*/
.jfd-full-height-image-column {
	height: 100%;
}

/*this sets the height of the image container*/

.jfd-full-height-image-column .et_pb_image_wrap {
	height: 100%;
}

/*this sets the height and fit of the actual image*/
.jfd-full-height-image-column img {
	object-fit: cover;
	height: 100%;
}

/* ==========================================================================
   Components
   ========================================================================== */
/* Links */
a {
  color:      #3B6B80;
  transition: all 0.5s ease;
}

a:hover {
  color: #89a6b2;
}

/* “Read More” button */
a.more-link,
article a.more-link,
.et_pb_post .post-content a.more-link {
  position:       relative;
  display:        inline-block;
  clear:          both;
  text-align:     center;
  padding:        0.6em 1em;
  color:          #ffffff !important;
  border:         0rem solid var(--button-color-fill) !important;
  border-radius:  5rem;
  /* letter-spacing: 0.05em; */
  font-size:      .85em;
  line-height:    1.3rem;
  font-weight:    600 !important;
  text-transform: uppercase !important;
  background:     var(--button-color-fill);
}

a.more-link:hover,
article a.more-link:hover,
.et_pb_post .post-content a.more-link:hover{
  padding:    0.6em 2em 0.6em 1em !important;
  background: var(--button-color-fill-hover);
}

a.more-link::after {
  content:        "\35";
  font-family:    'ETmodules' !important;
  font-size:      1.2em;
  position:       absolute;
  opacity:        0;
  margin-left:    -1em;
}

a.more-link:hover::after {
  opacity:     1;
  margin-left: 0;
}

/* Divi modal sticky menu fix */
.mce-panel .mce-stack-layout-item.mce-first {
  position: sticky !important;
  top:      -6rem;
}

/* ==========================================================================
   Utilities
   ========================================================================== */
.padding-0,
.no-padding {
  padding: 0 !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

/* add space above header * if following list */
 ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6 {
     padding-top: .375em !important;
}
/* add space below list items */
 .et_pb_text ul, .et_pb_text ol,
 .et_pb_post_content ul, .et_pb_post_content ol{
     margin-left: 1.5em;
	 list-style-position: outside;
}
 .et_pb_text li,
 .et_pb_post_content li{
     margin-bottom: .75em 
}
 .et_pb_row.col-bot-margin-none .et_pb_column {
     margin-bottom: 0px !important 
}

/* create inline display */
.display-inline-block{
	display:inline-block !important
}

/* ==========================================================================
   Color swatch samples (style guide)
   ========================================================================== */

/* Flex-grid container unchanged */
ul.color-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Make each “card” a column flexbox that pushes its span to the bottom */
ul.color-list li{
  flex: 0 1 120px;
  height: 120px;
  margin: 8px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  box-shadow: 0px 13px 30px -18px rgba(0, 0, 0, 0.2);

  display: flex;
  flex-direction: column;
  justify-content: flex-end;   /* push inner content to the bottom */
  align-items: stretch;        /* make children (the span) fill full width */
  position: relative;
}

/* Full-width, bottom-aligned label */
ul.color-list li span {
  display: block;
  width: 100%;                 /* span now covers entire li width */
  background: #fff;             /* hides any colored edges */
  margin-top:0;				/* Pushes the Assignment text down the hex text top */
  margin-bottom:0;	
  padding: 4px 0;               /* adjust vertical padding as you like */
  font-family: monospace;
  font-size:clamp(1.6rem, 0.59vw + 1.122rem, 1.8rem);
  text-align: center;           /* center your hex code text */
  border-radius: 0;             /* remove rounding so it’s flush */
  z-index: 1;
}

/* ==========================================================================
   Color assignment swatch samples (style guide)
   ========================================================================== */

/* Make each “card” a column flexbox that pushes its span to the bottom */
ul.color-list.assignment li {
  flex: 0 1 240px;
}
ul.color-list.assignment li span.color-label{
  display: block;
  width: 100%;                 /* span now covers entire li width */
  background: #fff;             /* hides any colored edges */
  margin-top:auto;				/* Pushes the Assignment text down the hex text top */
  margin-bottom:0;				/* Removes the Assignment tex tbottom margin */
  padding: 4px 0;               /* adjust vertical padding as you like */
  font-family: normal;
  font-weight:400;
  font-size:clamp(1.6rem, 0.59vw + 1.122rem, 1.8rem);
  text-align: center;           /* center your hex assignment text */
  border-radius: 0;             /* remove rounding so it’s flush */
  z-index: 1;
}
/* ==========================================================================
   Dynamic Font Details (style guide)
   ========================================================================== */

span.current-font-zize-ofthis-element{ 
	font-size:clamp(1.6rem, 0.3vi + 1.46rem, 1.8rem); 
	font-family:monospace !important
}

span.current-viewport-width {
	font-size: 2em;
font-family:monospace !important
}

.label {
  font-weight: bold;
  color: #444;
  display: inline-block;
  min-width: 100px;
}


/* ==========================================================================
   Forms & Contact Form 7 Overrides
   ========================================================================== */
/* Remove stubborn Divi pseudo-border */
#main-content .container:before {
  content: none;
}

/* Smart Grid container override */
.cf7sg-container .cf7-smart-grid.has-grid .container {
  display:      block;
  width:        100% !important;
  max-width:    100% !important;
  margin:       0 auto !important;
  padding:      0 !important;
  flex-wrap:    wrap;
}

.cf7sg-container {
  line-height: 1.7 !important;
}

/* CF7 grid columns breakpoints */
@media (max-width: 980px) {
  .cf7sg-container .cf7-smart-grid.has-grid form .container .row .columns {
    float:  none !important;
    width:  100%   !important;
    margin: 0      !important;
  }
  .cf7sg-container .cf7-smart-grid.has-grid form .container .row .columns.one-half {
    float:       left !important;
    width:       48.93617% !important;
    margin-left: 2.12766%  !important;
  }
  .cf7sg-container .cf7-smart-grid.has-grid form .container .row .columns.one-half:first-child {
    margin-left: 0 !important;
  }
  .cf7sg-container .cf7-smart-grid.has-grid form .container .row .columns.one-third {
    float:       left !important;
    width:       31.91489% !important;
    margin-left: 2.12766%  !important;
  }
  .cf7sg-container .cf7-smart-grid.has-grid form .container .row .columns.one-third:first-child {
    margin-left: 0 !important;
  }
}

@media (max-width: 768px) {
  .cf7sg-container .cf7-smart-grid.has-grid form .container .row .columns,
  .cf7sg-container .cf7-smart-grid.has-grid form .container .row .columns.one-half,
  .cf7sg-container .cf7-smart-grid.has-grid form .container .row .columns.one-third {
    float:  none !important;
    width:  100%   !important;
    margin: 0      !important;
  }
  .cf7sg-container .cf7-smart-grid.has-grid .container.spacer-margin-top {
    margin-top: 1.5rem !important;
  }
}

/* Signature field styling */
.wpcf7-form-control-signature-body canvas {
  width:         100%;
  height:        15rem;
  border:        0.1rem solid #e0e0e0;
  border-radius: 0.5rem;
  background:    #eee;
}

.wpcf7-form-control-signature-wrap {
  width:  70%     !important;
  height: 16.5rem !important;
}

@media (max-width: 768px) {
  .wpcf7-form-control-signature-wrap {
    width: 100% !important;
  }
}

/* Other CF7 tweaks */
input[type="button" i] {
  color:          #800 !important;
  border:         0.2rem solid #800;
  font-size:      1.4rem;
  font-weight:    500;
  padding:        0.3em 1em;
  line-height:    1.7em !important;
  background:     transparent;
  border-radius:  0.3rem;
}

input[type="button" i]:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.wpcf7-form-control::placeholder {
  color: #333 !important;
}

.wpcf7-response-output {
  display: block;
}

.wpcf7 form.sent .cf7sg-response-output {
  display: none !important;
}

.wpcf7-not-valid-tip {
  font-size:      1rem    !important;
  letter-spacing: 0.5px   !important;
  font-weight:    700     !important;
  display:        block   !important;
  position:       relative!important;
  top:            100%    !important;
  padding-top:    0.3rem  !important;
  line-height:    1.2em   !important;
  z-index:        7777    !important;
  background:     none    !important;
}

.wpcf7-not-valid {
  border: 0.1rem solid red !important;
}

.wpcf7-form.sent div.container {
  display:    none !important;
  transition: all 0.5s ease;
}

.wpcf7 div.wpcf7-response-output {
  font-size:   2.2rem;
  text-align:  center;
}

/* ==========================================================================
   Components: Navigation & Menu
   ========================================================================== */

@media only screen and (max-width: 1080px) {   /*show mobile menu */ 
	.jfd-mobile-menu-show-hide { display: block!important; }
	.jfd-menu-item-show-hide{ display: none!important; }
	.jfd-menu-item-logo-show-hide{ display: block!important; }
	.jfd-mobile-menu-show-hide .dd-mi .dd-menu-flex-sub>*{ width:500px !important; }
	.nav-section {padding-bottom:10px !important}
	.nav-cta-desktop {display: none !important; }
	.nav-cta-mobile {display: block !important; }
}
@media only screen and (min-width: 1081px) {  /*show desktop menu */
	.jfd-menu-item-show-hide { display: block!important; }
	.jfd-menu-item-logo-show-hide { display: none!important; }
	.jfd-mobile-menu-show-hide { display: none!important; }
	.nav-section {padding-bottom:15px !important}
	.nav-cta-desktop {display:flex; justify-content:space-around !important; }
	.nav-cta-mobile {display: none !important; }
}
@media only screen and (max-width: 767px) {   /*mobile sub menu width */ 
	.jfd-mobile-menu-show-hide .dd-mi .dd-menu-flex-sub>*{ width:90vw !important; }
}
.et_pb_text a {
  transition: all 0.3s linear;
}

@media only screen and (max-width:479px) {
  .joplin-mobile-menu .et_pb_column {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
  }

  .joplin-mobile-menu .et_pb_text {
    margin-bottom: 10px !important;
  }
}

@media only screen and (min-width:480px) {
  .joplin-mobile-menu .et_pb_column {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
  }

  .joplin-mobile-menu .et_pb_text {
    margin-bottom: 10px !important;
  }
}
/* adjust the mobile menu for lansdscape orientation | four column menu items */
@media only screen and (orientation: landscape) and (max-width: 767px) {
  .joplin-mobile-menu .et_pb_column {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
  }

  .joplin-mobile-menu .et_pb_text {
    margin-bottom: 0 !important;
  }
}


/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 890px) {
  .mutli-col,
  .mutli-col-no-wrap {
    flex-direction: column;
    gap:            0;
    justify-content:center;
  }
  .mutli-col-no-wrap {
    flex-direction: row;
    gap:            3rem;
  }
}

@media (max-width: 767px) {
  .et_pb_blog_grid .et_pb_post {
    margin:     3.6rem 0 !important;
    box-shadow: 0 0.9rem 2.8rem -1.5rem rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 768px) {
  .cf7sg-container .cf7-smart-grid.has-grid .container.spacer-margin-top {
    margin-top: 1.5rem !important;
  }
  .wpcf7-form-control-signature-wrap {
    width: 100% !important;
  }
}


/* =========================================================
   DIVI SPLIT ROW SYSTEM (STANDARD + FLIPPED)
   ---------------------------------------------------------
   STANDARD VERSION (LEFT FIXED / RIGHT FLUID)
     Section: split-rows-section
     Rows:    split-row-left, split-row-right

   FLIPPED VERSION (RIGHT FIXED / LEFT FLUID)
     Section: split-rows-section-flip
     Rows:    split-row-left-flip, split-row-right-flip

   CORE FEATURES:
   - Fixed side caps at 300px
   - Fluid side extends full browser edge
   - Alignment matches Divi 90% / 1140px layout
   - Vertical centering of fixed column
   - Responsive clamp height (600px → 150px)
   - Mobile stacking with controlled order
   ========================================================= */


/* =========================================================
   GLOBAL RESPONSIVE HEIGHT (APPLIES EVERYWHERE)
   ---------------------------------------------------------
   - 600px at ~1280px viewport
   - 150px at ~360px viewport
   ========================================================= */
.split-rows-section .split-row-right,
.split-rows-section-flip .split-row-left-flip {
  height: clamp(15rem, 48.91vi + -2.61rem, 60rem);
}


/* =========================================================
   DESKTOP LAYOUT (>= 981px)
   ========================================================= */
@media only screen and (min-width: 981px) {

  /* ---------------------------------
     FLEX CONTAINERS
     --------------------------------- */
  .split-rows-section,
  .split-rows-section-flip {
    display: flex;
    align-items: stretch;
    gap: 0;
  }

  /* Reset Divi row vertical spacing */
  .split-rows-section .et_pb_row,
  .split-rows-section-flip .et_pb_row {
    margin-top: 0;
    margin-bottom: 0;
  }


  /* =====================================================
     STANDARD LAYOUT (LEFT FIXED / RIGHT FLUID)
     ===================================================== */

  /* LEFT (FIXED COLUMN) */
  .split-rows-section .split-row-left {
    flex: 0 0 auto;
	width: auto;
	max-width: 475px;

    /* Align to standard Divi content left edge */
    margin-left: max(5%, calc((100% - 1140px) / 2));
    margin-right: 0;

    /* Vertical centering */
    margin-top: auto;
    margin-bottom: auto;
  }

  /* RIGHT (FLUID COLUMN) */
  .split-rows-section .split-row-right {
    flex: 1 1 auto;
    width: auto;
    max-width: none;

    margin-left: 0;
    margin-right: 0;

    /* Space between columns */
    padding-left: 40px;
    padding-right: 0;
  }


  /* =====================================================
     FLIPPED LAYOUT (RIGHT FIXED / LEFT FLUID)
     ===================================================== */

  /* LEFT (FLUID COLUMN) */
  .split-rows-section-flip .split-row-left-flip {
    flex: 1 1 auto;
    width: auto;
    max-width: none;

    margin-left: 0;
    margin-right: 0;

    /* Space between columns */
    padding-left: 0;
    padding-right: 40px;
	  
  }

  /* RIGHT (FIXED COLUMN) */
  .split-rows-section-flip .split-row-right-flip {
    flex: 0 0 auto;
	width: auto;
	max-width: 475px;

    /* Align to standard Divi content right edge */
    margin-right: max(5%, calc((100% - 1140px) / 2));
    margin-left: 0;

    /* Vertical centering */
    margin-top: auto;
    margin-bottom: auto;
  }

}


/* =========================================================
   TABLET + MOBILE (<= 980px)
   ========================================================= */
@media only screen and (max-width: 980px) {

  /* Use flex for ordering control */
  .split-rows-section,
  .split-rows-section-flip {
    display: flex;
    flex-direction: column;
  }
   /* Add extra padding to text row on mobile */
	.split-rows-section .split-row-left,
	.split-rows-section-flip .split-row-right-flip {
	padding-top: clamp(6rem, 7.8vi + 2.36rem, 10rem);
	padding-bottom: clamp(6rem, 7.8vi + 2.36rem, 10rem);
}


  /* =====================================================
     STANDARD MOBILE ORDER
     - Right row ABOVE left row
     ===================================================== */

  .split-rows-section .split-row-right {
    order: 1;

    /* Full-width bleed */
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;

    padding-left: 0;
    padding-right: 0;
  }

  .split-rows-section .split-row-left {
    order: 2;

    /* Return to centered layout */
    width: 90%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }


  /* =====================================================
     FLIPPED MOBILE ORDER
     - Left row ABOVE right row
     ===================================================== */

  .split-rows-section-flip .split-row-left-flip {
    order: 1;

    /* Full-width bleed */
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;

    padding-left: 0;
    padding-right: 0;
  }

  .split-rows-section-flip .split-row-right-flip {
    order: 2;

    /* Return to centered layout */
    width: 90%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

}

/* JOPLIN PARTS PAGE LOGO GRID */
/* colum styling */
.joplin-parts-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(100px, 1fr));
	gap: 15px;
	align-items: stretch;
}

@media only screen and (max-width: 980px) {
	.joplin-parts-grid {
		grid-template-columns: repeat(3, minmax(100px, 1fr));
	}
}

@media only screen and (max-width: 767px) {
	.joplin-parts-grid {
		grid-template-columns: repeat(2, minmax(100px, 1fr));
	}
}
/*blurb styl;ing */
/* =========================================
   Joplin Parts Logo Grid
   Desktop: 6 columns
   Tablet: 3 columns
   Mobile: 2 columns
   ========================================= */

/* Apply this to the Divi column that houses the blurbs */
.joplin-parts-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 15px;
	align-items: stretch;
}
/* Laptop */
@media only screen and (max-width: 1080px) {
	.joplin-parts-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/* Tablet */
@media only screen and (max-width: 980px) {
	.joplin-parts-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Mobile */
@media only screen and (max-width: 767px) {
	.joplin-parts-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Individual blurb card */
.et_pb_blurb.jfd-base-text.joplin-parts-logo {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-bottom: 0 !important;
}

/* Inner content wrapper */
.et_pb_blurb.jfd-base-text.joplin-parts-logo .et_pb_blurb_content {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	padding: 20px;
}

/* Inner content text */
.et_pb_blurb.jfd-base-text.joplin-parts-logo .et_pb_blurb_content p{
	padding-bottom: 0;
	line-height:1.4
}

/* Image area */
.et_pb_blurb.jfd-base-text.joplin-parts-logo .et_pb_main_blurb_image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(72px, 9.74vi + -2.68px, 120px);
	margin: 0 0 15px 0 !important;
}
/* Mobile */
@media only screen and (max-width: 767px) {
	.et_pb_blurb.jfd-base-text.joplin-parts-logo .et_pb_main_blurb_image {

	}
}

/* Actual logo image */
.et_pb_blurb.jfd-base-text.joplin-parts-logo .et_pb_main_blurb_image img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 80px;
	margin: 0 auto;
	object-fit: contain;
}

/* Push text section to bottom */
.et_pb_blurb.jfd-base-text.joplin-parts-logo .et_pb_blurb_container {
	margin-top: auto !important;
}

/* Optional: keep title spacing tidy */
.et_pb_blurb.jfd-base-text.joplin-parts-logo .et_pb_module_header {
	margin-bottom: 0;
}

