/*
Theme Name:   FinalProdigy Elementor
Description:  Write here a brief description about your child-theme
Author:       NK Nyra
Author URL:   finalprodigy.com
Template:     hello-elementor
Version:      1.0
Text Domain:  finalprodigy-elementor
*/

/* Write here your own personal stylesheet */

.gsc-search-button button:focus,.gsc-search-button .button:hover {
    background:#ff9000;
}

@media (min-width: 576px) {
    .site-header,body:not([class*=elementor-page-]) .site-main {
        max-width:100%!important;
    }
}

@media (min-width: 768px) {
    .site-header,body:not([class*=elementor-page-]) .site-main {
        max-width:100%!important;
    }
}

@media (min-width: 992px) {
    .site-header,body:not([class*=elementor-page-]) .site-main {
        max-width:100%!important;
    }
}

@media (min-width: 1200px) {
    .site-header,body:not([class*=elementor-page-]) .site-main {
        max-width:100%!important;
    }
}