/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* --- Responsive adjustments for mobile devices --- */

@media (max-width: 1024px) {
  .container {
    width: 98% !important;
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #site-header-inner, #footer-inner {
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 16px !important;
  }
  .content-area, .widget-area, #primary, #right-sidebar {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
  }
  #footer-widgets .footer-box {
    width: 100% !important;
    margin-bottom: 20px !important;
    display: block !important;
  }
  .oceanwp-row .col, .oceanwp-row .span_1_of_2, .oceanwp-row .span_1_of_3, .oceanwp-row .span_1_of_4 {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px !important;
  }
  #site-logo img {
    max-width: 140px !important;
    height: auto !important;
  }
  #site-navigation-wrap, #site-navigation {
    width: 100% !important;
    float: none !important;
    text-align: left !important;
  }
  .main-menu, .dropdown-menu, .sf-menu {
    display: block !important;
    width: 100% !important;
  }
  .main-menu li, .dropdown-menu li, .sf-menu li {
    display: block !important;
    width: 100% !important;
  }
  .sidebar-container {
    margin-top: 30px !important;
  }
}

@media (max-width: 480px) {
  h1 { font-size: 28px !important; }
  h2 { font-size: 22px !important; }
  h3 { font-size: 18px !important; }
  .container, #content-wrap, #footer-inner {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .btn, .btn-content {
    width: 100% !important;
    min-width: 0 !important;
    font-size: 15px !important;
  }
  .popup-form input {
    font-size: 15px !important;
    padding: 8px !important;
  }
  .bonus_new_s {
    flex-direction: column !important;
    gap: 10px !important;
  }
}