/*
Theme Name: Moutain Home Inn - White Version
Theme URI: http://www.rockettheme.com/wordpress-themes/solarsentinel
Description: Custom theme for Mountain Home Inn with white styling based on SolarSentinel.
Version: 1.4
Author: Zachary Coyne
Author URI: http://www.zacharycoyne.com
*/

/* Logo */

#logo {
	background: none !important;
	position: absolute;
	top: 5px;
}

#logo img {
	max-height: 63px;
	width: auto;
	margin-bottom: -10px;
	opacity: .85;
}

/* Backgrounds */

div#page-bg {
	background: none !important;
}

div.footer-bottom {
	background: none !important;
}

body {
	background: #fff !important;
    overflow-x: hidden;
}

#body-right {
	background: none !important;
}

#body-left {
	background: none !important;
}

#breadcrumbs {
	background: none !important;
}

.module-header {
	background: none !important;
}

.s-c-s .colmask,
.s-c-x .colmask,
#inset-block-left {
	background: none !important;
}

.side-mod h3 {
	background: none !important;
}

#horiz-menu {
	background: none !important;
}

#horiz-menu a.link {
	color: #333;
}

#horiz-menu a.link:hover,
#horiz-menu li.active a.link,
#horiz-menu li.current-page-ancestor a.link {
	color: #4C5368;
	background: none !important;
}

span.breadcrumbs a:hover {
	color: #4C5368 !important;
}

#horiz-menu li.active a.link span,
#horiz-menu li:hover a.link span,
#horiz-menu li.current-page-ancestor a.link span {
	background: none !important;
}

/* Body */

html,
body {
	margin-bottom: -20px !important;
	padding-bottom: 0;
}

/* Footer */

.footer-bottom {
	height: auto !important;
	min-height: 86px;
}

div#bottom {
	text-align: center;
	background: #fff !important;
}

div#bottom a:link,
div#bottom a:active,
div#bottom a:visited {
	display: inline-block;
	padding: 5px 20px;
	margin: 15px 10px 0 10px;
	text-transform: uppercase;
	color: #666;
}

div#bottom a:hover {
	display: inline-block;
	padding: 5px 20px;
	margin: 15px 10px 0 10px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

/* Buttons */

a.button {
	display: inline-block;
	margin: 5px 10px;
	padding: 5px 10px;
	border-radius: 5px;
	background: #626b81 url(images/botbar-bg.png) top center repeat-x;
	text-decoration: none;
	color: #fff;
}

a.button:hover {
	opacity: .85;
}

/* Content Highlights */

#page hr {
	clear: both;
	display: block;
	margin: 30px 0 25px 0;
	background: none;
	border: none;
	border-top: 1px dotted #999;
	border-bottom: 1px solid #fff;
	color: #fff;
}

div.highlight {
	border-radius: 0px;
	margin: 20px 0 15px 0;
	padding: 1px 25px;
	line-height: 25px;
	background: #fff;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

div.highlight.center {
	text-align: center;
}

div.quote {
	position: relative;
	border-radius: 8px;
	margin: 15px 0 20px 0;
	padding: 15px 35px;
	line-height: 22px;
	background: #fff;
	border: 1px solid #ddd;
	font-style: italic;
	font-size: 13px;
	color: #555;
}

div.quote:before,
div.quote:after {
	position: absolute;
	width: 30px;
	height: 21px;
	content: "";
	opacity: .2;
}

div.quote:before {
	background: url(images/quote-t-l.png) top center no-repeat;
	top: 5px;
	left: 5px;
}

div.quote:after {
	background: url(images/quote-b-r.png) top center no-repeat;
	bottom: 5px;
	right: 5px;
}

div.quote span {
	display: block;
	text-align: right;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	color: #333;
}

/* Lists */

#page ul.green-checks {
	padding-left: 15px !important;
	overflow: hidden;
	margin-left: 5px !important;
}

