/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/
-- NEW COLOUR SCHEME--

#e7e7e7 – really light grey
#cbcbcb – light grey
#4f4f4f – dark grey
#f78f1e – orange


--GRAPHIC / WEB DESIGN PAGE --

.portfolio-filters-inline[data-color-scheme="black"] {
    background-color: #4f4f4f !important;
}

@media only screen and (min-width: 1000px) {
    .portfolio-items[data-ps="6"] .work-item:hover .bg-overlay {
        border-width:0px !important;
    }
}



--H1 Tags --


body .row .col.section-title h1, body h1 {
    font-size: 22px !important;
    line-height: 38px !important;
}


.white-text{
color: #ffffff;
}


