/* Themify Customize Styling */
body {	
	background-color: #ffffff;
	font-family:Titillium Web;	font-weight:300;

	color: #2c2f35; 
}
a {	
	color: #121314; 
}
#content {	
	padding-top: 0px;
	padding-bottom: 0px; 
}
h2 {		font-weight:normal;
	font-size:54px;
	line-height:64px;
 
}
h3 {		font-weight:300;
	font-size:22px;
 
}
#headerwrap {	
	background-color: #121314;
	padding-top: 0px;
	padding-bottom: 10px; 
}
#header {	
	font-family:Nunito;	font-weight:normal;
	font-size:13px;
	text-transform:uppercase;
	color: #ffffff; 
}
#header a:hover {	
	color: #ffcc33; 
}
#headerwrap.fixed-header, .transparent-header #headerwrap.fixed-header {	
	background-color: rgba(0,0,0,0.93); 
}
#site-logo, #site-logo a, .header-horizontal #site-logo, .header-minbar #site-logo, .header-leftpane #site-logo, .header-slide-out #site-logo, .boxed-compact #site-logo, .header-top-bar #site-logo img {	
	height: 34px; 
}
#site-logo {		position:relative;

	top: 2px; 
}
#main-nav {		position:relative;

	padding-bottom: 6px; 
}
#main-nav a {	
	padding-top: 20px; 
}
#main-nav .current_page_item a, #main-nav .current-menu-item a, #main-nav > .current_page_item > a, #main-nav > .current-menu-item > a {	
	color: #ffcc33; 
}
#footerwrap {	
	background-color: #f2f2f2; 
}
#footer-logo img {		width: 200px; 
}
#footer-logo a {		width: 200px; 
}

/* Themify Custom CSS */
html{
  -webkit-font-smoothing: antialiased;
}

.smart-page-loader {
   background: #121314;
}

h1, h2 {
   letter-spacing: -0.7px;
}

#headerwrap {
    border: none;
}

#header .social-widget {

}

#menu-icon:before {
color: #ffffff;
}

.full_width 
.themify_builder_row 
.row_inner {
    width: 100%;
  /*height: 100%;*/
    margin-top: -12%;
    max-width: 1080px;
}



/*  Main content block of first row  */
.themify_builder 
.themify_builder_row.fullheight 
.row_inner_wrapper, 
.themify_builder 
.module_row.fullheight 
.row_inner_wrapper {

}

/*  Social widgets  */
.social-links.horizontal li:hover {
    transform: scale(1.1, 1.1);
}

@media screen and (max-width: 768px) {
.social-links.horizontal li {
    transform: scale(1.4, 1.4);
    padding-right: 12px;
    padding-left: 12px;
}

.social-links.horizontal li:hover {
    transform: scale(1.5, 1.5);
}
}
#footerwrap {
    border: none;
}

.accent-divider {
    margin-left: -60px
}

/*  Button - Dark BG  */
.module-buttons.rounded a{
    transition: 0.05s ease-in-out;
    font-size: 20px;
    font-weight: 400;
    color: #ffcc33;
    background-color: transparent;
    border-radius: 1px;
    border: 1px solid #ffcc33;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 20px;
}

.module-buttons.rounded a:hover {
    color: #121314;
    background-color: #ffcc33;
    transition: 0.05s ease-in-out;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    transform: scale(1.04, 1.04);
}
/*  End Button - Dark BG  */

/*  Button - Light BG  */
.module-buttons.squared a {
    transition: 0.05s ease-in-out;
    font-size: 20px;
    font-weight: 400;
    color: #121314;
    background-color: #ffcc33;
    border-radius: 1px;
    border: 1px solid #ffcc33;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 20px;
}

.module-buttons.squared a:hover {
    color: #121314;
    background-color: #ffcc33;
    transition: 0.05s ease-in-out;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    transform: scale(1.03, 1.03);
}
/*  Button - Light BG  */


.reserve_now_end .module-buttons.rounded a:hover {
    margin-top: 10px;
}


/*  Counter  */
.themify_builder 
.counter-15-3-1-1.module-counter {
    transform: scale(1.4, 1.4);
}
/*  Counter End  */


@media screen and (min-width: 480px) {

#main-nav {
    float: left;
    font-family: 'Nunito Sans', sans-serif;

}

#main-nav a {
    padding-right: 0px;
    margin-right: 5px;
    padding-left: 0px;
    margin-left: 30px;
    padding-bottom: 0px;
    border: 1px solid transparent;
    text-decoration: none;
    position: relative;
}

#site-logo img {
    margin-top: 4px;
}


#main-nav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ffcc33;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

#main-nav a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(.98);
  transform: scaleX(.98);
}
}


/*
#headerwrap {
   background: rgba(000,000,000,0.1); !important
}
*/