#page ul.green-checks li {
	list-style: none outside none;
	padding-bottom: 3px !important;
	margin-bottom: 5px !important;
	margin-left: -5px !important;
	padding-left: 21px !important;
	background: url(images/green-check.png) no-repeat scroll 0px 1px transparent !important;
}

/* Check Availability (header) */

a#CheckAvailability {
	position: absolute;
	top: -7px;
	right: -130px;
}

a#CheckAvailability:hover {
	cursor: pointer;
}

form#CheckAvailabilityForm {
	position: absolute;
	top: 10px;
	right: 140px;
}

/* Sidebar */

.s-c-x .colright {

}

.side-mod .textwidget {
	margin: 20px 15px;
	color: #666;
}

.side-mod .textwidget p {
	padding: 5px 0 0 0;
	line-height: 18px;
}

img.sidebar-facebook {
	float: right;
	margin-right: 5px;
	margin-top: 8px;
}

img.sidebar-phone-icon {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

/* Weather */

#gogadget_weather_widget table:nth-child(3) tr:nth-child(2) td span {
	display: none;
}

#gogadget_weather_widget table:nth-child(4) tr td p {
	font-size: 10px !important;
	white-space: nowrap;
	text-align: center;
	color: #999 !important;
}

#gogadget_weather_widget table:nth-child(4) tr td p span {
	color: #999 !important;
}

#gogadget_weather_widget table:nth-child(4) tr td p span:nth-child(1) {
	font-size: 250% !important;
	font-weight: bold;
	padding-bottom: 15px;
	display: inline-block;
	color: #333 !important;
}

#gogadget_weather_widget table:nth-child(5) {
	display: none;
}

#gogadget_weather_widget table:nth-child(6) tr td span {
	color: #666 !important;
	font-weight: bold;
}

#gogadget_weather_widget table:nth-child(6) tr td:nth-child(3) {
	display: none;
}

#gogadget_weather_widget h3.weatherheading {
	background: none !important;
	text-transform: none !important;
	font-size: 24px !important;
	/*font-family: Georgia, "Times New Roman", Times, serif !important;*/
	font-family: Helvetica, Verdana, Arial, sans-serif !important;
	color: #666;
	padding: 0 !important;
	margin: 20px 0 -10px 0 !important;
	text-align: center;
	font-weight: normal !important;
}

/* Rooms */

div.highlight-room {
	padding: 20px 20px 10px 20px;
	margin: 0 0 15px 0;
	border: 1px solid #ccc;
	background: #fff;
	line-height: 25px;
	border-radius: 5px;
}

div.highlight-room img {
	width: 70%;
	height: auto;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
}

.highlight-room h3 {
	margin-top: 0;
	padding-top: 0;
}

.highlight-room h3 span {
	float: right;
	color: #444;
}

/* Sidebar Menus */

.menu-item-has-children ul.sub-menu {
	display: none;
}

.menu-item-has-children.active ul.sub-menu,
.current_page_ancestor ul.sub-menu {
	display: block;
}

.col2 ul.menu li a {
	background-color: #fff !important;
}

.col2 ul.menu li a:hover {
	background-color: #f7f7f7 !important;
}

.col2 ul.menu li ul li a:hover,
.col2 ul.menu li.current_page_item.active > a {
	background: #f7f7f7 url(images/modules/beige-arrow.png) 10px 50% no-repeat !important;
}

.col2 ul.menu li ul li a {
	background: #fff url(images/modules/beige-arrow.png) 10px 50% no-repeat !important;
}

.col2 ul.menu li ul li.current_page_item.active a {
	background: #f7f7f7 url(images/modules/beige-arrow.png) 10px 50% no-repeat !important;
}

.side-mod ul.sub-menu {
	background: #fff !important;
}

#main-body ul.menu li ul a {
	font-size: 12px !important;
}

.col2 ul.menu li ul li {
	background: url(images/modules/beige-arrow.png) 10px 50% no-repeat !important;
}

/* Food */

