/*
Theme Name: Vantage-Child
Author: Gerry Washburn
Author URI: http://wetech.com
Theme URI: http://siteorigin.com/theme/vantage/
Description: Vantage is a flexible multipurpose theme. It's strength lies in its tight integration with some powerful plugins like Page Builder for responsive page layouts, MetaSlider for big beautiful sliders and WooCommerce to help you sell online. Vantage is fully responsive and retina ready. Use it to start a business site, portfolio or online store. We offer free and premium support on our support <a href="http://siteorigin.com/thread/">forums</a> (http://siteorigin.com/thread/).
template: vantage
Version: 1.4.2
License: GNU General Public License 2.0
License URI: license.txt
Tags: responsive-layout, fluid-layout, custom-background, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, black, white, light, one-column, two-columns, full-width-template
*/

#masthead .hgroup .logo {
    display: block;
    float: left;
    width: 100%;
    max-width: 100%;
}

#main-slider {
    background: #222 none repeat scroll 0 0;
    line-height: 0;
}

#main {
    background: #fcfcfc none repeat scroll 0 0;
    padding: 0;
}

/* gets rid of page titles - TDT
-------------------------------------------------------------- */
body.page .entry-title {
   display:none;
}

.main-navigation {
    border-color: black;
	border-style: none none solid;
    border-width: medium;
    list-style: outside none none;

}

.addtoany_share_save_container { text-align:center; }

/* =Contact 7 Form Customizations below
-------------------------------------------------------------- */
.wpcf7 input {
box-sizing: border-box;
padding-left: 10px;
padding-right: 10px;
width: 600px;

}
.wpcf7 textarea{
		box-sizing: border-box;
        height: 100px; 
        width: 100%;
        padding: 0px;


}
.wpcf7 p {
		padding-top: 1px;
		padding-bottom: 2px;
		width: 100%;
		font-size: 17px;

}
.wpcf7 p {

		margin-bottom: 0;

}
.wpcf7 input[type="reset"], input[type="button"], input[type="submit"] {
        background:#4376C1;
		width: 85%;
		height: 50px;
		color: #FFFFFF;
    	font-size: 18px;
    	font-weight: normal;
}


.wpcf7 input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
        background:#0D3268;

}


