/*
Theme Name: Schuster Child
Template: schuster
Version: 1.0
Author:	Athul Vincent
Theme URI: http://ibiz.ae/
Author URI: http://facebook.com/athulvincent/
*/

/*Add your own styles here:*/
.l-subheader.at_middle .w-nav {
    text-transform: uppercase;
}
.l-subheader.at_middle .w-nav ul li a {
    font-size: 15px !important;
    font-weight: bold;
}
#first h1 {
    text-align: center;
    font-weight: 600;
}
#first p {
    text-align: center;
    /*padding: 0px 100px 0px 100px;*/
}
#second h2 {
    font-size: 40px;
    font-weight: 600;
}
#second .home-serv p {
    text-transform: uppercase;
    color: #434955;
    font-size: 16px;
    font-weight: 600;
}
#second .home-serv .w-image.style_simple {
    margin-bottom: 3px;
}
#third h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    line-height: 50px;
}
#third p {
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 5px;
    font-weight: 300;
}
#third a.w-btn.color_white.style_solid.icon_atleft {
    color: #fe0000 !important
}
.color_footer-top h4 {
    font-size: 24px;
}
.color_footer-top p, .color_footer-top a {
    font-size: 15px;
}
.l-footer .w-contacts-item-value {
    font-size: 15px;
}
.l-footer .w-socials-item-link {
    font-size: 18px !important;
}
.w-portfolio-item-anchor, .no-touch .w-portfolio-item-anchor:hover {
    background: #dc0000 !important;
    text-transform: uppercase;
}
.g-filters-item span {
    text-transform: uppercase;
    font-size: 14px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
}
.g-filters-item {
    padding: 0px 15px;
}
section#second .home-serv img:hover {
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important;
    transition: .3s ease-in-out;
    filter: blur(1px) !important;
    -webkit-filter: blur(1px) !important;
}