/*
Theme Name: Ward - Child theme
Theme URI: http://themes.bavotasan.com/premium-themes/ward/
Description: A basic child theme for Ward
Author: T. Cherry
Author URI: http://themes.bavotasan.com/
Template:	ward
Version: 0.1
*/

@import url("../ward/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */


.basic #home-page-widgets {
  background: #2ca6da;
}

body.basic h1, .basic h2, .basic h3, .basic h4, .basic h5, .basic h6  {
    color: #97ca3d;
    font-family: gill sans;
    font-weight: normal;
}

.h2 {
color: #fcee21;
}

.entry-title {
    font-size: 40px;
}

body{
color: #fcee21;
}


.jumbotron {
    font-size: 31px;
    font-weight: 200;
    line-height: 1;
}

.icon-off:before {
    content:url(http://www.tachedesigns.com/keys2cleaning/wp-content/uploads/2014/06/WaterDrop-transparent-e1403302323426.png);
}

#footer .icon-leaf {
    visibility:hidden;
}

#footer .credit-link {
    position: relative; visibility:hidden;
}
.pull-right {
    float: right !important;
}

.icon-leaf {
visibility:hidden;
}


#footer .credit-link {
    position: relative; visibility:hidden;
}

*/ style for forms
--------------------------------*/
input, textarea {
    border: 1px solid #bbb;
    border-radius: 6px;
    box-sizing: border-box;
    color: #555;
    font-size: 14px;
    padding: 8px;
    width: 403m;
}