/*
Theme Name: Sunnyside Landscaping
Theme URI: https://sunnysidelandscaping.com
Author: The Web Guys
Author URI: https://thewebguys.com
Description: Professional WordPress theme for Sunnyside Landscaping - Premier landscaping services in Carmel, IN. Features ACF integration for easy content management.
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sunnyside
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Requires at least: 5.2
Tested up to: 6.4
Requires PHP: 7.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
/*18 Nov*/
.slider-container {
    position: relative;
    width: 100%;
    height: 400px; /* Adjust height as needed */
    display: flex; /* Enable flexbox */
    flex-direction: column; /* Stack elements vertically */
    justify-content: center; /* Center the button vertically */
    align-items: center; /* Center the button horizontally */
    overflow: hidden;
}

.view-projects-button {
    background-color: #0073e6;
    color: white;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.view-projects-button:hover {
    background-color: #005bb5;
}

.contact-cta-section, .cta-section {
    display: none !important;
}

html body .mobile-cta-bar {
    display: none !important;
}































/* Theme styles are loaded from assets/css/style.css */
.home .hero {min-height: 80vh !Important;}
@media (max-width: 768px) {.footer .footer-brand .contact-info {display: flex;justify-content: center;flex-direction: column;align-items: center;}}
@media (max-width: 768px) {.footer .social-links {justify-content: center;} .footer-section { margin: 0 auto;text-align: center;
}}
.header-top-bar { background: var(--primary-color) !important;}
.header-top-bar-item a {color: white !important; }
.header-top-bar-item svg {fill: #F4A300 !important;}
.header-top-bar-item a:hover {color: var(--background-light) !important; }
.gform_required_legend {display: none !important;}
.cta-section label {text-transform: none !important;}
.gform_wrapper .gform_button, .gform_wrapper .gform_submit_button, .gform_wrapper input[type="submit"] {
    background: linear-gradient(135deg, #F4A300, #e69500) !important;
    color: white !important;
    border: none !important;
    padding: 15px 40px !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease !important;
    width: 100% !important;
    display: block !important;
    margin-top: 20px !important;
}

.footer-twg-content {display: flex; justify-content: center !important;}

.page-id-955 .hero-section { 
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(30, 30, 30, 0.85)), url(/wp-content/uploads/2025/09/gallery-20.jpg) !important;}

/* mobile font sizing */
p.hero-intro {font-size: 20px;}
@media (max-width: 768px) {
			.hero-subtitle, p.hero-intro {font-size: 18px !important}
			.services-header .section-subtitle, .additional-services-section .section-intro, .gallery-subtitle {font-size: 16px !important}
			.additional-services-section h2, .process-section-template h2, .gallery-section h2, .why-choose-section h2, .hero-content h1 {font-size: 32px !important}
			.service-icon-wrapper {margin-bottom: 20px !important; }
			.hero-section {padding: 100px 0px !important;}
	.closing-paragraph-section a, .closing-paragraph-section strong, .hero-subtitle a, .hero-subtitle strong, p.hero-intro a, p.hero-intro strong, .hero-content a, .hero-content strong, .bottom-cta a, .bottom-cta strong  {display: inline-block; width:auto; }
}


#input_4_22 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 20px;
}

@media (max-width: 768px) {
#input_4_22 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 20px;
}
}