#header {
    letter-spacing: 2.4px;
    padding-top: 0px;
}

#headerwrap.fixed-header #header {
    padding-top: 0px;
}

.g-recaptcha {
    margin-top: 30px;
    margin-bottom: 40px;
}




/*  Info card shaddows  */
.themify_builder .module_column_15-5-1.module_column,
.themify_builder .module_column_15-6-0.module_column,
.themify_builder .module_column_15-7-1.module_column,
.themify_builder .module_column_15-8-0.module_column
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*  End Info card shaddows  */

/*  Contact Form  */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea
{
    background-color: transparent;
    color: #ffffff;
    width: ;
    border-radius: 1px;
    border: 1px solid;
    border-color: #dddddd;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 15px;
    padding-left: 15px;
}

button, input[type="button"], 
input[type="reset"], 
input[type="submit"], 
#infinite-handle span {
    transition: 0.05s ease-in-out;
    text-decoration: none
    font-size: 20px;
    font-weight: 400;
    color: #ffcc33;
    background-color: transparent;
    border-radius: 1px;
    border: 1px solid #ffcc33;
    padding-right: 42px;
    padding-left: 42px;
    padding-top: 10px;
    padding-bottom: 12px;
}

button, input[type="button"], 
input[type="reset"], 
input[type="submit"]:hover {
    color: #121314;
    background-color: #ffcc33;
    transition: 0.05s ease-in-out;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    transform: scale(1.04, 1.04);
}

div.wpcf7-response-output, div.wpcf7-validation-errors {
    border-color: #ffcc33;
    border-radius: 1px;
    color: #ffffff;
}

span.wpcf7-not-valid-tip {
    color: #ffcc33;
}

.contact-divider {
    margin: 2%;
}







@media screen and (max-width: 976px) { /* Themify Customize Styling */
body {	
	background-color: #121314;
	color: #2c2f35; 
}
a {	
	color: #2c2f35; 
}
#headerwrap {	
	background-color: #121314; 
}
#header {	
	color: #e3e3e3; 
}
#header a:hover {	
	color: #ffcc33; 
}
#headerwrap.fixed-header, .transparent-header #headerwrap.fixed-header {	
	background-color: #121314; 
}
#site-logo, #site-logo a, .header-horizontal #site-logo, .header-minbar #site-logo, .header-leftpane #site-logo, .header-slide-out #site-logo, .boxed-compact #site-logo, .header-top-bar #site-logo img {	
	height: 34px; 
}
#footer-logo img {		width: 200px; 
}
#footer-logo a {		width: 200px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body {	
	background-color: #121314;
	color: #2c2f35; 
}
a {	
	color: #ffcc33; 
}
#headerwrap {	
	background-color: #121314; 
}
#header {	
	color: #e3e3e3; 
}
#header a:hover {	
	color: #ffcc33; 
}
#headerwrap.fixed-header, .transparent-header #headerwrap.fixed-header {	
	background-color: #121314; 
}
#site-logo, #site-logo a, .header-horizontal #site-logo, .header-minbar #site-logo, .header-leftpane #site-logo, .header-slide-out #site-logo, .boxed-compact #site-logo, .header-top-bar #site-logo img {	
	height: 34px; 
}
#main-nav .current_page_item a, #main-nav .current-menu-item a, #main-nav > .current_page_item > a, #main-nav > .current-menu-item > a {	
	color: #ffcc33; 
}
#footer-logo img {		width: 200px; 
}
#footer-logo a {		width: 200px; 
}
 }@media screen and (max-width: 480px) { /* Themify Customize Styling */
body {	
	background-color: #121314;
	color: #2c2f35; 
}
a {	
	color: #ffcc33; 
}
#headerwrap {	
	background-color: #121314;
	padding-top: 4px;
	padding-bottom: 0px; 
}
#header {	
	color: #e3e3e3; 
}
#header a:hover {	
	color: #ffcc33; 
}
#headerwrap.fixed-header, .transparent-header #headerwrap.fixed-header {	
	background-color: #121314; 
}
#site-logo, #site-logo a, .header-horizontal #site-logo, .header-minbar #site-logo, .header-leftpane #site-logo, .header-slide-out #site-logo, .boxed-compact #site-logo, .header-top-bar #site-logo img {	
	height: 34px; 
}
#main-nav .current_page_item a, #main-nav .current-menu-item a, #main-nav > .current_page_item > a, #main-nav > .current-menu-item > a {	
	color: #ffcc33; 
}
#headerwrap #mobile-menu.sidemenu-on nav a:hover, #headerwrap #mobile-menu.sidemenu-on nav .current-menu-item > a {	
	color: #121314; 
}
#footer-logo img {		width: 200px; 
}
#footer-logo a {		width: 200px; 
}
 }