/*
 Theme Name:     Divi Children
 Theme URI:      https://themesinfo.com/free-wordpress-themes/divi-children-theme
 Description:    Free Child theme for the Divi theme by ThemesInfo.com
 Author:         ThemesInfo.com
 Author URI:     https://themesinfo.com
 Template:       Divi
 Version:        1.0.0
*/







/* ── CSS CUSTOM PROPERTIES ── */

:root {
  /* Academy LMS */
  --academy-primary-font:            'Poppins', sans-serif;
  --academy-primary-color:           #F88105;
  --academy-secondary-color:         #1B5F6B;
  --academy-text-color:              #1C1C1C;
  --academy-text-color-black:        #1C1C1C;
  --academy-border-color:            #E2DDD8;
  --academy-gray-color:              #F7F4EF;
  --academy-secondary-gray-color:    #4A4A4A;
  --academy-dark-gray-color:         #767676;
  --academy-background-gray-color:   #F7F4EF;
  --academy-success-color:           #3AADA5;
  --academy-danger-color:            #E55C00;
  --academy-warning-color:           #E55C00;

  /* WP Admin */
  --wp-admin-theme-color:            #1E2D42;
  --wp-admin-theme-color-darker-10:  #2A3C52;
  --wp-admin-theme-color-darker-20:  #1B5F6B;

  /* StoreEngine */
  --storeengine-green-color:         #3AADA5;
  --storeengine-warning-color:       #E55C00;
  --storeengine-error-color:         #E55C00;
  --storeengine-white-color:         #ffffff;
  --storeengine-violet-color:        #1E2D42;
}

/* ═══════════════════════════════════════════
   WEBABILITY ACCESSIBILITY WIDGET
═══════════════════════════════════════════ */

/* Widget trigger button */
#webability-widget-btn,
.webability-widget-btn,
[id*="webability"] button,
[class*="webability"] button {
  background-color: #1B5F6B !important; /* TEST: remove if not needed */
  color: #ffffff !important; /* TEST: remove if not needed */
  border-color: #1B5F6B !important; /* TEST: remove if not needed */
}

#webability-widget-btn:hover,
.webability-widget-btn:hover,
[id*="webability"] button:hover,
[class*="webability"] button:hover {
  background-color: #103F47 !important; /* TEST: remove if not needed */
}

/* Active/selected state inside the panel */
[class*="webability"] .active,
[class*="webability"] .selected,
[id*="webability"] .active {
  border-color: #F88105 !important; /* TEST: remove if not needed */
  color: #F88105 !important; /* TEST: remove if not needed */
}

/* ═══════════════════════════════════════════
  Internal link widget 
═══════════════════════════════════════════ */

.internal-linking-related-contents-pro .template-7 img {
    max-height: auto;
    vertical-align: middle;
    float: right;
}
.post .wp-post-image {
    max-height: auto;
    -o-object-fit: cover;
    object-fit: conta;
    width: auto;
}

.internal-linking-related-contents-pro .template-4 img {
    max-height: auto;
    vertical-align: middle;
    float: left;
}
.post .wp-post-image {
    max-height: auto;
    -o-object-fit: cover;
    object-fit: conta;
    width: auto;
}



