/* Enter Your Custom CSS Here */
.blue-button {
	background: #1587bd;
	padding: 7px 18px;
	color: #fff;
}

/*Change FP text section height*/
#sec-cat {
	height: 450px;
}

/* contact form 7 buttons */
.wpcf7-submit {
	background: #0088cc;
	padding: 7px 18px;
	color: #fff;
	border: none;
}

/*Adjust header styling */
#nav {
	background: #1587bd;
}

.sf-menu li:hover, .sf-menu li.current-menu-item {
	background: #7e888e;
}

.sf-menu li:first-child.current-menu-item {
    border-left: none;
}

.sf-menu li {
    border-right: none;
    border-left: none;
}

.blog-title-stuff {
		background: #7e888e;
}

.cellar {
    background: #7e888e;
		border-top: none;
}

/* adjust column spacing front pahe */
.row {
    width: 1170px;
    display: flex;
    margin-right: auto!important;
	margin-left: auto!important;
}

@media only screen and (max-width: 600px) {
    .mobile-row {
        width: 80%;
        display: block;
        margin-right: auto!important;
    		margin-left: auto!important;
    }
}

.two-column {
  flex: 50%;
  padding: 10px;
	text-align: center;
}



.para-text {
    text-align:center;
    font-size: 0.8em;
    font-family: Helvetica Neue,Arial,sans-serif;
}

.para-text-med {
	font-size: 	20px;
}

.fp-body h1 {
    text-align:center;
    font-size: 28px;
    font-family: Helvetica Neue,Arial,sans-serif;
}

.fa-blue {
    color: #1587bd;
}
.center-button {
    text-align: center;
}

.center-col {
	padding: 90px 0;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


