/*
 Theme Name:     Streamline Signs
 Theme URI:      http://www.brockledesign.co.uk
 Description:    Streamline Signs Theme
 Author:         Brockle Design
 Author URI:     http://www.brockledesign.co.uk
 Template:       it-solutions
 Version:        1.0.0
*/
 
@import url("../it-solutions/style.css");
/* =Theme customization starts here
------------------------------------------------------- */
h1, h2, h3 {
    text-transform: uppercase;
}
.site-main {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}
/* TOP BAR */
.head-info-area {
    background-color: #274289;
}
.social-icons a {
    height: 40px;
    border-left: 1px solid #445fa7 !important;
}
.social-icons a:last-child {
    border-right: 1px solid #445fa7;
}
.emltp.light a {
    color: #fff !important;
}
.head-info-area .left .emltp {
    padding: 10px 5px;
}
.head-info-area .left .taglinetp {
    padding: 10px 5px;
    color: #fff;
}
span.phoneno {
    font-weight: 700;
    font-size: 1.3em;
}
span.phoneno a {
    color: white;
}
.head-info-area .right .phntp {
    padding: 10px 20px;
    background-color: #fa9300;
}
/* HEADER */
.header {
    background-color: #fff;
    box-shadow: 0px 2px 6px 0px #27272745;
}
body.wp-custom-logo .logo {
    padding: 20px;
    position: absolute;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 6px 6px 0px #27272745;
}
body.wp-custom-logo .sitenav {
    padding: 0;
}
.sitenav ul li a {
    padding: 20px;
}
.sitenav ul li:last-child a {
    padding-right: 20px;
}
.sitenav ul li a:hover {
    background-color: #f5f5f5;
}
.sitenav ul li:hover > ul {
    background-color: #ececec;
    width: 240px;
}
.logo img {
    max-height: 100px;
}
/* HOMEPAGE */
.frontpage.page_content {
    padding: 0;
}
/* Homepage - Slider */
.sow-slider-image-wrapper h1 {
    background-color: #274289a6;
    padding: 20px;
}
/* Homepage - Service Boxes */
h4.cl-ib-title {
    text-transform: uppercase;
}
/* PAGE */
.page_content {
    padding: 40px 0;
}
h1.entry-title {
    margin-bottom: 60px;
    text-align: right;
}
/* CONTACT */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
    background-color: #f7f7f7;
    padding: 20px 15px;
    width: 100%;
    margin-bottom: 10px;
    border: none;
    box-shadow: inset 0px 2px 2px #dadada;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #b3b3b3;
}
.wpcf7 input[type="submit"] {
    float: left;
    padding: 15px 40px;
}
/* FOOTER */
.cols-3 {
    width: 29%;
}
.cols-3 .panel-grid-cell {
    width: inherit !important;
}
.cols-3 ul li a:hover, .cols-3 ul li.current_page_item a {
    color: #fa9300;
}
.footerarea a:hover {
    color: #ffffff !important;
}

/* SCREEN SIZES */
@media screen and (max-width: 767px) {
    /* HEADER */
    body.wp-custom-logo .logo {
        position: relative;
        box-shadow: none;
    }
    .head-info-area .left .taglinetp {
        display: none;
    }
    .head-info-area .left .emltp {
        padding: 10px 0px !important;
    }
    .head-info-area .right .phntp {
        padding: 10px 20px !important;
    }
    .toggle a {
        background-color: #274289;
    }
}