div.highlight-box {
	padding: 20px 20px 10px 20px;
	margin: 0 0 15px 0;
	border: 1px solid #ccc;
	background: #fff;
	line-height: 25px;
	border-radius: 5px;
}

div.highlight-box.center {
	text-align: center;
}

/* Attractions */

#page.post-page-1706 h3,
#page.post-page-1723 h3 {
	margin-bottom: -5px;
	padding-bottom: 0px;
}

div.important-blue {
/*	border: 1px solid #565d70; */
	border: 1px solid #ccc;
	padding: 25px 15px 20px 15px;
	margin: 15px 0px 25px 0;
	border-radius: 5px;
	background: #fff;
	position: relative;
	border-top-left-radius: 0px;
	line-height: 20px;
}

span.important-title {
	display: inline-block;
	background: #fff;
	color: #4c5368;
	font-family: Optima,Lucinda;
	font-weight: normal;
	font-size: 18px;
	margin-left: -16px;
	top: 13px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
/*
	border-left: 1px solid #565d70;
	border-right: 1px solid #565d70;
	border-top: 1px solid #565d70;
*/
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 5px 15px 0 15px;
	height: 5px;
	line-height: 20px;
}







#main-content .colmask.leftmenu:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 3px;
	background: #fff;
	content:"";
	z-index: 999;
}

.contact-form .wpcf7-captchac {
	float: left;
}

div.contact-form input.wpcf7-captchar {
	width: 260px !important;
	position: relative;
	top: -5px;
	left: 15px;
}

div.contact-form p.send {
	text-align: center;
}

div.contact-form p.send input[type="submit"] {
	display: inline-block;
	margin: 5px 10px;
	padding: 5px 10px;
	min-width: 70px;
	border-radius: 5px;
	background: #626b81 url(images/botbar-bg.png) top center repeat-x;
	text-decoration: none;
	color: #fff;
	border: none;
}

div.contact-form p.send input[type="submit"]:hover {
	opacity: .85;
	cursor: pointer;
}


div.contact-form input[type="text"], div.contact-form input[type="email"], div.contact-form input[type="tel"] {
	display: block;
	width: 350px;
	margin: 5px 0 0 0;
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

div.contact-form textarea {
	display: block;
	width: 350px;
	height: 80px;
	margin: 5px 0 0 0;
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

div.contact-form select {
	display: block;
	width: 350px;
	margin: 5px 0 0 0;
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

div.contact-form input[type="text"]:focus,
div.contact-form input[type="email"]:focus,
div.contact-form input[type="tel"]:focus,
div.contact-form textarea:focus,
div.contact-form select:focus,
div.contact-form input[type="text"]:hover,
div.contact-form input[type="email"]:hover,
div.contact-form input[type="tel"]:hover,
div.contact-form textarea:hover,
div.contact-form select:hover {
	border: 1px solid #666;
	background: #F7F7F7;
}

.clear {
	clear: both;
}

#top-bar {
	min-height: 62px;
	position:relative;
	background: #fff !important;
}

#header-bar {
	background: #fff !important;
	border-color: #fff !important;
}

#top-widget {
	float: right;
}

a.logo1 {
	background: url(images/header/romantic-places-logo-wide.png) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 249px;
	position: absolute;
	top: 0px;
	left: 20px;
}

.col3 {
	float: right;
	position: relative;
	left: 200px;
	width: 200px;
	margin-right: -3px;
}

#maincol2 {
	position: relative;
	width: 500px;
}

.col1 {
	margin: 0 0 0 200px;
	overflow: hidden;
	position: relative;
	right: 100%;
	width: 500px;
	z-index: 1;
}

.col1wrap {
	float: right;
	padding-bottom: 1em;
	position: relative;
	right: 200px;
	width: 1000px;
	z-index: 0;
}

.colright {
	float: left;
	left: 200px;
	position: relative;
	width: 1000px !important;
	overflow: visible;
}

.no-right #maincol2 {
	position: relative;
	width: 660px;
}

