/*
 Theme Name:   Hello Child
 Description:  Hello Child Theme, this is where baby WordPress themes are made.
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  helllochild
*/

/* Colors
    Orange #dc9846
    Red #c02a36
*/

.site-navigation ul.menu li a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#menu-main .get-quote > a {
    background: #FADDD2;
    color: #F27200;
    border: solid 2px #F27200;
    border-radius: 8px;
    margin-left: 75px;
}

#site-footer{
    display: none !important;
}

#custom-footer p {
    padding:0; margin:0;
}

@media screen and (max-width: 768px) {
    .menu-item a {
        text-decoration:none !important;
    }
    #menu-main .get-quote > a {
        background: #FADDD2 !important;
        color: #F27200 !important;
        border: solid 2px #F27200;
        border-radius: 8px;
        text-decoration: none;
        margin-left: 0px;
    }
}
