/*
Theme Name: Welowe
Theme URI: https://gaviaspreview.com/wp/welowe/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: The 2024 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.0.8
Tested up to: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: welowe

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}

/* Follow Our Work - Yellow Button */
ul.gva-nav-menu > li.menu-follow-our-work {
    padding-top: 30px;
    padding-bottom: 30px;
}

ul.gva-nav-menu > li.menu-follow-our-work > a {
    background-color: #D4731A;
    color: #000 !important;
    padding: 10px 22px !important;
    border-radius: 25px;
    font-weight: 700;
    display: inline-block;
    transition: background-color 0.3s ease;
}

ul.gva-nav-menu > li.menu-follow-our-work > a:hover {
    background-color: #6B1A2A;
    color: #000 !important;
    text-decoration: none;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  min-width: 220px;
  justify-content: center;
}

.ig-btn { background: #6B1A2A; }
.fb-btn { background: #D4731A; }

.social-btn:hover { opacity: 0.9; }


.scholarship-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #6B1A2A;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  border: 2.5px solid #6B1A2A;
  transition: background 0.2s, color 0.2s;
}

.scholarship-btn:hover {
  background: white;
  color: #6B1A2A;
  border: 2.5px solid #6B1A2A;
}

.elementor-widget-text-editor ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.elementor-widget-text-editor ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e8ddd4;
  font-size: 15px;
  color: #2d1a10;
  line-height: 1.55;
}

.elementor-widget-text-editor ul li:last-child {
  border-bottom: none;
}

.elementor-widget-text-editor ul li::before {
  content: '→';
  color: #e07b20;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}