/*!
Theme Name: San Mateo Restoration
Theme URI: https://sanmateorestoration.com
Author: Ido Barnea
Author URI: http://coinso.com
Description: sanmateorestoration.com website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sanmateorestoration
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

compass2018 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> Remove Comment from stylesheet
>>> Write all New styles here
---------------------------------------------------------------- */
:root{
    --theme-white:#ffffff;
    --theme-black: #000000;
    --primary: #000000;
    --secondary: #FEBA12;
    --link-color: #3b393a;
    --light-gray:#CDCDCD;
    --light-secondary:#FFAF01;
}
body{
    /*background-color: var(--theme-white);*/
}
article h1,
article h2,
article h3,
article h4,
article h5{
    color: var(--secondary);
}
article .entry-title{
    color: var(--primary);
}
a{
    color: var(--light-secondary);
    font-weight: 500;
}
a:visited{
    color: var(--light-secondary);
    font-weight: 500;
}
#colophon {
    background-color: var(--light-gray);
}
#site-credits{
    background-color: var(--primary);
}
#footer-menu .nav-link{
    color: var(--theme-black);
    text-transform: capitalize;
}

.wpcf7 input[type=submit]{
    background: var(--primary);
}

#primary-menu li a{
    text-transform: capitalize;
    color: var(--theme-black);
}
@media screen and(min-width: 769px){
    .widget_nav_menu {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
/*#service-bar .service-card .card .service-img-wrap{*/
    /*min-height: 180px;*/
    /*height: auto;*/
    /*width: 100%;*/
/*}*/
/*#service-bar .service-card .card .service-img-wrap .service-link{*/
    /*border-radius: 0;*/
    /*-webkit-transition: all 0.3s ease-in-out;*/
    /*-moz-transition: all 0.3s ease-in-out;*/
    /*-ms-transition: all 0.3s ease-in-out;*/
    /*-o-transition: all 0.3s ease-in-out;*/
    /*transition: all 0.3s ease-in-out;*/
    /*box-shadow: none;*/
/*}*/
/*#service-bar .service-card .card .service-img-wrap .service-link:hover{*/
    /*-webkit-box-shadow: 2px 11px 19px -11px rgb(92, 92, 94);*/
    /*-moz-box-shadow: 2px 11px 19px -11px rgb(92, 92, 94);*/
    /*box-shadow: 2px 11px 19px -11px rgb(92, 92, 94);*/
    /*-webkit-transition: box-shadow 0.3s ease-in-out;*/
    /*-moz-transition: box-shadow 0.3s ease-in-out;*/
    /*-ms-transition: box-shadow 0.3s ease-in-out;*/
    /*-o-transition: box-shadow 0.3s ease-in-out;*/
    /*transition: box-shadow 0.3s ease-in-out;*/
/*}*/
@media screen and (max-width: 768px){
    .hero {
        margin-top: 85px;
    }
    .navbar-brand{
        max-width: 50%;
    }
    .custom-logo-link .custom-logo {
        width: auto;
    }
    #primary-menu li a{
        text-transform: capitalize;
        color: var(--secondary);
    }
}