.no-right .col1 {
	margin: 0 0 0 200px;
	overflow: hidden;
	position: relative;
	right: 100%;
	width: 660px;
	background: #fff;
}

.s-c-x .col1wrap {
	position: relative;
}

.s-c-x .col1wrap:after {
	position: absolute;
	top: 43px;
	left: 3px;
	width: 100%;
	height: 9999px;
	content: "";
	background: none;
	z-index: -1;
}

#rightcol {
	padding-bottom: 15px;
}

#leftcol div.module-header {
	display: none;
}


#main-body.no-left #maincol2 {
position: relative;
width: 660px;
}

#main-body.no-left .col1 {
margin: 0 0 -15px 0;
overflow: visible;
position: relative;
right: 100%;
width: 660px;
min-height: 600px;
background: #fff;
z-index: 999;
}

#main-body.no-left .colright {
 left: 200px;
}


.colright {

}


#top-bar .widget form {
	position: absolute;
	top: 10px;
	right: 20px;

}

#top-bar .widget ul  {
	position: absolute;
	right: 20px;
	bottom: 0px;

}

#top-bar .widget ul li {

	list-style: none;
	display: inline;
	margin-left: 10px;
}

#top-bar .widget .module-title {
	display: none;
}

.side-mod h3 {
	font-family: "Times New Roman",Times,serif;
	margin: 0px;
	font-size: 130%;
	line-height: 20px;
	padding: 5px 0px 20px 15px;
	font-weight: normal;
	text-transform: none;
}

.side-mod h3 span {
color: #333 !important;

}

#main-body ul.menu a {
	font-size: 105% !important;
}

span.breadcrumbs a {
color: #333;
}

span.breadcrumbs, span.no-link a  {
font-weight: bold !important;
font-variant: small-caps !important;
font-size: 110% !important;
}

#header-bar {
	padding: 0px;

}

#header-bar img {
	width: 900px ;
	height: auto;
}

.home .col2 {
	display: none !important;

}

#header-bar.slide {
	max-height: 330px;
}

#bottom .widget ul  {
	text-align: center;
	margin-top: 15px;

}

#bottom .widget ul li {

	list-style: none;
display: inline;
margin-left: 10px;
background: none;
}

#bottom .widget ul li:hover {
	background: none;
	text-decoration: underline;
}

#main-body #bottom ul.menu li.active {
	background: none;
}

#bottom .widget ul li a {
	background: none;
display: inline;

}

#bottom .widget ul li a {
	background: none;

}

#bottom .widget .module-title {
	display: none;
}



.fb-inner {
	position: relative;
	width: 880px;
	margin: 0px auto;
}

.footer-bottom p {
	text-align: center;
	display: block;
	padding-top: 10px;
	margin: 0px;
}

.footer-bottom a#romLogo {
	position: absolute;
top: -73px;
right: -42px;
height: 120px;
width: 100px;
background: url(images/rp-logo.png);
display: block;
text-indent: -9999px;
}

.widget-page-text-9 {
	display: none;
}

h2 {
	font-family: Optima, Lucinda;
	color: #4C5368;
}

h2.contentheading {
	padding: 0 !important;
	margin: 20px 0 -5px 0 !important;
	font-family: Optima, Lucinda;
	color: #4C5368;
}

#page h3 {
	font-size: 18px;
	font-weight: normal;
	font-family: Optima, Lucinda;
	color: #4C5368;
}

#page h4 {
	font-size: 16px;
	font-weight: normal;
	font-family: Optima, Lucinda;
	color: #4C5368;
}

#page ul, #page ol, #page p {
	margin-top: 15px;
	margin- bottom: 15px;
	line-height: 20px;
	font-size: 13px;
}

#page ul li {
	list-style: none;
	margin-left: -40px;
	margin-bottom: 5px;
}

#page hr {
	clear: both;
}

#page ol li {
	margin-left: -15px;
	padding-left: 5px;
	margin-bottom: 8px;
}




