/*
Theme Name: Modulus Child
Theme URI: http://www.webulousthemes.com/modulus/
Author: N. Venkat Raj
Author URI: http://www.webulousthemes.com/
Description: Modulus comes with modern, stylish and responsive design. It uses skeleton framework for grids which keeps minimal css. Stylesheet is generated using SASS and so stays DRY. Best suited for Corporate/Business/Blog sites. There is no theme options panel, instead uses Customizer, core feature of WordPress and comes with lots of options to customize. Has 4 Footer Widget Areas.
Template: modulus
Version: 1.1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: modulus
Tags: custom-menu, custom-background, featured-images, fixed-layout, responsive-layout, right-sidebar, sticky-post, threaded-comments, translation-ready, two-columns

Modulus WordPress Theme, Copyright (C) 2016, N. Venkat Raj
Modulus is distributed under the terms of the GNU GPL

Modulus is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/ 
*/
body{
    background-color: #f1f1f1;
}
branding .site-branding .site-description {
    margin-top: -1px;
}

.container .eight.columns {
    width: 100%;
}

.site-main .container {
    background-color: #ffffff;
}

#primary .site-main {
   
}

.entry-content{
    background-color: #ffffff;
     padding: 20px;
}

.branding .site-branding {
    text-align: left;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    background-color: #f1f1f1;
}

.branding{
    background-image: url("http://cityinvestmentproperties.com/wp-content/uploads/2016/06/housenew4.png");
    background-repeat:no-repeat;
}

.home .site-content {
    background-color: #f1f1f1;
    margin-bottom: 0px;
}

.main-navigation li a:hover {
text-decoration: none;
}

input[type="tel"]{
    padding: 6px 15px;
    width: 96%;
}

input[type="tel"]{
    color: #000;
    border-width: 1px;
    border-style: solid;
    border-color: #d7d7d7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-primary {
    color: #fff;
    background-color: #f7931e;
    border-color: #716558;
}

.btn-primary:hover {
    color: #fff;
    background-color: #716558;
}