.main-navigation {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.main-navigation ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

.main-navigation ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
	padding: 10px;
}

.tag-links {
	display: none;
}

.entry-meta {
	display: none;
}

.single-post .post-tags {
	display: none;
}

.single .content-area {
	width: 100% !important;
}

.single .widget-area {
	display: none;
}

.pt-cv-readmore:hover {
	background: #ebab21 !important;
}

.pt-cv-readmore {
	background: #00728f !important;
}
.has-banner, .overlay {
    max-height: 500px;
}
body.page-id-1590 header#masthead,
body.page-id-1590 div.header-image {
    display: none;
}
.page-id-1590 #masthead, .page-id-1590 #sidebar-footer {
  display: none;
}
.page-id-1590 .site-header,
.header-clone {
    display: none;
}
body.page-id-1663 header#masthead,
body.page-id-1663 div.header-image {
    display: none;
}
.page-id-1663 #masthead, .page-id-1663 #sidebar-footer {
  display: none;
}
.page-id-1663 .site-header,
.header-clone {
    display: none;
}
body.page-id-1724 header#masthead,
body.page-id-1724 div.header-image {
    display: none;
}
.page-id-1724 #masthead, .page-id-1724 #sidebar-footer {
  display: none;
}
.page-id-1724 .site-header,
.header-clone {
    display: none;
}
/*** MAIN FORM CONTAINER ***/
.caldera-grid {
    background: rgba(0, 101, 128, 1);
    padding: 40px 40px 10px 40px;
}
/*** HEADER FONT ***/
.caldera-grid h2 {
    color: #DCE0D9;
    font-weight: 700;
    text-shadow: 2px 2px 0 #666;
}
/*** BODY FONT ***/
.caldera-grid p,
.caldera-grid label {
    color: #f5f5f5;
}
/*** ADDS EXTRA SPACE BELOW HORIZONTAL RULE ***/
.caldera-grid .row {
    margin-bottom: 20px;
}
/*** HORIZONTAL RULE ***/
.caldera-grid hr {
    border-top: 5px solid #DCE0D9;
}
/*** FIELD STYLING ***/
.caldera-grid .form-control {
    background: rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 0;
    color: #f5f5f5;
}
/*** FIELD STYLING WHEN IN FOCUS ***/
.caldera-grid .form-control:focus {
    color: #f5f5f5;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: none;
}
/*** BUTTON STYLING ***/
.caldera-grid input[type=submit] {
    font-weight: 700;
    padding: 10px 12px;
    border-radius: 0;
    background: #ab9767;
    color: #f5f5f5;
    border: none;
    transition: -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
/*** BUTTON HOVER STYLING ***/
.caldera-grid input[type=submit]:hover {
    background: #444;
    color: #fff;
}

/** Center the button (inside it's column) **/
.caldera-grid .btn {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
}

/** Make button the full width of the column **/
.caldera-grid .btn {
    width:100%
}