.side-mod input[type="text"], .side-mod input[type="email"] {
	width: 95%;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

#top-bar form p {
	margin: 0px;

	display: inline;
}


#top-bar input.wpcf7-date {
	width: 85px;
}

#top-bar img.ajax-loader {
	display: none !important;
}

#top-bar div.wpcf7-response-output {
	display: none !important;
}



/**
 * Responsive Customization
 */

#CheckAvailabilityForm {
    display: block;
}

img {
    max-width: 100%;
}

/* Menu */

body #horiz-menu ul.menutop {
    overflow: hidden;
    max-height: 41px;
}

/* Slider */

body .flexslider {
    margin: 0px;
}

/* Wrapper */

body div.wrapper {
    max-width: 920px;
    width: 100%;
}

body .s-c-x .colright {
    max-width: 680px !important;
    width: 77.27272727272727% !important;
    left: 22.72727272727273%;
    z-index: 0;
}

body .s-c-x .colright:before {
    position: absolute;
    top: 0;
    left: -26px;
    width: 28px;
    height: 1000%;
    background: none;
    content: "";
    z-index: -1;
}

body .s-c-x .colmask {
    background: #fff;
/*
    background-position: 50% 0px;
    background-size: 58.8% 100%;
*/
}

/* Center Column */

body .s-c-x .col1wrap {
    right: 0;
    float: left;
    width: 73%;
    left: 0.7%;
}

body .s-c-x .col1 {
    margin: 0px 0px 0px 0px;
    width: 100%;
    right: 0;
    z-index: 0;
}

body #maincol2 {
    width: 100%;
}

/* Left Column */

body .s-c-x .col2 {
    float: left;
    position: relative;
    right: auto;
    width: 30.315%;
    margin-right: -103%;
    left: -102.7%;
    z-index: 0;
}

/* Right Column */

body .col3 {
    float: right;
    position: relative;
    left: 0;
    width: 29.7%;
    margin-right: -25px;
    z-index: 1;
}

body .col3:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 1000%;
    background: none;
    content: "";
    z-index: -1;
}

body .fb-inner {
    max-width: 880px;
    width: 100%;
}

#mobile_menu_button {
    display: none;
}

body #click-menu {
    right: 20px !important;
}

#top-bar #check_avail_mobile {
    display: none !important;
}

#bottom #menu-footer li:hover,
#bottom #menu-footer li a:hover {
    background: none !important;
}

/* No Right Sidebar Template */

#main-body.no-right .s-c-x .col1 {
    width: 143.7%;
}

#main-body.no-right #maincol2 {
    max-width: 100%;
}

#main-content .colmask.leftmenu::after {
    display: none;
}

body #menu-main li .animated-bg {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: #fff !important;
    background-image: none !important;
    opacity: 0 !important;
    overflow: hidden !important;
}

body #menu-main li .animated-bg:before,
body #menu-main li .animated-bg:after {
    display: none !important;
}

/* Content full width is 880px */

@media all and (min-width: 600px) {

    #top-bar .widget form {
        display: block !important;
    }

}

@media all and (max-width: 880px) {

    #TA_certificateOfExcellence164 {
        top: 70px !important;
        left: 50% !important;
        margin-left: -80px !important;
    }

    body .col3 {
        margin-right: 0;
    }

    #rightcol .side-mod img {
        max-width: 90%;
    }

    #header-bar {
        padding-bottom: 10px;
    }

    #main-body ul.menu li.current_page_parent {
        background-image: none !important;
        background: #ccc;
    }

    img.aligncenter {
        max-width: 100%;
        height: auto;
    }

    .gallery-icon img {
        height: auto;
    }

    #gallery-1 .gallery-item {
        width: 30% !important;
        margin: 10px 1.6%;
    }

    #top-bar .widget form {
        right: 75px;
    }

    #top-bar .widget ul {
        right: 75px;
    }

    body .side-mod h3,
    body .module-header {
        background: none;
    }

    .footer-bottom a#romLogo {
        position: absolute;
        top: -40px;
        right: 25px;
    }

    /* Menu */

    #horiz-menu {
        display: none;
    }

    #mobile_menu_button {
        display: block;
    }

    #mobile_menu_button li {
        display: inline-block;
        float: none;
        margin: 0 auto;
        padding: 0px;
        font-weight: bold;
    }

    div.contact-form input[type="text"],
    div.contact-form input[type="email"],
    div.contact-form input[type="tel"],
    div.contact-form textarea {
        width: 90%;
        max-width: 90%;
    }

    div.contact-form input.wpcf7-captchar {
        width: 50%;
        max-width: 50%;
    }

}

