/*-----------------------------------------------------------------------------------*/
/*  Fonts
/*-----------------------------------------------------------------------------------*/

/*Gotham Light*/

@font-face {
    font-family:'Gotham-Light';
    src: url('../fonts/gotham_light/Gotham-Light_gdi.eot');
    src: url('../fonts/gotham_light/Gotham-Light_gdi.eot#iefix') format('embedded-opentype'),
        url('../fonts/gotham_light/Gotham-Light_gdi.woff') format('woff'),
        url('../fonts/gotham_light/Gotham-Light_gdi.ttf') format('truetype'),
        url('../fonts/gotham_light/Gotham-Light_gdi.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

/*Gotham Bold*/

@font-face {
    font-family:'Gotham-Bold';
    src: url('../fonts/gotham_bold/Gotham-Bold_gdi.eot');
    src: url('../fonts/gotham_bold/Gotham-Bold_gdi.eot#iefix') format('embedded-opentype'),
        url('../fonts/gotham_bold/Gotham-Bold_gdi.woff') format('woff'),
        url('../fonts/gotham_bold/Gotham-Bold_gdi.ttf') format('truetype'),
        url('../fonts/gotham_bold/Gotham-Bold_gdi.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

/*Gotham Book*/

@font-face {
    font-family:'Gotham-Book';
    src: url('../fonts/gotham_book/Gotham-Book_gdi.eot');
    src: url('../fonts/gotham_book/Gotham-Book_gdi.eot#iefix') format('embedded-opentype'),
        url('../fonts/gotham_book/Gotham-Book_gdi.woff') format('woff'),
        url('../fonts/gotham_book/Gotham-Book_gdi.ttf') format('truetype'),
        url('../fonts/gotham_book/Gotham-Book_gdi.svg') format('svg');
    font-weight: 325;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

/*Journal Regular*/

@font-face {
    font-family:'journalregular';
    src: url('../fonts/journal_regular/journal-webfont.eot');
    src: url('../fonts/journal_regular/journal-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/journal_regular/journal-webfont.woff') format('woff'),
         url('../fonts/journal_regular/journal-webfont.ttf') format('truetype'),
         url('../fonts/journal_regular/journal-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*-----------------------------------------------------------------------------------*/
/*  Custom Css
/*-----------------------------------------------------------------------------------*/
.scrollup {
  background:url(../images/icon_top_blue.png) no-repeat;
  bottom:50px;
  display:none;
  height:40px;
  opacity:1;
  position:fixed;
  right:50px;
  text-indent:-9999px;
  width:40px;
  z-index:9999;
}

.margint45 {
  margin-top: 30px !important;
}

.margin_right_10{
    margin-right: 10px;
}

.margin_left_10{
    margin-left: 10px;
}

.padding_right_five{
    padding-right: 5px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.fl{
    float: left;
}

.fz{
    font-size: 12px;
}

.divider_large{
    display: block;
    background: url(../images/divider_large.jpg) no-repeat;
    width: 100%;
    height: 12px;
    margin: 0 auto;
    max-width: 833px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.content_title{
    font-family:'Gotham-Bold';
}

pre {
    display: block;
    padding: 9.5px !important;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5 !important;
    border: none; 
    border-radius: 0px;
    margin-bottom: 40px !important; 
}

.call_now{
    background-color: #545850;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    width: 100%;
    padding: 15px;
    display: none;
}

.call_now a{
    color:#fff;
}

/*-----------------------------------------------------------------------------------*/
/*  Symple Shortcodes Custom
/*-----------------------------------------------------------------------------------*/

.symple-bullets-check ul li{
    margin-bottom: 10px;
}

.symple-tabs ul.ui-tabs-nav {
    display: block;
    margin: 0 !important;
    padding: 0;
    border-bottom: none;
}

.symple-tabs ul.ui-tabs-nav li {
    display: block;
    width: auto;
    height: 40px;
    padding: 0 !important;
    float: left !important;
    margin: 0 4px 0 0 !important;
    outline: none;
}

.symple-tabs ul.ui-tabs-nav li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 40px;
    padding: 0px 20px;
    line-height: 40px;
    border: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin: 0;
    background-color: #fff;
    font-size: 1em;
    color: #545850;
    outline: none;
    border-radius: 0;
}

.symple-tabs ul.ui-tabs-nav li a:hover { color: #545850; background: #ffe45d; }
.symple-tabs ul.ui-tabs-nav .ui-state-active a { background: #ffe45d; height: 40px; color: #545850 !important; }
.symple-tabs ul.ui-tabs-nav .ui-state-active a:hover { background: #ffe45d }

.symple-tabs .tab-content {
    background: #fff;
    padding: 20px;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

/*-----------------------------------------------------------------------------------*/
/*  Events Calendar
/*-----------------------------------------------------------------------------------*/

#tribe-bar-form label {color:#545850 !important;}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #74bf43;
}

/*-----------------------------------------------------------------------------------*/
/*  Video Modal
/*-----------------------------------------------------------------------------------*/

.videoModal {
    height:100%; width:100%;
    position:fixed;
    top:0; left:0;
    z-index: 100;
    display: none;
    background:rgba(0, 0, 0, .7);
}

.vidContainer {
    position:absolute;
    top:50%; left:50%;
    margin-left:-400px;
    margin-top:-227px;
}
#modalVid {
    width:800px;
}
.closeVideo {
    text-align: right;
    color:#ddd;
    cursor: pointer;
    font-size:14px;
}

.video_thumb{
    width: 400px;
    display: block;
    cursor: pointer;
    margin-right: 25px;
}

.symple-button.green {
    background: #75bf44;
}

.byline{display:none !important;}

iframe{border: none;}

.package_booking .fatsubmit{
    background-color: #75bf44 !important;
    border: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Global Css
/*-----------------------------------------------------------------------------------*/

body {
    margin: 0;
    padding: 0;
    color:#545850 !important;
    font-family: 'Gotham-Book', Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

#wrapper {
    height: auto;
    width: 100%;
}

.pos-center {
    text-align: center;
}

.pos-left {
    text-align: left;
}

.pos-right {
    text-align: right;
}

a {
    color: #545850;
}

a:hover {
    color: #74bf43;
    text-decoration: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.rsp-img-center {
    margin: 0 auto;
}

.active-color {
    color: #e4b248;
}

h1 {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.0825em;
}

h2 {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0.0825em;
}

h3 {
    font-size: 21px;
    line-height: 36px;
    letter-spacing: 0.0825em;
}

h4 {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.0825em;
}

h5 {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.0825em;
}

h6 {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.0825em;
}

.content{
    background: #fff;
    line-height: 25px;
}

.slicknav_menu {
    display:none;
}
/*-----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

ul{
    margin-bottom: 0;
    color:#545850;
}

.pre-header{
    font-size: 11px;
    background: #545850;
    color:#dbe0cd;
    height: 46px;
}

.pre-header p{
    color:#dbe0cd;
    display: inline-block;
}

.pre-header p:last-child{
    padding-left: 20px;
}

.pre-header ul, .pre-header p{
    padding-top: 8px;
}

.pre-header ul li {
    float: left;
    margin-right: 10px;
}

.pre-header i {
    padding-right: 5px;
    font-size: 16px;
}

.pre-link-box{
    line-height: 5px;
}

.pre-link-box li{
    list-style: none;
}

.pre-link-box li i{
    color:#888;
    font-size: 16px;
    transition: all .2s ease;
}

.pre-link-box li a{
    color: #dbe0cd;
}

.pre-link-box li a:hover{
    color:#ffe45d;
}

.pre-link-box li a.active_lang{
    color:#ffe45d;
}

.pre-link-box li i:hover{
    color:#ffe45d;
}

.pre-address-b{
    height: auto;
    padding-top: 4px;
}

.main-header {
    background: #fff;
    height: auto;
    width: 100%;
}

.main-header .logo {
    padding: 13px 22px;
    background-color: #75bf44;
    display: block;
    position: absolute;
    left: 0;
}

.logo img{
    height: 84px;
    width: 190px;
}

.main-header a {
    font-family:'Gotham-Bold';
}

.nav{
    position: relative;
}

/* SF Menu */
.menu li a{
    font-family:'Gotham-Bold';
}

.menu ul{
    position: absolute;
    display: none;
    top: 109px;
    left: -60px;
    z-index: 9999;
}

.menu ul li ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 100%;
    z-index: 9999;
}

.menu li:hover > ul, .menu li.menuHover > ul {
    display: block;
}

.menu ul li {
    width: 100%;
    min-width: 200px;
}

.menu .parent-menu ul {
    float: none;
}

.menu .menu-item-has-children {
    position: relative;
}

.menu .menu-item-has-children:after{
    content: "\f078";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #524e45 !important;
    font-size: 9px;
    padding-right: 0.5em;
    position: absolute;
    top: 47px;
    right: 6px;
}

.menu .menu-item-has-children:hover:after{
    content: "\f078";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #545850 !important;
    font-size: 9px;
    padding-right: 0.5em;
    position: absolute;
    top: 47px;
    right: 6px;
}
/* SF Menu */

.menu .menu-item-has-children.active:after{
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #545850 !important;
    font-size: 9px;
    padding-right: 0.5em;
    position: absolute;
    top: 47px;
    right: 6px;
}

.nav ul li {
    float: left;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    list-style: none;
}

.nav ul li:last-child{
    margin-right: 20px;
}

.nav ul li.active {
    background: #ffe45d;
    position: relative;
}

.nav ul li:hover {
    background: #ffe45d;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.nav ul li.current_page_item{
    background: #F9DF5C;
}

.nav ul li:hover a {
    color: #545850;
}

.nav ul.menu > li:before {
    content: "";
    position: absolute;
    top: 73px;
    left: 50%;
    margin-left:-12px;
    height: 2px;
    width: 0px;
    background: #524e45
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.nav ul.menu > li:hover:before {
    content: "";
    position: absolute;
    top: 73px;
    left: 50%;
    margin-left:-12px;
    height: 2px;
    width: 25px;
    background: #524e45;
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.nav ul.sf-menu > li.active:before {
    position: absolute;
    top: 73px;
    left: 50%;
    height: 2px;
    width: 25px;
    background: #524e45
    border: none;
}

.nav ul li.active a {
    color: #FFF;
}

.nav ul li a {
    font-size: 11px;
    letter-spacing: 0.1525em;
    color: #545850;
    padding: 47px 24px;
    display: inline-block;
    text-transform: uppercase;
}

.nav ul li.parent-menu a {
    padding-right: 32px;
}

.nav ul li ul li{
    background: #ffe45d;
    line-height: 20px;
    border-bottom: 1px solid rgba(240,240,240, 0.05);
}

.nav ul li ul li:last-child{
    border-bottom: 0;
}

.nav ul li ul li a{
    display: inline-block;
    font-family:'Gotham-Bold'!important;
    width: 100%;
    height: 100%;
    font-size: 11px;
    padding: 12px 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.nav ul li ul li a:hover{
    background: #F9DF5C;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


/*-----------------------------------------------------------------------------------*/
/*  Buttons
/*-----------------------------------------------------------------------------------*/

.btn{
    padding: 12px 20px;
    font-family:'Gotham-Bold';
    font-size: 12px;
    color: #FFF;
    border-radius: 0;
    letter-spacing: 0.0725em;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: uppercase;
}

.btn.blue{
    background: #00b3db;
}

.btn.blue:hover {
    background: #9bce4a;
    color: #FFF;
}

.btn.green{
    background-color: #74bf43;
}

.btn.green:hover{
    background-color: #00b3db;
    color:#fff;
}

.btn.yellow{
    background-color: #ffe45d;
    color: #545850;
}

.btn.yellow:hover{
    background-color: #F9DF5C;
}


/*-----------------------------------------------------------------------------------*/
/*  Slider
/*-----------------------------------------------------------------------------------*/

.flex-direction-nav a{
    background-color: #fff;
    width: 70px !important;
    height: 70px !important;
    border-radius: 100px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { 
    background-color: #ffe45d;
}

.flex-direction-nav a:before {
    content: "\f104" !important;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 55px;
    padding-right: 0.5em;
    position: absolute;
    top: 22px;
    left: 26px;
    opacity: 0.8;
}

.flex-direction-nav a.flex-next:before {
    content: "\f105" !important;
}

.flex-direction-nav a:before:hover {
    opacity: 1;
}

.falsenav .flex-control-paging {
    display: none;
}

.flexslider ul.slides li, .flexslider-thumb ul.slides li{
    position: relative;
}

.flexslider ul li .slider-textbox{
    width: 100%;
    height: 100%;
    left: 0;
    top: 110px;
    position: absolute;
}

.slider-home .flexslider{
    /*height: 464px !important;*/
}

.slider-home .flex-viewport {
    height: 560px;
}

.slider {
    position: relative;
}

.slider-loading{
    background: #fff;
    height: 300px;
    z-index: 99999999999999999999;
}

.slider-loading .slides{
    display: none;
}

.slider-loading:after{
    content:url(../images/progress.gif);
    width: 90px;
    height: 90px;
    position: absolute;
    top: 30%;
    left: 45%;
    background: #fff;
}

.slider-bar{
    font-family: 'Josefin Slab', serif;
    color:#fff;
    width: auto;
    height: 60px;
    background: rgba(97,94,80,0.8);
    font-size:20px;
    font-weight: 400;
    padding:20px 20px 0 20px;
    text-transform:uppercase;
}

.slider-triangle{
    width: 0;
    height: 0;
    border-top: 60px solid rgba(97,94,80,0.8);
    border-right: 40px solid transparent;
}

.slider-bar-under{
    font-family:'Gotham-Book';
    color:#545850;
    width: auto;
    height: 35px;
    background: #ffe45d;
    font-size:15px;
    padding:6px 20px 0 20px;
    text-transform:uppercase;
}

.slider-triangle-under{
    width: 0;
    height: 0;
    border-top: 35px solid #ffe45d;
    border-right: 20px solid transparent;
}


.book-slider{
    bottom: 60px;
    width: 100%;
    height: 130px;
    padding: 30px 0;
    position: absolute;
    background: rgba(97,94,80,0.8);
}

.book-slider ul{
    display: inline-block;
}

.book-slider ul li label{
    text-align: left;
}

.book-slider ul li {
    float: left;
    margin-right: 30px;
}

.book-slider ul li.sec-input {
    margin-right: 40px;
}

.book-slider ul li:last-child{
    margin-right: 0;
}

.book-slider input, .book-slider select {
    height: 30px;
    border: solid 1px #ffe45d !important;
    background: transparent !important;
    color: #fff !important;
    padding-left: 10px;
    text-transform: uppercase;
    line-height: 1px;
}

.sod_select{
    width: 75px !important;
    padding: 0;
    padding-left: 10px !important;
    border: solid 1px #ffe45d !important;
    height: 30px;
    background: transparent !important;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #fff !important;
    padding-top: 8px !important;
    border-top-left-radius: 0px;
}

.sod_select .sod_label{
    font-family:'Gotham-Book';
    font-weight:normal;
}

.sod_select.open{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sod_select .sod_list_wrapper
{
    border: solid 1px #ffe45d !important;
}

.book-slider input, .book-slider ul li.li-input{
    width: 200px;
}

.book-slider select, .book-slider ul li.li-select{
    width: 75px;
}

label {
    width: 100%;
    color: #FFF;
    font-size: 10px;
    letter-spacing: 0.0725em;
}

::-webkit-input-placeholder {
    color: #FFF;
    font-size: 11px;
}

.book-slider .button-style-1 {
    margin-top: 28px;
    padding: 1px 0px;
}

.bottom-book-slider {
    bottom: 0px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: solid 3px #ffe45d;
    position: absolute;
    background: rgba(70, 66, 48, 0.8);
}

.bottom-book-slider {
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.0725em;
}

.bottom-book-slider ul li {
    color: #fff;
    float: left;
    width: 25%;
    list-style: none;
    border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.bottom-book-slider ul li:last-child {
    border-right: none;
}

.bottom-book-slider i {
    font-size: 13px;
    color: #ffe45d;
    padding-right: 20px;
}

.date-selector::-webkit-input-placeholder{
    color: #e4b248;
}

.date-selector:-moz-placeholder{
    color: #e4b248;
}

.date-selector::-moz-placeholder{
    color: #e4b248;
}

.date-selector:-ms-input-placeholder{
    color: #e4b248;
}

.reservation-confirm{
    max-width: 700px;
    padding:0 20px;
    margin:0 auto;
    margin-top: 20px;
    font-family: Varela Round;
    font-size: 16px;
    color: #fff;
}

.reserve-form-area ul{
    list-style: none;
}
/*-----------------------------------------------------------------------------------*/
/*  Home Content
/*-----------------------------------------------------------------------------------*/

.content_title{
  padding: 50px;
  text-align: center;
}

.content_divider{
  background-color: #eee;
  padding: 20px;
  text-align: center;
}

.textwrap{
    padding: 60px;
}

.textwrap h2{
    color:#545850;
    font-weight: 600;
}

.textwrap p{
    text-align: justify;
}

/*-----------------------------------------------------------------------------------*/
/*  Newsletter
/*-----------------------------------------------------------------------------------*/

.newsletter-wrapper{
    display: inline-block;
    margin-top: 0px;
}

.newsletter-top {
    width: 60%;
    border-bottom: solid 1px #f1f1f1;
    margin: 0 auto;
    padding-bottom: 30px;
}

.newsletter-section {
    margin: 0 auto;
    padding: 50px;
}

.newsletter-form{
    width: 100%;
  max-width: 566px;
  margin: 0 auto;
}

.newsletter-form h2 {
    font-family: 'journalregular';
    color: #666666;
    margin-right: 25px;
    text-transform: capitalize;  
    margin-top: 20px;
}

.newsletter-form  input {
    height: 42px;
    width: 280px;
    margin-right:10px;
    color:#545850;
    padding-left: 10px;
    font-family:'Gotham-Book';
    text-transform: none;
}

.newsletter-form  ::-webkit-input-placeholder {
    color: #959595;
}

.thank_you{
    text-align: center;
}

.thank_you h3{
     color: #545850;
     font-size: 16px;
     width: 100%;
     max-width: 590px;
     margin: 0 auto;
     padding: 20px 0
}

/*-----------------------------------------------------------------------------------*/
/*  Default Template
/*-----------------------------------------------------------------------------------*/

.page_headding{
    background-color: #eee;
    padding: 30px 0;
    margin-bottom: 50px;
    background-size: cover;
}

.title_wrap{
    background-color: rgba(255, 255, 255, 0.85);
    padding: 25px 10px;
    text-align: center;
    margin: 0 auto;
    width: 30%;
    border-width: 10px;
    border-image: url('../images/title_border_green.svg') 10 stretch stretch;
}

/*-----------------------------------------------------------------------------------*/
/*  Quick reservation
/*-----------------------------------------------------------------------------------*/

.quick-reservation-container {
    background-color:#545850;
    padding: 7px;
    margin-bottom: 60px;
    margin-top: 22px;
}

.quick-reservation {
    border: solid 1px #ffe45d;
    padding: 10px;
    padding-bottom: 30px;
}

.quick-reservation h5 {
    color: #FFF;
    line-height: 15px;
}

.quick-reservation .title-quick .line {
    width: 23px;
    height: 2px;
    margin: 0 auto;
    display: inline-block;
    background: #ffe45d;
}

.quick-reservation input, .quick-reservation select {
    height: 30px;
    border: solid 1px #ffe45d !important;
    background: transparent !important;
    color: #FFF !important;
    padding-left: 10px;
    width: 100%;
    border-radius: 0px !important;;
    text-transform: uppercase;
}

label {
    margin-top: 10px;
    width: 100%;
    color: #FFF;
    font-family:'Gotham-Book';
    font-size: 10px;
    letter-spacing: 0.0725em;
}

.quick-reservation .children {
    width: 45%;
}

.quick-reservation .type {
    width: 45%;
    margin-left: 10%;
}

.quick-reservation .rooms {
    width: 45%;
}

.quick-reservation .search-button {
    width: 45%;
    margin-left: 10%;
}

.quick-reservation .button-style-1 {
    margin-top: 30px;
    width: 100%;
}

.quick-reservation .button-style-1 input[type='submit'] {
    font-size: 13px !important;
    color: #545850 !important;
    background-color: #ffe45d !important;
    width: 100px;
    padding: 6px 10px !important;;
}

/*-----------------------------------------------------------------------------------*/
/*  Blog
/*-----------------------------------------------------------------------------------*/

.nav-previous, .nav-next{
    padding: 12px 20px;
    margin: 20px 0;
    background: #00b3db;
    display: inline-block;
    font-family:'Gotham-Bold';
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    width: 135px !important;
}

.nav-previous a, .nav-next a{
    color: #FFF !important;
}

.moretag{
  display: block;
  width: 130px;
  margin: 20px 0;
}

.posted-on, .byline{
    text-transform: uppercase;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

.footer {
    background: #f5f5f5;
    line-height: 25px;
}

.main-footer {
    padding: 60px;
    font-size: 12px;
    border-bottom: solid 1px #eeeeee;
}

.main-footer h6{
    font-family:'Gotham-Bold';
}

.main-footer ul {
    padding-left: 0px;
}

.main-footer li {
    list-style: none;
}

.main-footer li i {
    color: #888;
    padding-right: 10px;
}

#footer_one li a, #footer_two li a, #footer_three li a{
    font-family:'Gotham-Book';
}

.footer-logo {
    height: 160px;
    line-height: 100px;
}

.footer-logo img {
    display: inline-block;
}

.pre-footer {
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-bottom: 0px;
}

.pre-footer ul li {
    float: left;
    margin-right: 10px;
    list-style: none;
}

.pre-footer li i{
    color:#888;
    font-size: 16px;
    transition: all .2s ease;
}

.pre-footer li i:hover{
    color:#9bce4a;
}

.pre-footer p {
    margin-right: 10px;
    margin-top: 2px;
}

/*-----------------------------------------------------------------------------------*/
/*  Gravity Forms
/*-----------------------------------------------------------------------------------*/

label{
    font-weight: 100;
    text-transform: uppercase;
}

input::-webkit-input-placeholder {
    color:#545850;
    font-size:14px;
}
:-moz-placeholder{
    color:#545850;
    font-size:14px;
}
::-moz-placeholder{
    color:#545850;
    font-size:14px;
}
:-ms-input-placeholder{
    color:#545850;
    font-size:14px;
}

.gform_wrapper {
    overflow: inherit;
    margin: 70px 0 !important;
    max-width: 100% !important;
}

#gform_wrapper_1{
    margin: 0px 0 !important;
}

#field_1_1{
    margin-bottom: 0px !important
}

#field_1_1 label{
    font-family: 'journalregular';
    color: #666666;
    font-size: 26px;
    float: left;
    margin-right: 20px;
    margin-top: 2px;
    width: 150px;
    text-transform: capitalize !important;
}

#input_1_1{
    width: 15.7em !important;
    font-size: 14px !important;
}

#gform_submit_button_1{
    float: right;
    margin: -71px -340px 0;
    width: 180px;
    font-family:'Gotham-Bold';
}

#gform_fields_2 label{
    color:#545850;
}

#gform_3 label{
    color:#545850;
    font-size: 13px;
    font-family:'Gotham-Book';
}

.mright{
    margin-right: 30px;
}

.gform_wrapper .top_label .gfield_label {
    font-family:'Gotham-Book';
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 14px;
    margin: 10px 0 4px 0;
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3em;
    clear: both;
    letter-spacing: 1px;
}

.gform_wrapper li, .gform_wrapper form li {
    margin-left: 10px;
    margin-bottom: 20px !important;
    /*float: none !important;*/
}

.gform_wrapper .gfield_required {
    color: #74bf43 !important;
    margin-left: 4px;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 98% !important;
}

textarea.textarea{
    width: 98% !important;
}

.gform_wrapper textarea {
    outline-style: none !important;
    font-size: 18px !important;
    font-family: inherit !important;
    letter-spacing: normal !important;
    padding: 5px 6px 4px 6px !important;
    resize: both !important;
    /*width: 96.5% !important;*/
}

.gform_wrapper input[type=text]{
    font-size: 18px !important;
    padding: 8px 6px 8px 6px !important;
    width: 170px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    color: #666;
    background-color: #f6f6f6;
    border: 1px solid #A9A9A9;
    border-radius: 0;
}

input[type="text"].search-field{
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    background-image: url("https://www.nfcourtyard.com/wp-content/themes/marriott2015/images/search_mag.png") !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    border-radius: 0px;
}

.gform_wrapper input#gf_coupon_button.button {
    margin-left: 8px;
    background-color: #fff;
    border-color: #0DE5A8;
    color: #0DE5A8;
    padding: 16px 25px 11px 25px;
    text-transform: uppercase;
    font-family: 'Carrois Gothic', sans-serif;
    letter-spacing: 1.5px;
}

.gform_wrapper select {
    font-size: 12px !important;
    font-family: inherit;
    padding: 14px 0 12px 10px !important;
    background-color: #f6f6f6 !important;
    letter-spacing: normal;
    border: 1px solid #A9A9A9;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    text-transform: uppercase;
    width: 100%;
    background-image: url("https://www.nfcourtyard.com/wp-content/themes/marriott2015/images/drop_arrow.png") !important;
    background-size: 20px;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    border-radius: 0px;
}

.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
display: block;
margin: 5px 0 !important;
font-size: 13px !important;
letter-spacing: 0.5pt;
text-transform: uppercase;
}

input[type="submit"].gform_button{
    background-color: #74bf43;
    border: 1px solid #74bf43;
    color:#fff;
    font-family:'Gotham-Book';
    transition: all .2s ease;
    display:inline-block;
    padding:13px 23px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 1.5px;
    -webkit-appearance: none;
}

input[type="submit"]:hover.gform_button{
    background-color: #00b3db;
    color: #fff;
    border: 1px solid #00b3db;
}

.gform_wrapper .gfield_checkbox li{
    margin: 0 0 0 !important;
}

.gform_footer{
    text-align: center;
}

.gform_confirmation_message{
    text-align: center;
    font-size: 25px;
    padding: 75px 0 100px;
    font-family: 'Josefin Slab', serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.gform_wrapper div.validation_error {
color: #404040 !important;
font-size: 1.2em;
font-family: 'Carrois Gothic', sans-serif;
font-weight: 300 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
background-color: #FFFFFF !important;
margin-bottom: 6px !important;
padding: 6px 6px 4px 6px !important;
 border-top: none !important; 
 border-bottom: none !important; 
}

.gform_wrapper .ginput_container + .gfield_description.validation_message {
margin-top: 6px;
color: #404040;
font-family: 'Carrois Gothic', sans-serif;
}

.gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error textarea {
border: 1px solid #404040 !important;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
color: #404040 !important;
}

.gform_wrapper .gfield_error .gfield_label {
color: #404040 !important;
}