/*
 Theme Name:     Concrete Theme
 Theme URI:      
 Description:    Child theme for Concrete Expert Site
 Author:         Pavel Ketsuk
 Author URI:     
 Template:       Divi
 Version:        1.0.0
*/
 
.footer-background {
    background-color: #222121;
    color:white;
}

.footer-margin {
    padding-top: 4em;
    padding-bottom: 4em;
}

li.call-us{
    border-style: solid;
    border-radius:2px;
    border-width: 1.2em 2em 0em 2em;
    border-color:red;
    background:red;
}

.link-decoration, .link-decoration:hover{
    text-decoration: none;
    color:inherit;
    padding-top: 1em;
    display:block;
}

body .gform_wrapper .gform_footer input[type=submit] {
    color:white;
    background:red;
    border-style: solid;
    border-radius:4px;
    border-color:red;
    display: flex;
}

#top-menu-nav #top-menu a:hover,
#mobile_menu_slide a:hover { 
    color: black !important; 
    opacity:1 !important;
}