/* Enter Your Custom CSS Here */

/*Header Edits*/
.top_info_line {
    float: right !Important;
    font-size: 12px;
    line-height: 30px;
    color: gray;
    font-family: Roboto
}
.top_info_line a:nth-child(2) {
    margin-left:5px;
    margin-right:15px;
}
.top-bar-section ul li > a,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section ul.dropdown li a:first-child,
.top-bar-section li:not(.has-form) a:not(.button)
{
    color: #333;
    font-size: 14px;
}
header .logo {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    float: left
}

/*Footer Edits*/
.panel>:last-child {
    margin-bottom: 0;
    margin-top: 0;
}
footer[role=contentinfo].full-width {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
      background: #683c10;
}
.footer-widget {
    background-color:#c19a72;
}

/*Edits for the Center Popup Light box*/
#cboxLoadedContent{
    width:450px !important;
    height:650px;
}
#cboxWrapper{
    height: 650px;
    width: 450px;
    margin-left: 10%;
}
.book_form{
    margin-left: 15% !important;
    width:450px;
    height:1200px;
}
.booking_form .control-group {
    margin: 0px 0px;
}
.block_hints {
    margin: 10px 0px 15px 0px !important;
}
#cboxContent{
    border:2px solid #000;
    width:450px !important;
    height:650px !important;
}

/*Header Title Edits*/
.row h4 {
    margin-top:0;
}

.main-post-title h1{
    display:none;
}
#pg-29-0 h2{
  text-align:center;
}