/*
 Theme Name:     Task Force
 Theme URI:      http://www.encodetheweb.com/en/
 Description:    Custom child theme for TaskForce.ca
 Author:         Encode Web Solutions
 Author URI:     http://www.encodetheweb.com/en/
 Template:       west
 Version:        1.0.0
*/
 
@import url("../west/style.css");
 
/* =Theme customization starts here */

.form-contact{
    width: 100%;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"] {
    height: 50px;
}

textarea{
    height: 150px;
}

html, body {
        height: 100%;
        margin: 0;
        padding: 0;
      }
      #map {
        height: 100%;
      }

a, a:hover {
    color: #004785;
}

.bg-primary {
    background-color: #004785;
}

.backgrounds {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
    display: -moz-box !important;
    -moz-box-pack: center !important;
    -moz-box-align: center !important;
    display: -webkit-box !important;
    -webkit-box-pack: center !important;
    -webkit-box-align: center !important;
    display: box !important;
    box-pack: center !important;
    box-align: center !important;
    width: 100%;
}

.content-area {
   width: 100%;
   float: none;
}

.tk-banner {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 59%, rgba(0, 0, 0, 0.75) 100%), url('http://www.taskforce.ca/wp-content/uploads/2016/06/cropped-cropped-employees.jpg') no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.50)), color-stop(59%, rgba(0, 0, 0, 0.50)), color-stop(100%, rgba(0, 0, 0, 0.75))), url('http://www.taskforce.ca/wp-content/uploads/2016/06/cropped-cropped-employees.jpg') no-repeat;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 59%, rgba(0, 0, 0, 0.75) 100%), url('http://www.taskforce.ca/wp-content/uploads/2016/06/cropped-cropped-employees.jpg') no-repeat;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 59%, rgba(0, 0, 0, 0.75) 100%), url('http://www.taskforce.ca/wp-content/uploads/2016/06/cropped-cropped-employees.jpg') no-repeat;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 59%, rgba(0, 0, 0, 0.75) 100%), url('http://www.taskforce.ca/wp-content/uploads/2016/06/cropped-cropped-employees.jpg') no-repeat;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 59%, rgba(0, 0, 0, 0.75) 100%), url('http://www.taskforce.ca/wp-content/uploads/2016/06/cropped-cropped-employees.jpg') no-repeat;
    background-position: center;
}

.tk-banner-home {
    height: 400px;
}

.tk-banner-else{
    height: 300px;
}

hr {
    border-color: #004785;
    border-width: 3px;
    max-width: 50px;
}

input#search, .form-control{
    background-color: #fff;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    padding: .4em;
    line-height: 1.4em;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-box-shadow: inset 2px 6px 18px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
    box-shadow: inset 2px 3px 6px rgba(0,0,0,.2);
}

input#searchsubmit{
	display: none;
}

.text-primary {
    color: #004785;
}

.bg-primary hr {
    border-color: #fff;
}

.bg-primary .text-muted {
    color: #dedede;
}

.bg-primary .text-primary {
    color: #fff;
}

.bg-primary h3{
    color: #fff;
}

button, .button, input[type="button"] {
    background-color: #004785;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #004785;
    border: 2px solid #004785;
    background: #fff;
    text-decoration: none;
}

.header-text{
    font-size: 2em !important;
    position: relative;
    top: 150px;
}

.entry-title a:hover {
    color: #004785;
    text-decoration: none;
}

input[type="reset"] {
    background-color: #909090 !important;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
    border-bottom: 1px solid #004785;
}

.main-navigation a:hover, .main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
    color: #004785
}

#map{
    margin-top: -120px;
}

.sjb-wrap section {
	padding: 0;
}

.site-logo {
    max-width: 100%;
    max-height: 100px;
}

.searchform{
    width: 98%;
}

.search-marg{
    display:none;
}

.redError {
    border: 2px solid rgb(253, 5, 5) !important;
}

.bg-primary .section-heading {
    color: #fff;
}

.overlay {
    background: transparent;
    z-index: 9999;
    position: relative;    height: 400px;
pointer-events: none;
}

@media (min-width:480px){

.header-text{
    font-size: 5em !important;
    position: initial;
}

input#search{
    border-radius: 20px;
    box-shadow: none;
    padding-top: 25px;
    width: 500px;
    padding-bottom: 25px;
    padding-left: 15px;
    background: transparent;
    border: 2px solid #ffffff;
    color: #fff;
    height: 80px !important;
    padding-left: 95px !important;
    font-size: 2em !important;
    text-shadow: none;
}

.form-control{
    text-shadow: 0 0 0 transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.form-contact{
    width: 450px;
    margin: 0 auto;
}

.searchform{
    width: auto;
}

.search-marg{
    display:block;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    color: #fff;
    position: absolute;
}

.tk-banner-home{
    height: 900px;
}

}