/*
 Theme Name:   Steven Watkins Child Theme
 Theme URI:    https://steven-watkins.axiomthemes.com/
 Description:  Steven Watkins Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     steven-watkins
 Version:      2.0.0
 Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  steven-watkins
*/

/* =Theme customization starts here
------------------------------------------------------------ */

.whatsapp-button {
  background: #25d366;
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: background 0.2s, box-shadow 0.2s, transform 0.1s;
  border: none;
  outline: none;
  cursor: pointer;
}
.whatsapp-button:hover,
.whatsapp-button:focus {
  background: #128c7e;
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px) scale(1.03);
  text-decoration: none;
}
@media (max-width: 600px) {
  .whatsapp-button {
    width: 100%;
    justify-content: center;
    font-size: 1rem;
    padding: 12px 0;
  }
}

.socials_mobile,
.sc_layouts_search {
  display: none !important;
}

.page_content_wrap .sidebar {
  display: none !important;
}
