/*
Theme Name: Betheme
Theme URI: http://themes.muffingroup.com/betheme
Description: Betheme - Premium WordPress Theme
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, post-formats, responsive-layout, theme-options, translation-ready
Author: Muffin group
Author URI: http://muffingroup.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 10.1

All css files are placed in /css/ folder.
If you want to add your own css code, please do it in /css/custom.css

*/
#Top_bar .menu > li:last-child > a > span {
    background: #b0d361 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
#Footer .widgets_wrapper {
	background: url(https://www.russelltop10.co.nz/wp-content/uploads/2017/04/SPA-TOP10-Logo-Symbol-footer.png) 0% 100% no-repeat;
	background-size: contain;
}
@media all and (max-width: 1024px) {
	#Footer .widgets_wrapper {
		background-size: 250%;
	}
}
@media all and (max-width: 767px) {
	#Footer .widgets_wrapper {
		background-size: 400%;
	}
}
#Top_bar.loading {
	display: block !important;
}
#Top_bar .top_bar_left {
	width: 100% !important;
}
/*Check Availability Widget*/
.check_availability_wrapper .section_wrapper  .column {
	margin: 0 1% 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute !important;
}
#check_availability_search_widget input[type="text"] {
	color: #626262;
	background-color: rgba(255, 255, 255, 1);
	border-color: #EBEBEB;
	box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
	padding: 10px;
    outline: none;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
}
#check_availability_search_widget .column {
	margin-bottom: 0;
	position: relative;
}
#check_availability_search_widget .column i {
	position: absolute;
	color: #626262;
	right: 0;
	top: -2px;
	padding: 10px;
	pointer-events: none;
}
#check_availability_search_widget {
	padding-top: 20px;
	padding-bottom: 20px;
}
#check_availability_search_widget input,
#check_availability_search_widget select {
	margin-bottom: 0 !important;
	width: 100%;
}
#check_availability_search_widget input[type="submit"] {
	width: 100%;
	color: #005077;
}
#check_availability_search_widget .one-sixth {
	margin-right: 0;
}
#newbook_content .newbook_responsive_button,
#newbook_content .online_booking_controls button {
	background: #3ca70c !important;
}
#newbook_content .newbook_responsive_button:hover,
#newbook_content .online_booking_controls button:hover {
	background: #2b7909;
}
#newbook_content .online_booking_controls input,
#newbook_content .online_booking_controls select {
	display: inline;
	max-width: 50% !important;
}
#newbook_content .online_booking_controls .view_value {
	text-align: left;
}
#newbook_content .online_booking_controls td {
	border: 0;
}
#newbook_content .online_booking_controls {
	border: 1px solid #cccccc;
}
#newbook_content .newbook_online_from_price_text {
	color: #ffffff !important;
}
#ui-datepicker-div {
	z-index: 100 !important;
}
.ui-datepicker th {
	padding: .7em !important;
}
@media all and (max-width: 767px) {
	#check_availability_search_widget .column {
		margin: 0 1%;
		padding-bottom: 10px;
		clear: none;
		width: auto;
	}
	.check_availability_wrapper .section_wrapper {
		max-width: calc(100% - 30px) !important;
	}
}
@media all and (min-width: 767px) {
	#Top_bar #menu-right-menu > li.last:last-child > a > span {
		background: #3ca70c !important;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		position: relative;
		color: #ffffff;
	}
}