/* Page with no left sidebar */

@media all and (min-width: 600px) and (max-width: 880px) {

    body .s-c-x.no_left_sidebar .colright {
        width: 102% !important;
        max-width: 102% !important;
        left: -1%;
        z-index: 0;
    }

    body .s-c-x.no_left_sidebar .col1wrap {
        width: 71.7% !important;
        left: 0.9%;
    }

    body .s-c-x.no_left_sidebar .col3 {
        width: 27%;
    }

}

@media all and (max-width: 768px) {

    div.highlight-room img {
        width: 100%;
    }

    body #main-body.no-right .col3 {
        left: -139.7%;
        width: 40.615%;
    }

    body #main-body.no-right .s-c-x .colright {
        width: 71.7% !important;
        left: 27.7273%;
        z-index: 0;
    }

    body #main-body.no-right .s-c-x .col1wrap {
        width: 99.8%;
        left: 0.9%;
    }

    body #main-body.no-right .s-c-x .col1 {
        width: 100%;
    }

    /* Move Right Column to bottom */
    body .sidebar_page .col3 {
        clear: both;
        width: 100%;
    }

    body .s-c-x.sidebar_page .colright {
        width: 71.7% !important;
        left: 27.7273%;
        z-index: 0;
    }

    body .s-c-x .col1wrap {
        width: 99.8%;
        left: 0.9%;
    }

    body .s-c-x .col2 {
        left: -139.7%;
        width: 40.615%;
    }

    .sidebar_page .col3 .side-mod {
        display: inline-block;
        width: 45%;
        margin: 0px 2.5%;
        vertical-align: top;
    }

    .sidebar_page .side-mod h3,
    .sidebar_page .side-mod .module-header {
        background: none !important;
    }

    body .sidebar_page .col3:before {
        display: none;
    }

}

@media all and (max-width: 700px) {

    #top-bar .widget form {
        position: absolute;
        top: 42px;
    }

    #top-bar .widget ul {
        top: 0;
    }

    a.logo1,
    a#logo {
        background-size: 98.5% auto;
        max-width: 70%;
    }

    #TA_certificateOfExcellence164 {
        top: 190px !important;
    }

}

@media all and (max-width: 600px) {

    body .col3:before {
        display: none;
    }

    body .col3 {
        clear: both;
        width: 100%;
    }

    .col3 .side-mod {
        display: inline-block;
        width: 45%;
        margin: 0px 2.5%;
        vertical-align: top;
    }

    .side-mod h3 {
        padding-bottom: 0;
    }

    .side-mod h3,
    .side-mod .module-header {
        background: none !important;
    }

    body #main-body.no-right .s-c-x .colright {
        width: 100.4% !important;
        left: -1.2%;
        z-index: 0;
    }

    body .s-c-x .col2 {
        float: none;
        clear: both;
        width: 80%;
        margin: 5px 10% 20px 10%;
        left: 0;
        text-align: center;
    }

    .col2 .module-header {
        margin: 8px 0 0 0;
        padding: 0;
    }

    body #leftcol .module-header2,
    body #leftcol .module-header2 h3 {
        padding: 0;
        margin: 0;
    }

    body #leftcol .side-mod h3 {
        position: relative;
    }

    body #leftcol .side-mod h3:after {
        content: " - Menu";
    }

    .col2 .side-mod h3,
    .col2 .module-header,
    #leftcol .module-header2,
    #main-body ul.menu li a {
        background: none !important;
        padding: 8px 10px 8px 22px;
        margin: 0 0 8px 0;
        font-size: 15px;
    }

    #main-body ul.menu li {
        background: #ddd;
    }

    #main-body ul.menu li:hover,
    #main-body ul.menu li.active {
        background-image: none;
        background: #bbb;
    }

    body .s-c-x .colright,
    body .s-c-x.sidebar_page .colright {
        width: 100.4% !important;
        left: -1.2%;
        z-index: 0;
    }

    .footer-bottom a#romLogo {
        position: absolute;
        top: 50px;
        right: 50%;
        margin-right: -50px;
    }

}

