/* Enter Your Custom CSS Here */
/*.home .push {
  padding-bottom: 0px;
}*/
/*
.home #footer-bg {
  background: none;
}
*/
/*.home #footer, #footer_text {
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}*/
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
    border: 1px solid #efefef;
    border-radius: 1px;
}
#main-menu {
    background: none;
}
/*#footer-bg .container_24 .grid_20 {
    width: 100%;
}*/
span.social {
  padding-right: 20px;
}
.contact textarea {
  line-height: 25px !important;
}
.contact input, textarea {
border: 1px solid #ccc;
font-size: 14px;
margin: 0 10px 10px 0;
width: 100%;
padding: 8px 10px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 2px 2px #ddd;
-moz-box-shadow: 0 2px 2px #ddd;
-webkit-box-shadow: 0 2px 2px #ddd
}

.contact input[type="submit"] {
background: #660000;
border: 1px solid #ffffff;
color: #ffffff;
cursor: pointer;
font-size: 14px;
font-weight: bold;
padding: 3px 5px;
width: auto;
}

/*.back-to-top {
  display: none;
}
.copyright.back-to-top {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.copyright.back-to-top a {
    display: block;
    float: none;
    text-align: center;
}*/


a, #isotope-options li, #isotope-options li a.selected, h3.accordion-toggle.active a{
	color: #2c59b2 !important;
}
a:hover {
	color: #ff4141 !important;
}
#bottom-bg {
	background-color: #444;
}
h1, h2, h3, h4 {
	color: black;
  	font-weight:900;
}
h3.bottom-col-title {
	color: black;
}
hr {
	border-color: #2c59b2;
}
/* just making the current contact form slightly less ugly */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: 1px solid black;
    padding: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid black;
}
/* adding hover color to buttons */
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
	background-color: #ff4141 !important;
}
/*Changing footer background to grey */
#footer-bg {
	background-color: #444 !important;
}
html {
	background-color: #444 !important;
}

/*Button colors */
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-outline.vc_btn3-icon-right.vc_btn3-color-white {
  	margin-top: 10px;
}
.grey-button .vc_btn3-style-outline {
    background-color: #2c59b2 !important;
}

/* add padding to the logo */
/*.home div#logo {
  	margin-bottom: 20px;
	padding-top: 20px;

}*/
/* add text after logo */
div#logo::after {
    content: "Kitchen and Bathroom Remodeling";
    display: block;
    position: relative;
    text-align: center;
}
/* nav menu alignment

div#navigation-menu {
	margin-top: -23px;
} */
/* overflow left? */

@media screen and (min-width: 1095px) {
	.logo-inner {
		margin-left: -70px;

	}
}
/*fix menu spacing on all pages except home */
div#main-menu{
  	margin-bottom:2em;
}

.home div#main-menu {
    margin-bottom: 0em;   
}
