/*

Theme Name: Meditation Retreat – Child Theme
Theme URI: http://www.meditationretreat.org/
Author: Ananda
Author URI: http://www.meditationretreat.org/
Description: Make all of your modifications to the Ananda Design and X in this child theme.
Version: 1.0.0
Template: ananda-designs

*/

.accomodation_wrapper .accomodation_images {
	float: left;
	margin-right: 20px;
	width: 230px;	
}

.accomodation_wrapper .accomodation_images > figure {
	margin: 0 0 1em;
}

/* Override a CSS rule that misaligns the toggle button on mobile. Not sure where the overriden style is coming from. */
button.ubermenu-responsive-toggle,
button.ubermenu-responsive-toggle-align-full {
    width: auto !important;
}

/* Class meant to make any div full width of the screen */
.full-width-section {
	width: 100vw !important;
	max-width: 100vw !important;
	position: relative !important;
	left: 50% !important;
	right: 50% !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
}