@media all and (max-width: 380px) {

    body #click-menu .threeLines {
        width: 22px !important;
        height: 22px !important;
        margin: auto !important;
    }

    body #click-menu {
        font-size: 12px !important;
        top: 6px !important;
        right: 20px !important;
    }

    body #click-menu .threeLines .line {
        height: 4px !important;
        margin-bottom: 5px !important;
    }

}

@media all and (max-width: 640px) {

    #top-bar {
        padding-bottom: 25px;
    }

    #top-bar .widget .textwidget {
        position: relative !important;
        top: 25px !important;
        white-space: nowrap !important;
    }

    #top-bar #check_avail_mobile {
        display: inline-block !important;
        padding-left: 0 !important;
        margin-left: -5px;
    }

    #top-bar form {
        display: none;
        position: fixed;
        top: 115px;
        min-height: 120px;
        left: 5%;
        width: 76%;
        padding: 7%;
        background: #eee;
        z-index: 10;
        border-bottom: 1px solid #999;
        box-shadow: 0px 0px 10px #333;
        z-index: 1000;
    }

    #top-bar input.wpcf7-date {
        width: 96%;
        margin-bottom: 14px;
        padding: 5px 2%;
        padding-bottom: 5px 2%;
    }

    #CheckAvailability {
        padding: 5px 2%;
    }

    #top-bar form p {
        display: block;
        text-align: center;
    }

    body #top-bar .widget ul {
        top: 40px;
        right: 25px;
        position: relative;
    }

    #menu-top-bar {
        white-space: nowrap;
        width: 100%;
        padding: 0;
        margin: 0;
        top: 40px;
        right: auto;
        text-align: left;
        left: -5px;
    }

    #CheckAvailabilityForm #CheckAvailability {
        clear: both;
        display: block;
        width: 50%;
        min-width: 200px;
        margin-top: 5px;
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
    }

    #top-bar #CheckAvailabilityForm input {
        margin-right: 2px !important;
        width: 80% !important;
        max-width: 300px !important;
        padding: 5px !important;
        margin-bottom: 20px !important;
    }

}

@media all and (max-width: 440px) {

    #gallery-1 .gallery-item {
        width: 44% !important;
        margin: 0 2%;
    }

    .gallery br {
        display: none;
    }

    img.alignleft {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    body .s-c-x .col2 {
        width: 94%;
        margin: 5px 4% 20px 4%;
    }

    .side-mod {
        display: block !important;
        width: 96% !important;
        margin: 0 2% !important;
        vertical-align: top !important;
        text-align: center !important;
    }

}

#body_cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    display: none;
    z-index: 999;
}

#body_cover:hover {
    cursor: pointer;
}

body #responsive-menu .current_page_parent ul.sub-menu {
    /*display: block !important;*/
}

#responsive-menu .responsive-menu li.current_page_parent.current_page_item > a {
    /*background-color: inherit !important;*/
}

/* MHI Only */

/*
body #body-right,
body #body-left {
    padding-left: 0;
    padding-right: 0;
}
*/

@media all and (max-width: 880px) {

    #top-bar {
        padding-right: 68px;
    }

    form#CheckAvailabilityForm {
        right: 191px;
    }

}